#form{
margin-top: 10px;
}

.formfield{
	clear:both;
	float: left;
	width: 440px;
	margin-top: 8px;
	margin-left: 45px;
	display: inline;
}

.formentry {
	display: none;
}

.formnote {
	float: left;
	margin: 5px 0 0 118px;
	font-weight: bold;
	display: inline;
}

.label {
	float: left;
	color: #069;
	line-height: 1.1;
	padding: 2px;
	width: 114px;
}

.border {
	border: 1px solid #cCC;
	background-color: #e8f1f8;
	line-height: 1.1;
	height: 20px;
	width: 320px;
	float: left;
}

.borders {
	border: 1px solid #CCC;
	color: #666;
	background-color: #e8f1f8;
	line-height: 1.1;
	height: 130px;
	width: 320px;
	float: left;
}

input.border:focus	{
	background: #fff;
	border: 1px solid #f90;
}

input:hover {
	background-color:#fff;
}

textarea:hover {
	background-color:#fff;
}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #f90;
}

.submit_button {
border:none;
float: right;
color:#fff;
height:25px;
width:108px;
background: url(../media/buttons/contact_a.gif);
}
.submit_button:hover {
border:none;
color:#069;
text-decoration:underline;
height:25px;
width:108px;
background: url(../media/buttons/contact_hover.gif);
}
p.info {	
	background:#F8FAFC url(../common/media/icons/icon_info.gif) 15px center no-repeat;
	text-align:left;
	padding:5px 20px 5px 45px;
	border-top:2px solid #B5D4FE;
	border-bottom:2px solid #B5D4FE;
	margin-bottom: 5px;
	font-weight:bold;
}
#formerror {
	color:#FF3300;
	background: #fff6bf url(../media/icon_alert.gif) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #ffd324;
	width: 450px;
	margin: 5px;
}

tr.altrow {
	background:#E8F2FD;
}
.wa {
	width: auto;
}