body{
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
}

#form_submission{
	width:500px;
	margin:0 auto;
	
}


#user_submission{
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#user_submission:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#user_submission:active {
	position:relative;
	top:1px;
}

#form_header{
	border-bottom: 1px dotted #CCCCCC;
    clear: both;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 1% 1.1em;
	width:100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    letter-spacing: 0.01em;
}

#form_header h2{
	clear: left;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 5px;
}
#form_header h3{
	color: #555555;
    font-size: 12px;
    line-height: 135%;
}



label{
 font-size:12px;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 font-weight:bold;
 letter-spacing: 0.01em;
}

input{	
 width:300px;
 background: url(../img/fieldbg.gif) repeat-x scroll center top #FFFFFF;
 border-color: #7C7C7C #C3C3C3 #DDDDDD;
 border-style: solid;
 border-width: 1px;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

select{	
 background: url(../img/fieldbg.gif) repeat-x scroll center top #FFFFFF;
 border-color: #7C7C7C #C3C3C3 #DDDDDD;
 border-style: solid;
 border-width: 1px;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.required_field{
	color:red;
}

.form_field{
	padding:0.5em;
}

.short_field{
}

.curFocus{
	background:#FFF7C0;
}

.warning{
	background:#FFFAFA;
}

.warning_fatal{
	background:#FFFAFA;
	color:red;
}

input:focus{	
 border-color: #2C2C2C #C3C3C3 #DDDDDD;
}

select:focus{	
 border-color: #0C20C0C #636363 #DDDDDD;
}


#survey_table{
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    letter-spacing: 0.01em;
	font-size:12px;
}

#survey_table table{
	margin: 0 auto;
}

#survey_table td{
	padding:4px;
	border-bottom:1px #999 dotted;
}


#survey_table_head{
	font-weight:bold;
	border-bottom:1px #666 solid;
	background:#333;
	color:white;
}

#error_notification{
	background:#FFF7F7;
	color:#F00;
	font-weight:bold;
	border:1px #F96 dotted;
	padding:0.4em;
	font-size:12px;
	display:none;
}

#form_submission_thank_you{
	width:500px;
	margin:0 auto;
	display:none;
}

#user_submission_wait{
	font-size:12px;
	display:none;
}