/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form{
	margin:0;
	padding:0;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

.gap35{
	width:35px;
	height:35px;
}

#wrapper{
	width:857px;
	margin:auto;
	padding-top:12px;
}

#header{
	background:transparent url(../images/header-bg.gif) 0 0 repeat-x;
}

#header .left-corner{
	background:transparent url(../images/left-corner.gif) 0 0 no-repeat;
}

#header .right-corner{
	background:transparent url(../images/right-corner.gif) right 0 no-repeat;
	height:59px
}

#header .welcome{
	padding-left:22px;
}

#contents2{
	background:transparent url(../images/content-bg2.gif) 0 0 repeat-y;
}

#contents2 .boxs_div{
	width:670px;
	margin:auto;
	padding:50px 0 40px 0;
}

#contents2 .box{
	background:transparent url(../images/box.jpg) 0 0 no-repeat;
	width:313px;
	height:206px;
	font-family:Arial, Helvetica, sans-serif;
	color:#838383;
	font-size:13px;
}

#contents2 .box h1{
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:25px;
	color:#2b2929;
	font-weight:normal;
	margin:0;
	padding:21px 0 0 30px;
}

#contents2 .box .form_div{
	padding:18px 0 0 52px;
}

#contents2 .box .inp-bg{
	background:transparent url(../images/input-box.gif) 0 0 no-repeat;
	width:210px;
	height:24px;
	margin:3px 0 13px 0;
}

#contents2 .box .inp-txt{
	border:none;
	background:none;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838383;
	height:22px;
	padding:4px 4px 0 4px;
}

#contents2 .box .btn_div{
	padding:3px 0 8px 132px;
}

#contents2 .box .btn_div2{
	padding:3px 0 8px 132px;
}

#contents2 .box .login-btn-check{
	background:transparent url(../images/login-btn.gif) 0 0 no-repeat;
	width:77px;
	height:26px;
	border:0;
	text-align:left;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:0 0 1px 9px;
}

#contents2 .box .login-btn-update{
	background:transparent url(../images/login-btn.gif) 0 0 no-repeat;
	width:77px;
	height:26px;
	border:0;
	text-align:left;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:0 0 1px 8px;
}

#contents2 .box .box-error{
	font-size:11px;
	text-align:center;
	width:200px;
}	

#footer2{
	background:transparent url(../images/footer-bg2.gif) 0 0 no-repeat;
	height:25px;
	text-align:center;
	padding-top:24px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}