.clear{
	clear:both;
}

#main-container{
	width:790px;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px 15px 0 15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}


label{
	text-transform:uppercase;
	font-size:0.9em;
	font-family:Tahoma,Arial,Sans-serif;
	color: #999;
}

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

textarea{
	color:#404040;
	width: 503px;
}


/*
#name, #email {
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	width: 500px;
	height: 26px;
	padding: 4px;
}

#captcha{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	width: 100px;
	height: 26px;
	padding: 4px;
}
*/
.error{
	background-color:#F1F1F1;
	color:white;
	font-size:0.8em;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:500px;
	line-height: 150%;
}

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