@charset "utf-8";
/* CSS Document */

#contact li {
	list-style:none;}
	
#contactContent ul {
	list-style:none;}
	
#contactContent li {
	display:block;
	font-size:1em;}
	
label, label span {
	display: block;
	padding:5px;}
	
label {
	float: left;
	width: 450px;}
	
label span {
	float: left;
	width: 125px;
	text-align: right;
	font-size: .9em;
	padding-right:10px;
}

fieldset p.emphasize {
	font-size:.75em;
	padding:15px 15px 0px;
}

label.firstLabel {
	margin-top:25px;}
	
fieldset input:hover, select:hover {border-color: #000; background-color:#FFFFCC;}
fieldset input:active, input:focus {border-color: #900;}

fieldset {
	margin-top: 10px;
	padding: 0;
	overflow:hidden;
	border: 1px solid #D5DEE7;}

form div {
	clear: both;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	height:50px;
	padding-left:25px;
	background:url(../images/form_background_bottom.jpg) bottom repeat-x;
}

form div.button input {
	background:#336699;
	color: #fff;
	border: 2px double #000;
	border-top-color: #999;
	margin-top:10px;}
	
form div input:hover {
	background-color:#FFFFCC;}
	
form fieldset.button {
	clear: both;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	height:50px;
}

form fieldset.button input {
	background:#336699;
	color: #fff;
	border: 2px double #000;
	border-top-color: #999;
	margin:15px 0;}
	
form fieldset.button input:hover {
	background-color:red;}

	
h1.topHeader {
	margin-top:10px;}
