*{
	padding:0px;
	margin:0px;
}

body{
	color:#888;
	font-family:"微软雅黑","Microsoft YaHei","宋体";
	font-size:16px;
	background:url(../images/bg.jpg) #F3FBFE repeat-x;
	/*background-image:url(../images/bg.jpg);
	background-repeat: repeat;
	background:#A6CAF0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6CAF0', endColorstr='#ffffff', GradientType='0');
    background: -ms-linear-gradient(top,#A6CAF0 0%,#ffffff 100%); 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#A6CAF0), to(#ffffff));
    background: -webkit-linear-gradient(top, #A6CAF0, #ffffff); 
    background: -moz-linear-gradient(top,#A6CAF0,#ffffff); */
}

.contain {
	margin: 0 auto;
	width: 960px;
	height:auto;
	overflow:hidden;
}

.logo{
	margin:10px 0 50px 10px;
	height:90px;
	background:url(../images/logo.png) no-repeat;
	overflow:hidden;
}

.content {
	margin: 0 auto;
	width: 460px;
	padding-bottom:40px;
	margin-top:150px;
	border:1px solid #CBCBCB;
	overflow:hidden;
	background:white;
	-moz-box-shadow: 0px 0px 8px 1px #ABABAB;
	-webkit-box-shadow:0px 0px 8px 1px #ABABAB;
	box-shadow:0px 0px 8px 1px #ABABAB;
}

#message{
	width:100%;
	height:30px;
	line-height:38px;
	color:red;
	font-size:16px;
	margin-left:140px;
}
	
table{
	width:100%;
	height:100%;
}

td{
	height:50px;
	line-height:50px;
}

td span{
	color:red;
}

td .input_text{
	width:85%;
	height:30px;
	margin-top:5px;
	padding-left:3px;
	color:black;
	border:1px solid #CBCBCB;
}

td .input_btn{
	width:120px;
	height:36px;
	font-size:16px;
	margin-top:30px;
	color:white;
	background:#396dae;
	border:0;
	cursor:pointer;
    -moz-border-radius: 6px;      /* Gecko browsers */
    -webkit-border-radius: 6px;   /* Webkit browsers */
    border-radius:6px;            /* W3C syntax */
}

td .input_btn1{
	width:115px;
	height:36px;
	margin-right:10px;
	margin-top:30px;
	font-size:16px;
	color:white;
	background:#396dae;
	border:0;
	cursor:pointer;
    -moz-border-radius: 6px;      /* Gecko browsers */
    -webkit-border-radius: 6px;   /* Webkit browsers */
    border-radius:6px;            /* W3C syntax */
}

td .input_btn2{
	font-weight:bold;
}
	
.label{
	text-align:right;
}

.foot{
	width: 100%;
	padding:10px 0;
	font-size:14px;
	font-weight:300;
	color:#666;
}

.foot div{
	height:24px;
	line-height:24px;
	width:100%;
	text-align:center;
}