﻿@charset "utf-8";
/* CSS Document */


html {
	height : 100%;
	font-size: 80%;
}
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #505050;
}
#formwrap {
	text-align:left;
	width: 980px;
	margin:0 auto;
	border-top: 5px solid #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    background-color: #e7ebee;
}
#formhead {
	height:50px;
	line-height:50px;
	width:100%;
	text-align:center;
	border-bottom:1px dotted #fff;
}
#formcontent {
    text-align:left;
    margin: 0;
    padding:30px;
}
#formcontent form#formid {
	margin:0 auto;
	width:500px;
	padding:10px;
	border: 1px solid #fff;
	background: #bec9d1; 
}
#formcontent .fitem {
	margin:0;
	padding:10px 0 10px 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:10px;
	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;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #222;
}



#copy {
	border-top:1px dotted #fff;
	text-align:center;
	font-size:10px;
	color: #ccc;
	padding: 3px 0;
}
#copy a {color: #ccc;}
