/* CSS Document */

* {
font-family: Trebuchet MS, Helvetica, sans-serif;
width: 550px;
}
body {
margin-left: 40px;
margin-bottom: 40px;
}

a:link {
color: #FB9622;
text-decoration: underline;
}
a:visited {
color: #FFD600;
}
a:hover {
text-decoration: none;
}
a:active {
color: #85C329;
}
h1 {
font-size: 48px;
font-weight: bold;
color: #85C329;
margin-bottom: 0px
}
h2 {
font-size: 24px;
font-weight: bold;
background-color: #FB9622;
color: #fff;
margin-top: -12px;
margin-left: 57px;
padding: 5px;
}
p{
font-size: 12px;
}

form {
	width: 525px;
	padding-top: 10px;
}
form iframe{
width: 250px;
}
form fieldset {
	margin-top: 0;
	margin-bottom: 20px;
	border: solid 1px #666;
	padding: 8px 0;
	background-color: #FCFCFC;
}
form fieldset legend {
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 12px;
}

form label {
	/*float: left;
	text-align: right;*/
}

div.required, div.optional {
	margin: 3px;
font-size: 12px;
}
/*form div {
	display: block;
	float: left;
}*/
form div label {
width: 8em;
float: left;
text-align: right;
margin: 0 1em 8px 0;
font-size: 11px;
clear: both;
}

div.required {
	font-weight: bold;
}
form p {
margin: 10px;
}

textarea {
	width: 200px;
	height: 100px;
}
form div input {
width: 218px;
}
form p #submit {
width: 200px;
}

form div.notes {
	display: block;
	margin: 10px 5px;
	border: solid 1px #333;
	background-color: #ffffe1;
	padding: 0 8px 8px 8px;
	float: right;
	width: 150px;

}
form div.notes h4 {
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 3px 27px;
	font-size: 12px;
	margin: 5px 0;
	border-bottom: solid 1px #333;
	}
form div.notes p {
	margin-top: 3px;
        font-size: 11px;
	}

div#updates {
border: solid 1px #666;
padding: 8px;
background: #fcfcfc;
}
div#updates p {
margin-bottom: 8px;
}