/* CSS Document */
html {
	background: #d7ddd3 url('images/background_green.jpg') no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #585a57;
	}
#wrapper {
	width: 369px;
	min-height: 513px;
	margin: 51px auto;
	padding: 15px 85px 40px 85px;
	border: 4px solid #248d4a;
	background: url('images/wrapper_back.png');
	}
#logo {
	display: block;
	width: 165px;
	height: 161px;
	margin: 0 auto 20px auto;
	}
#wrapper p {
	text-align: justify;
	font-size: 14px;
	line-height: 20px; 
	}
label { display: none; }
fieldset { display: none; }

input.single {
	border: none;
	background: #b0d2ba url('images/asterix.gif') no-repeat right top;
	padding: 8px;
	color: #5c7e66;
	width: 165px;
	}
input#cf_field_4 { background: #b0d2ba; }
input.sendbutton {
	background: #228d49;
	padding: 8px 26px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	margin-right: 0; 
	margin-top:0;
	display: block;
	font-size: 15px;
	margin-left:130px !important;
	}
input.sendbutton:hover { background: #1b6c38; cursor: pointer}
#form { 
	margin: 0 auto;
	}
a.skip {
	display: block;
	margin: 0 auto;
	font-size: 12px;
	text-transorm: lowercase;
	text-decoration: none;
	width: 59px;
	color: #248d4a;
	}
a.skip:hover {
	color: #1b6c38;
	}
#required { font-size: 12px; }

label.error {height:1px;}

