/* CSS clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* CSS clearfix */

.red{
	color: red;
}

.LoginGlobal{
	width: 940px;
	float: left;
	margin-top: 15px;
	font-family:Tahoma;
	position:relative;
	padding-left: 5px;
}
.LoginTopText{
	width: 940px;
	overflow: hidden;
}
.LoginTopText h1{
	color: #396a96;
	font-size: 18px;
	font-family: Arial !important;
}

.LoginTopText ul{
	color: #000;
	font-size: 12px;
	font-family: Arial !important;
	margin: 20px 0 30px 30px;
}


.LoginSignUpWraper{
	padding: 0px;
	margin: 0px;
	width: 404px;
	background: url('../images/signin/Sign_UP_L.jpg') no-repeat right top;
}
	

.LoginSignInWraper {
	padding: 0px;
	margin: 0px;
	width: 533px;
	height: 385px;
	background: url('../images/signin/Sign_UP_R.jpg') no-repeat left top;
}

.LoginSignUp, .LoginSignIn{
	position: relative;
}


.LoginSignUp h1, .LoginSignIn h1{
	color: #396a96;
	font-size: 19px;
	font-family: Arial !important;
	line-height: 25px;
	padding-left: 25px;
	font-weight: bold;
}

#h1SignUp{
	background: url('../images/signin/Icon_Sign_UP.jpg') no-repeat left center;
	position: absolute;
	top: 8px;
	left: 10px;
}


#h1SignIn{
	background: url('../images/signin/Icon_Sign_IN.jpg') no-repeat left center;
	position: absolute;
	top: 8px;
	left: 240px;	
}

.divFormLogin {
	padding-top: 76px;
	padding-left: 260px;
}

.divFormRegister {
	padding-top: 50px;
	padding-left: 30px;
}

.labelDiv, input[type="text"],input[type="checkbox"], input[type="radio"], select{
    float:left;
    display:block;
}

.divFormRegister .labelDiv
{
    width: 80px;
    margin-right: 10px;
    margin-top: 2px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    border:0px solid red;
    float:left;
}

.divFormRegister .LoginField{
	margin:2px 0px;
	width: 168px;
	height: 17px;
	border: 1px solid #c0b7b7;
	font-size: 11px !important;
	padding-top: 4px;
	padding-left: 3px;
	float:left;
   display:block;
}
.divFormRegister .LoginSelect{
	margin:2px 0px;
	width: 173px;
	height: 22px;
	border: 1px solid #c0b7b7;
	font-size: 11px !important;
	padding: 1px;
	float:left;
   display:block;
}


.divFormRegister .LoginSelect option{
	line-height: 18px;
	padding-top: 2px;
}
.divFormRegister .divVerif{
	position:relative;
}
.divFormRegister .divVerif img{
	position: relative;
	top: 2px;
}
.divFormRegister .verifField{
	width: 115px;
	margin-right: 5px;
	clear: right;
}
.divFormRegister .remVerif{
	position: absolute;
	top:-19px;
	left: 95px;
	color: #959595;
	font-size: 10px;
}

.divFormLogin .LoginField{
	margin:2px 0px;
	width: 147px;
	height: 17px;
	border: 1px solid #c0b7b7;
	font-size: 11px !important;
	padding-top: 4px;
	padding-left: 3px;
}
.divFormLogin .labelDiv
{
    width: 65px;
    margin-right: 2px;
    margin-top: 2px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
}

*html .divFormLogin .LoginField{
	width: 147px;
}

*html .divFormLogin .labelDiv{
	width: 70px;
	float:left;
}

*html .divFormRegister .LoginField{
	width: 168px;
}

*html .divFormRegister .verifField{
	width: 100px;
	margin-right: 5px;
	clear: right;
}

*html .divFormRegister .LoginSelect{
	width: 173px;
}
*html .divFormLogin .labelDiv{
	width: 70px;
	float:left;
}
