@charset "utf-8";
/* CSS Document */
/* Here's our form stuff */ 
#form_wrapper {
 width:100%;
}
#form_wrapper label, .label{
	font-size:85%;
	line-height:1em;
}

fieldset {
	background-color:#f3f3f3;
}

fieldset li {
padding-top:.5em;
padding-bottom: .5em;
}
input#submit {
	margin-left: 240px;
	background-color:#999;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#name, textarea#comments {
	width: 300px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus{
	background-color:#FFC;
}



.newsletter {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:100%;
}
.w_margin{
	margin:10px;
}
.w_lg_margin {
	margin-left:120px;
}
value {
	color:#999;
}