@charset "utf-8";
/* CSS Document */

iframe #contact-us-iframe html body #contact-us {
	float:left;
	margin:10px 0 0 6px;
	width:480px;
	padding:20px 0 10px 0;
	}
	
.form-element {
	float:left;
	margin-bottom:10px;
	}

.contact-us-label {
	float:left;
	font-size:11px;
	color:#fff;
	text-align:right;
	width:120px;
	padding-right:10px;
	margin-top:2px;
	}

#contact-us-form input, #contact-us-form textarea {
	float:left;
	background-color:#333;
	color:#fff;
	font-size:11px;
	border:1px solid #666;
	}
	
#contact-us-form input {
	width:262px;
	height:17px;
	}
	
#contact-us-form textarea {
	width:262px;
	height:100px;
	}
	
#contact-us-form input:focus, #contact-us-form textarea:focus {
	border:1px solid #fff;
	}

input#contact-us-submit {
	background:none;
	border:none;
	width:100px;
	height:100%;
	clear:both;
	margin-left:200px;
	}
	
input#contact-us-submit:focus {
	border:none;
	}
	
#contact-us-iframe {
	position:fixed;
	z-index:999;
	width:754px;
	height:511px;
	top:25%;
	left:30.5%;
	border:0;
	background:url(../layout/contact-us-form-bg.png) no-repeat center center;
	display:none;
	}
	
.warning_error {
	color:#f00;
	text-transform:uppercase;
	}