/* CSS Document */
BODY
{
	background: #f0eedf;
	text-align:left;
}

#contactFrame
{
	border: hidden 0px #dcdbc9;
	width: 560px;
	height: 230px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#contactBody
{
	padding: 0px 5px 10px 10px;
	background:#f0eedf;
	color:#52585F;
}

#contactTable tr td
{
	vertical-align:top;
	font-size: 13px;
	font-family: "Times New Roman", Times, "Courier New", serif;
	color: #444;
}
#contactTable tr td.leftTD
{
	width:50px;
}
#contactTable tr td.centeredTD
{
	text-align:center;
}
#contactTable tr td.rightedTD
{
	text-align:right;
	padding-right:5px;
}

#contactTable .inp
{
	border: solid 1px #666;
	background: #efefef;
	width:370px;
	font: 13px "Times New Roman", Times, "Courier New", serif;
	color: #444;
	padding: 0px 0px 0px 5px;
}

#contactTable .tarea
{
	border: solid 1px #666;
	background: #efefef;
	width:370px;
	height:100px;
	font: 13px "Times New Roman", Times, "Courier New", serif;
	color: #444;
	padding: 0px 0px 0px 5px;
}
#contactTable .but
{
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-right: solid 1px #444;
	border-bottom: solid 1px #444;
	background: #eee;
	width:370px;
	font: 13px "Times New Roman", Times, "Courier New", serif;
	color: #444;
	width: 60px;
	margin: 0px 15px 0px 15px;
}

#contactTable .attention
{
	color:#c00;
}

#contactTable .controlTD
{
	text-align:right;
	background:#eee;
}


