﻿
form 
{
	margin: 0px;
}

label 
{
	display: block;
	margin: 14px 0px 4px 0px;
	font-size: 85%;
	font-weight: bold;
	color: #336699;
}

label small 
{
	font-size: 90%;
	font-weight: normal;
}

input, select, textarea
{
	display: block;
	font-family: Arial;
	font-size: 85%;
	width: 300px;
	border: solid 1px #ff6600;
}

#submit 
{
	background-color: #ff6600;
	background-image: url(../images/bottom_bg.gif);
	color: White;
	font-weight: bold;
	margin-top: 14px;
	border: solid 1px #ff6600;
}

img.whatsthis 
{
	float: left;	
	display: block;
	position: absolute;
	margin-left: 303px;
	margin-top: 4px;
	_margin-top: 1px;
}

.hidden 
{
	display: none;
}

input.error, select.error
{
	border-color: Red;
	background-color: #ffff88;
}