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

#form-container{
	float:right;
	background-color:#f5f5f5;
	padding:20px;
	width:360px;
	color:#999;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	height: 400px;
	margin-top: 50px;
	border: 1px solid #000;
}

#form-container h1{
	color:#a8162c;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

#form-container h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
    padding:10px;
}

td{
	white-space:nowrap;
}

label{
	text-transform:uppercase;
	color:#000;
	margin-left: -10px;
	padding-right: 10px;
}

textarea{
	color:#404040;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
#contact-form table tr td label .captcha {
	font-size: 11px;
	color: #999;
	margin-left: -10px;
}
