* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Helvetica;
}
.hide {
	display:none;
}
.toolBar {
	-webkit-box-sizing: border-box;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    height: 45px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#D7D7D7));
    position: relative;
}
.toolBar h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.page ul li a {
	color:#222;
	display:block;
	text-decoration: none;
	border-bottom:1px solid #ddd;
   	padding: 10px 10px 10px 10px;
}

.bt {
	-webkit-border-radius: 5px;
	-webkit-border-image: none;
	display: block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#000));
	padding: 6px;
	border: 1px solid #000;
	float: left;
	color: #fff;
	-webkit-box-shadow: rgba(255,255,255, .4) 0 1px 0;
	text-decoration: none;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 13px;
	text-shadow: #000 0 -1px 0;
	display: inline;
}
form p {
	margin:5px;
}
h2{
	background:#333;
	text-align:center;
	padding:3px;
	color:#eee;
	font-size:14px;
}
#detaPage p {
	padding:10px;
}
