
table.contact
{
	width:100%;
	margin-bottom:20px;
}

table.contact td
{
	vertical-align:top;
	width:50%;
}

div.frm
{
	border:solid 2px #003366;
	padding:16px;
	background-color:#eeeeee;
	width:320px;
}
div.frm span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.frm div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-bottom:10px;
}

td.contactInfo
{
	padding-left:20px;
}

.frmBtn 
{
	background-image: url(../images/btn120x28.png);
	background-color:#ffffff;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 120px;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
}

input.frmBtn:hover 
{
	background-position: bottom;
}

span.astr
{
	color:#990000;
	font-weight:bold;
}
span.astrNote
{
	float:right;
	color:#990000;
}

div.frm p.msg
{
	color:#701112;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}