.clear{
	clear:both;
}

#main-container{
	width: 450px;
	margin: 0px;
}

#form-container{
	background-color: #F1F1F1;
	padding: 5px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

h1{
	color:#A1D4F3;
	font-size: 20px;
	font-weight: normal;
	
	border-bottom:1px solid #A1D4F3;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

td > button{
	text-indent: 25px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	width:300px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

