#loginCont {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2
}
#greyLayer {
	background-color:black;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	top:0;
	z-index:1;
}
#loginBox{
	width:455px;
	margin:0 auto;
	position:relative;
	top:120px;
}
#loginBox .overlay{
	background-color:#4a4a4a;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.contactForm,.contactForm ul,.contactForm li{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
.contactForm{
	position:relative;
	padding:38px;
	border:1px solid #585757;	
}
.contactForm label{
	color:#9D9D9D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}

.contactForm input{
	background-color:transparent;
	background-image:url(../images/chopardLogin.gif);
	background-repeat:no-repeat;
	border:medium none;
	font-size:11px;
	height:27px;
	margin-bottom:2px;
	padding:6px 4px 0;
	width:241px;
}
.contactForm span{
	color:red;
	padding-left:5px;
}
.contactForm .checkBox{
	display:block;
	padding-top:14px;

}
.contactForm .checkBox input{
	width:auto;
	height:auto;	
	padding:0;
	margin:0;
	line-height:normal;
	background-color:transparent;
	background-image:none;
}
.contactForm .checkBox label{
	padding-left:5px;
}
html > body .contactForm input{
	padding:6px 4px 0;
}
#forgetLink_0{
	text-align:center;
	font-weight:bold;
	margin:0;
	/*margin:15px 0 0 0;*/
	cursor:pointer;
}
.contactForm #warnInfo {
	background-image:url(../images/warnIcon.gif);
	background-position:4px 40px;
	background-repeat:no-repeat;
	border-top:1px solid #656565;
	color:#727272;
	font-size:11px;
	margin:0 auto;
	margin-top:15px;	
	padding-top:23px;
	width:350px;
}
.contactForm #warnInfo div {
	border-left:1px solid #656565;
	margin:0 0 0 30px;
	padding:0 0 0 10px;
}

#closeLayerEvents{
	position:absolute;
	left:440px;
	top:310px;	
	cursor:pointer;
}


* html #loginBox .overlay {
	height: expression(document.getElementById("loginBox").offsetHeight);
}
