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

#nav li #contact, #nav li #contact:hover, #nav li #contact:active, #nav li #contact:focus {
	background-position: -265px -66px;
}

textarea{ 
resize:none;
}

.clear{
	clear:both;
}

.double{
	margin-bottom:10px;
	}

#main-container{
	margin:30px auto;
	width:700px;

}

#form-container{
padding:15px;

}



td{
	white-space:nowrap;
}

#content h1{

	color:#777777;
	font-size:22px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom:5px;


}



#content h2{
	background-image:none;
	display:inline-block;
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#aaaaaa;
	margin:0 0 20px 0;
	border-bottom:1px solid #eeeeee;
	padding-bottom:10px;
	text-indent:inherit;
	overflow:inherit;

}



label{
	line-height:20px;
	display:inline;
	text-transform:uppercase;
	font-size:11px;
}



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


/*label#message {
	margin-top:9px;
	}*/
td > button{
	text-indent:8px;
}



.error{

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



#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

#form-container a {
font-weight:bold;
color:#777777;
text-decoration:none;}
#form-container a:hover {
	text-decoration:underline;}



