/* @group 1 - Contactform */

.container {
	width:920px; 
	margin:0px auto; 
	position:relative;
	z-index:999999;
	}	
#contactFormContainer {
	position:absolute;
	left:278px;
	z-index:1;
	}	
#contactForm {
	height:380px;width:600px;
	background: #cccccc;
	border-left:1px solid #929191;
	border-right:1px solid #929191;
	border-bottom:1px solid #929191;
	padding:7px 12px; 
	color:#8888;
	display:none;
	}
	
#contactForm h1{
	color: #b31f17;
}
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}	
#messageSent {display:none;}
#contactForm span { 
	display:none; 
	font-size:11px; 
	line-height:10px; 
	padding-left:6px; 
	color: #b31f17;
	}
#contactFormContainer .contact {
	height:25px; width:83px;
	background:url(../images/top-contact.jpg); 
	position:absolute; 
	left:542px; 
	cursor:pointer;
	
	}	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:500;
	}	
#contactForm textarea, #contactForm input {
	width:300px; 
	background:#333333; 
	color:#fff; 
	border:1px solid #5a5a5a; 
	line-height:14px; 
	font-size:11px; 
	padding: 10px;
	overflow: auto;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #feab1b; 
	background:#b31f17; 
	text-transform:uppercase; 
	color:#ffffff; 
	font-weight:bold; 
	padding: 2px;
	width: 100px;
	
	
	cursor:pointer; 

	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

/* @end */

/* @group 2 - User Module */

.container2 {
	position:relative;
	z-index:999;
	}	
#contactFormContainer2 {
	position:absolute;
	z-index:1;
	}	
#contactForm2 {
	height:50px;width:600px;
	background: #515151;
	border-left:1px solid #929191;
	border-right:1px solid #929191;
	border-bottom:1px solid #929191;
	padding:7px 12px; 
	color:#fff;
	display:none;
	}
	
	
#contactForm2 h1{
	color: #e69405;
}
.bar2{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}	
#messageSent2 {display:none;}
#contactForm2 span { 
	display:none; 
	font-size:11px; 
	line-height:10px; 
	padding-left:6px; 
	color: #e69405;
	}
#contactFormContainer2 .contact2 {
	height:25px; width:83px;
	background:url(../images/module-admin.jpg); 
	position:absolute; 
	left:0px; 
	cursor:pointer;
	
	}	
	
#contactFormContainer2 a{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#contactFormContainer2 a:hover{
	color: #color: #e69405;;
}
	



/* @end */






