.field
{
	background-color: #EEEEEE;
	border: 1px solid #607a89;
	padding: 3px;
	margin: 5px 0px;
	width: 257px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#left .field
{
	width: 97%;
}

#left select.field
{
	width: auto;	
}

.field:focus, .field:hover
{
	border: 2px solid #607a89;
	padding: 2px;
}

#left-newsletter ul
{
	list-style-type: none;
	margin-left: 45px;
	margin-top: -14px;
}

#left-newsletter ul label
{
	display: block;
	height: 20px;
	padding-top: 2px;
}

#left-newsletter ul label:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#left-newsletter ul input
{
	margin-bottom: 3px;
	float: left;
}

.submit
{
	background-color: #EEEEEE;
	border: 1px solid #607a89;
	padding: 3px 6px;
	
	background-image: url(../images/submit.gif);
}

.submit:hover
{
	border: 2px solid #607a89;
	padding: 2px 5px;
	cursor: pointer;
}

.submit:active
{
	background-image: url(../images/submit2.gif);
}

.contact
{
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact label
{
	font-weight: bold;
	display: block;
	width: 45px;
	text-align: right;
	float: left;
	padding-right: 5px;
}

.contact li
{
	padding-top: 3px;
	padding-bottom: 3px;
}
