@charset "UTF-8";
/* CSS Document */



/* fieldset styling */
fieldset {
	margin:0;
}
form p {width: 100%;}
legend {
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	}

/* style for  labels */
#contact label {
	float: left;
	width: 10em;
	padding:8px 0 0 0;
}
.widelabel label {
	float: left;
	width: 16em;
}
input.inline{	
}
#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}


/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#contact input {
	width: 500px;
	height: 20px;
	padding:8px 10px 3px;
}
#contact input[type="text"], textarea {
	border: 1px solid #AAC7DA;
	background:#C0DCEB url(../images/bg_input.jpg) repeat-x top;
	font-size: 13px;
	color: #666;	
}

#contact input.radio,#contact input.checkbox,#contact input.submit,#contact input.zipcode,#contact input.street,#contact input.town  {
  width: auto;
}

/* style form elements on focus */
#contact input:focus,#contact textarea:focus {
	background: #C0DCEB;
	border: none;
}

#contact #searchbutton {
	border:none;
	color: #FFFFFF;
	height: 24px;
	width: 64px;
}

input.radio {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 500px;
	height: 140px;
	padding:8px 10px 3px;
}


#contact  #submit {
	color: #FFF;
	background: url(../images/bg_submit.jpg) no-repeat;
	
	width: 117px;
	margin-left: 120px;
	font-size: 12px;
	border: none;
	height: 30px;
	padding:0px 10px 3px;
}
