@charset "UTF-8";
/* CSS Document */


#form_container {
	margin-top:0px;
	margin-left:85px;
	padding-bottom:25px;}

.description {
	display:none;
}

ul li {
	display:inline;
}

#form_11 div {
	float:left; 
}

#element_1 {
	background:url(http://www.scottforga.com/wp-content/themes/Scott/images/name_bkg.png) no-repeat;
	border:0px;
	width:190px;
	padding:6px;
}

#element_2 {
	background:url(http://www.scottforga.com/wp-content/themes/Scott/images/email_bkg.png) no-repeat;
	border:0px;
	width:227px;
	padding:6px;
}

#saveForm {
	background:url(http://www.scottforga.com/wp-content/themes/Scott/images/send.png) no-repeat;
	text-indent:-1000px;
	font-size:0px;
	border:0px;
	cursor:pointer;
	height:26px;
	width:23px;
}

#error_message {
	display:none;
}

p.error {
	display:none;
}

li.error #element_1 {
	background:url(http://www.scottforga.com/wp-content/themes/Scott/images/name_error.png) no-repeat;
	border:0px;
	width:190px;
	padding:6px;
	color:white;
}

li.error #element_2 {
	background:url(http://www.scottforga.com/wp-content/themes/Scott/images/email_error.png) no-repeat;
	border:0px;
	width:227px;
	padding:6px;
	color:white;
}

#form_container h1 {
	display:none;
}

#form_container {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}
