/* CSS Document */
#loginweb{
	width: 550px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 100px;
	border: 1px solid #CDCDCD;
	height: 100%;
	float: left;display: inline;
}
.lgTitle{
	float: left;
	width: 540px;
	height: 28px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	background-image: url(../images/login03.gif);
	background-repeat: no-repeat;
}
.lgName{
	padding-top: 20px;
	float: left;
	width: 540px;
	text-align: left;
	padding-left: 10px;
}
.lgPassword{
	float: left;
	width: 540px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}
.lgButton1{
	float: left;
	width: 200px;
	padding-top: 30px;
	background-image: url(../images/login_p.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	height: 22px;
	padding-right: 20px;
	font-weight: bold;
}
.lgButton2{
	float: left;
	width: 150px;
	padding-top: 30px;
	background-image: url(../images/login_p.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	text-align: left;
	height: 22px;
	padding-left: 40px;
	font-weight: bold;
}
.lginput{
	height: 22px;
}
.lgRegister{
	width: 510px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	height: 100px;
	display: inline;
	font-weight: bold;
}
.lgButton3{
	background: url(../images/login_3.gif)  no-repeat;
	height: 25px;
	width: 85px;
	padding-top: 8px;
	padding-right: 17px;
	display: inherit;
	margin-left: 130px;*margin-left: 0px;
}
.lgButton4{
	height: 25px;
	width: 102px;
	background-image: url(../images/login_3.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	font-weight: bold;
}
.lgRegister1{
	width: 530px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	height: 100px;
	display: inline;
	text-align: left;
}

