@charset "gb2312";
/* CSS Document */

.login_wrapper{ width:960px; overflow: hidden; margin:50px auto;}

.login_left{ width:533px; height:142px; overflow:; padding:20px; border:1px dashed #cdcdcd;}
.login_left p{ line-height:20px;}
.login_left p a:link,.login_left p a:visited{ color:#ec6f01; text-decoration:underline;}
.login_left p a:hover{ color:#ec6f01; text-decoration: none;}

.login_right{ background:url(images/login_03.jpg) no-repeat; width:251px; height:155px; overflow:hidden; float:right; margin-right:50px; padding:15px;}
	.login_right p{ margin-bottom:10px; margin-left:10px; float:left; width:240px;}
	.login_right p.title{color:#ec6f01; font-size:14px; font-weight:bold; margin-left:30px; margin-bottom:25px; width:240px;}
	.login_right input{ border:1px solid #b7b7b7; background:none; width:175px;}
	.login_right p.login{ margin-top:25px; font-size:14px; color:#fff; font-weight:bold; width:106px; text-align:center;}
	.login_right p.login a:link,.login_right p.login a:visited{font-size:14px; color:#fff; text-decoration:none;}
	.login_right p.login a:hover{font-size:14px; color: #FFFF00; text-decoration:none;}
	.login_right p.pass{ margin-top:27px;color:#ec6f01; width:126px; text-align:center;}
