body,div {padding:0; margin:0;font-size:14px;}

body {
	background: #dedede;
	color:#444;
	font-family:Microsoft Yahei;
}

.login_top{
	width: 100%;
	height:70px;
	background-color:#808080;
}

.login_main {
	position:absolute;
	top:45%;
	left:50%;
	margin-top:-195px;
	margin-left:-180px;
	width:360px;
	height:390px;
	background: #fff;
	text-align:center;
	border-radius: 3px; 
}
.login_logo{
	width:100%;
	height:110px;
	background:url(../../img/pdp-uupm/login/logo.jpg) no-repeat center bottom;
	background-size:45%;
}
.login_list{
	margin:20px auto;
	width:100%;
	margin-top:20px;
	text-align:center;
}
.login_list2{
	margin:20px auto;
	width:80%;
	text-align:left;
	color:#b5b4b4;
}
.login_list2 input{
	color:#666;
	vertical-align:text-bottom;
} 

.inputStyle{
	padding-left: 5px;
	width: 80%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #333;
    border-radius: 4px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 16px;
}


.submitStyle {
	background:#699bcc; 
	width:80%;
	height:45px;
	line-height:45px;
	border:none; 
	color:#ffffff; 
    font-size: 18px;
	cursor:pointer;
    border-radius: 4px;
	}
.copyright{
	margin:30px auto 0px auto;
	width:100%;
	text-align:center;
	color:#666;
	line-height:30px;
	
}