
#form-container{
	background:transparent;
	width: 450px;
	height: 375px;
	padding:30px 25px 25px 40px;
}



td{
	white-space:nowrap;
}


label{
	text-transform:uppercase;
	font-size:11px;
	font-family:Tahoma,Arial,Sans-serif;
}


textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#ffffff;
	width: 300px;
}

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;
}


