
fieldset{
width:500px;
}
.contact_details {
	float:left;
	padding:0 15px 0 0;
	width:208px;
}

#contact_map {
	float:left;
	width:280px;
	height:180px;
	margin:15px 0 0 0;
	border:1px solid #000;
}

.contact_form,
.form_container {
	padding:11px 0;
	_padding:0;
	width:535px;

}

form div { margin-bottom: 5px; margin-left: 0 !important; width: 506px; padding-bottom: 4px; }

form label {
	display: inline-block;
	width: 222px;
	vertical-align: top;
	line-height: 24px;
	font-size:12px;
	padding:0;
}

form input, form select, form textarea {
	width: 272px;
	padding: 3px;
	border: 1px solid #000;
	background: #ffffff;
	font-size:12px;
	color: #333;
}

	form input.chk {
	  width: 30px;
	  background: none;
	  border: 0px;
	  margin-left: 176px;
	  padding:0;
	}
	form .chk-newsgroup{
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	width:auto;
	background: none;
	}
	
	form input.qty {
		width: 70px;
	}
	
	form input.add_btn {
		color: #fff;
		background:#7994c1;
		width: auto;
		cursor: pointer;
		border:none;
		padding:3px;
		margin-left:4px;
		color: #fff;
		background: #4d7d1d;
	}
	
		form input.add_btn:hover {
			background: #82ae2c;
		}


form textarea { height: 120px; _height:100px; }

form select {
	padding: 0;
	width: auto;
}

form div.button {
	margin-top: 2px;
}

form input.btn {
	color: #fff;
    background: #4d7d1d;
    width: 78px;
    height: 24px;
    cursor: pointer;
    border:none;
	float:right;
	padding:0;
	font-size:13px;
}

form input.btn:hover {
    background: #82ae2c;
}

form .cc,
form .ccexpiry {
  width: 40px;
}

form input.checkbox {
  width: 30px;
  background: none;
  border: none;
  margin-right: 170px;
}

form em {
  color: #ff0000;
}

#contact_map span {
	display:none;
}
.recaptcha{
text-align:right;
}
.recaptcha label{
text-align:left;
}
#recaptcha_image{
float:right;

}
