html, body { border: 0; margin: 0; padding: 0; }
body {
	
	color: #666;
	font-size: 62.5%;
}

p, label, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	margin-right: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
hr {
	border-color:#D9D9D9;
border-style:none none solid;
border-width:1px;

height:0;
margin:6px 0;
padding:0;
}

#contact {
	width:440px;
	height:auto;
	float: left;
	display: block;
	margin-left: 10px;
 }

/* Form style */

label {
	
	height: auto;
	line-height: 26px;
	width: 100%;
	font-size: 1.5em;
	float: left;
	clear: both;
}
input, textarea, select {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
background:#2B1C05 none repeat scroll 0 0;
border:1px solid #C89142;
color:#C89142;
font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
font-size:1.5em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

padding:5px;
}   

input.form, textarea.form, select.form {
	float: left;
} 


input:focus, textarea:focus, select:focus {
	border: 1px solid #C89142;
	background-color: #2b1c05;
	color:#ffde96;
}
input.submit {
margin-top:20px;
	cursor: pointer;
	border: 1px solid #C89142;
	background:#2B1C05;
	color:#c89142;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	clear: both;
	float: left;
}
input.submit:hover { color:#ffde96; }
fieldset {
	-webkit-border-radius:5px;
	border: none;
	
	
}
legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000000;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message {
	display: block;
	height: auto;
	line-height: 22px;
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#succsess_page  { text-align: center; }

#succsess_page h1 { background: url(../images/success.gif) left no-repeat; padding-left:22px; }


#details {
	float: left;
	width: 440px;
	height:auto;
	margin-right: 10px;
}

