/*body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}
*/
.clear{
	clear:both;
}

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

#form-container{
	padding:15px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

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

label{
	text-transform:uppercase;
	font-size:10px;
}

textarea{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

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;
}

#contact-form td {vertical-align: middle;}

/* TFY CUSTOM */
#contact-form input[type=text] 	{width: 224px; height: 14px; background: url(../images/input-names.png) no-repeat; border: none; color:#666666; font-family:georgia,serif; padding:10px; font-style:italic; font-size:11px;} 
#contact-form textarea			{background: url(../images/textarea.png) no-repeat; width: 384px; height: 90px; border: none; padding: 10px; color:#666666; font-family:georgia,serif; padding:10px; font-style:italic; font-size:11px;}
#contact-form #button			{border: none; padding: 6px; background: #76b7b1; font-weight: bold; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
#contact-form td.message		{vertical-align: top; padding-top: 12px;}