/* css reset http://meyerweb.com/eric/tools/css/reset/*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

.clear {
	clear: both;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dotted #555555;
}

/* site */
body {
	background: rgb(247,249,247);
	color: black;
	font: normal 13px/17px "Helvetica Neue", helvetica, arial, sans-serif;
}

#contact-content {
	position: relative;
	margin: 10px;
	padding: 10px 10px 0;
	width: 520px;
	background: rgb(247,249,247);
}
	#contact-content p {
		padding: 10px 0;
		line-height: 20px;
	}
	#contact-content h1 {
		display: block;
		padding: 15px 10px;
		background: rgb(255,255,255);
		font: normal 18px/22px "Helvetica Neue", helvetica, arial, sans-serif;
		margin: 0 0 10px;
		color: rgb(66,119,133);
	}
		#contact-content h1 strong {
			color: rgb(102,138,0);
			font-weight: bold;
		}
	#contact-content a:link, #contact-content a:visited {
		color: #262626;
		text-decoration: underline;
	}

div.contact-l {
	float: left;
/*	position: absolute;
	left: 10px;
	bottom: 10px;*/
	width: 255px;
}
div.contact-r {
	float: right;
	width: 260px;
}

/* form */

#contact_form {
	margin: 0 0 0;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	color: rgb(102,138,0);
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#contact-content form p { position: relative; margin: 0 0 0px; padding: 0 0 5px;}
form p br {display: none;}
form fieldset p input, form fieldset p textarea {
	padding: 7px 7px 0;
	width: 246px;
	margin: 0 0 0;
}
form fieldset p label {
	display: block;
	margin: 0;
	padding: 0;
	color: rgb(102,138,0);
	font-size: 12px;
	line-height: 20px;
}
form fieldset p textarea, form fieldset p input {
	border: solid 1px #ccc;
	background: #fff;
}
form fieldset p input {
	height: 18px;
}
form fieldset p textarea {
	height: 167px;
	width: 236px;
	margin: 0;
}
.sendbutton {
	font: bold 16px "Helvetica Neue", helvetica, arial, sans-serif;
	background: rgb(224,90,89) url('/i/bg-submit.png') repeat-x 0 0;
	border: solid 1px rgb(224,90,89);
	cursor:pointer;
	width: 260px;
	padding:0 0 0;
	height: 35px;
	color: rgb(255,255,255);
	text-align: center;
	margin: 5px 0 0;
}
span.error {
	color: #e02626;
}
