form {
	font-size: 12px;
}

form legend {
	font-size: 16px;
}

label{
	float: left;
	width: 120px;
	font-weight: bold;
}

label.bigLabel {
	float: left;
	width: 250px;
	font-weight: bold;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 150px;
}

.boxes{
	width: 1em;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{
	clear: left;
}

form fieldset div.notes {
	background-color:#FFFFE1;
	border:1px solid #666666;			
	color:#666666;
	float:right;	
	height:auto;
	right: -20px;
	margin:0 0 10px 10px;
	padding:20px;
	width:190px;
}

form fieldset div.notes h4 {
	background-image:url(http://74.53.247.22/images/icon_info.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-color:#666666;
	border-style:solid;
	border-width:0 0 1px;
	color:#666666;
	font-size:110%;
	padding:3px 0 3px 27px;
}

form fieldset div.notes p.last {
	margin:0;
}

form fieldset div.notes p {
	color:#666666;
	font-size:78%;
	margin:0 0 1.2em;
}
