@charset "utf-8";
/* CSS Document */


html {
	height : 100%;
	font-size: 60%;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}


#formcontent form#formid {
	margin:0 auto;
	width:500px;
    height:400px;
	padding:5px;
	border: 1px solid #e2e0de;
	background: #e2e0de; 
}
#formcontent .fitem {
	margin:0;
	padding:5px 0 5px 0;
	display: inline-block;
}
#formcontent .fitem h2 {
	width: auto;
	float:left;
}
#formcontent .fitem span.required {
	width: auto;
	float:left;
}
#formcontent a, #formcontent a:link, #formcontent a:visited, #formcontent a:active, #formcontent a:focus {
	color : #22bafa;
	text-decoration : none;
	outline : none;
}
#formcontent a:hover {
	text-decoration : underline;
}

#formcontent .buttons {text-align:center;}
#formcontent .buttons input {
	background:#e7ebee;
	padding: 5px;
	outline:0;
	font-weight:bold;
	color: #505050;
	border-top: 1px solid #8a9dac;
	border-left: 1px solid #8a9dac;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#formcontent .buttons input:hover {
	background:#fff;
	color: #000;
}

#formcontent .fitem input, textarea {
	padding:5px;
	border: 1px solid #8a9dac;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 475px;
    
}
#formcontent .fitem input.float {
	width: 224px;
}
#formhead h1, #formcontent h2, #formcontent h3 {
	margin:0 0 3px 0;
	padding:0;
	color : #555;

}



#copy {
	border-top:1px dotted #fff;
	text-align:center;
	font-size:6px;
	color: #ccc;
	padding: 3px 0;
}
#copy a {color: #ccc;}
