@charset "UTF-8";

/* Typography ////////////////////////////////////////////////////////// */

body {
	background: url(../images/top_lime.jpg) repeat-x top #767676;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: white;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #471a01; 
}

a:hover.button {
	background-color: #8CBF84;
	-webkit-border-radius: 11px 11px;
	-moz-border-radius: 11px 11px;
	border-radius: 11px 11px;
	border: 0px;
	padding: 4px 45px 4px;
	min-width: 150px;
	color: #333333;
	text-decoration: none;
}

/* Forms ////////////////////////////////////////////////////////// */

.form_left {
	width: 230px;
	height: 20px;
	border: none;
	background-color: #595959;
	padding: 5px;
	margin: 0px 15px 15px 0px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}

.form_right {
	width: 230px;
	height: 20px;
	border: none;
	background-color: #595959;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}

.form_full {
	width: 485px;
	height: 20px;
	border: none;
	background-color: #595959;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}

.form_message {
	width: 485px;
	height: 100px;
	border: none;
	background-color: #595959;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
}