﻿.content{
	width: 341px;
	height: 304px;
	padding-top: 20px;
	_height: 266px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    font-family:"微软雅黑";
	color:#13A2BE;
	}
.login{
	width: 341px;
	height: 288px;
	background: url(../../Resource/Image/Login/login_bg.png) no-repeat;
	padding:1px;
	margin:0 auto;
	}
.main{
	width: 280px;
	height: 200px;
	padding-left: 50px;
    padding-top: 30px;
	*padding:0;
	*margin-top:30px;
	margin:0 auto;
	_margin-left: 40px;
	_margin-top:30px;
	}
.main span{
	float:left;
	display:block;
	font-size:15px;
	}
.name{
	width:280px;
	height:28px;
	margin-top:25px;
	*margin-top: 5px;
	}
.name input {
	width:185px;
	height:27px;
	line-height:27px;
	border:none;
	float:left;
	padding-left: 40px;
	background:url(../../Resource/Image/Login/input1.png) no-repeat;
}
.password{
	float: left;
    margin-top: 18px;
	height: 28px;
    width: 280px;
	}
.password input{
	width:185px;
	height:27px;
	line-height:27px;
	border:none;
	float:left;
	margin-left: -30px;
	_margin-left: -30px;
    margin-top: 24px;
	padding-left: 40px;
	background:url(../../Resource/Image/Login/input.png) no-repeat;
	}
.submit input {
	width:93px;
	height:28px;
	border:none;
	float:left;
	margin-top:50px;
	_margin-top:20px;
	cursor:pointer;
	background:url(../../Resource/Image/Login/button.png) no-repeat;
}
.submit p {
	display:block;
	width:80px;
	height:20px;
	float:right;
	font-size:12px;
	margin-top:-15px;
	margin-right:75px;
	_margin-top:-22px;
	_padding-left:25px;
}
.submit .cancel {
	width:93px;
	height:28px;
	float:right;
	margin-right: 55px;
	background:url(../../Resource/Image/Login/button2.png) no-repeat;
}

.submit .reg {
	width:93px;
	height:28px;
	float:right;
	margin-right: 55px;
	background:url(../../Resource/Image/Login/reg.png) no-repeat;
}
.login .title{
	height:42px;
	background:url(../../Resource/Image/Login/title.png) no-repeat;
	margin-left:-1px;
	}
.title span {
	display:block;
	width:18px;
	height:18px;
	float:right;
	margin-top:11px;
	margin-right:12px;
	background:url(../../Resource/Image/Login/cc.png) no-repeat;
}

