﻿
form 
{
	margin: 0px;
}

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

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

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

#submit 
{
	color: Black;
	font-weight: bold;
	margin-top: 14px;
}

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

.hidden 
{
	display: none;
}

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