
.form_container {
	padding:2px 0;
}

.contact_details {
	padding:5px 0;
	float:left;
	width:236px;
	height:190px;
}

#contact_map {
	width:350px;
	height:190px;
	float:left;
	border: 1px solid #7994c1;
}
	.recaptcha {
		padding-left:184px;
	}

form div { margin-bottom: 5px; margin-left: 0 !important; padding-bottom: 4px; }

form label {
	display: inline-block;
	width: 230px;
	vertical-align: top;
	line-height: 24px;
}

form input, form select, form textarea {
	width: 345px;
	padding: 3px;
	border: 1px solid #7994c1;
	background: #ffffff;
	color: #333;
}
	form div#recaptcha_image {
		width: 345px !important;
		padding: 3px;
		border: 1px solid #7994c1;
		background: #ffffff;
		color: #333;
		position:relative;
		left:50px;
	}

form input.chk {
  width: 30px;
  background: none;
  border: 0px;
  margin:0;
  padding:0;
}


form textarea { height: 90px; }

form select {
	padding: 0;
	width: auto;
}

form div.button {
	margin-top: 2px;
	width:518px;
}

form input.btn {
	color: #fff;
	background:#072760;
    width: auto;
    cursor: pointer;
    border: none;
	float:right;
	margin:0;
	padding:5px 12px;
	position:relative;
	right:30px;	
}

	form input.btn:hover {
		background:#0b306d;
		color:#b1ccf9;
	}

form input.qty {
	width: 70px;
}

form input.radio {
	width:30px;
	border:0;
	background:none;
}


form .cc,
form .ccexpiry {
  width: 40px;
}

form input.checkbox {
  width: 30px;
  background: none;
  border: none;
  margin-right: 170px;
}

form em {
  color: #ff0000;
}

form input.add_btn {
	color: #fff;
	background:#072760;
    width: auto;
    cursor: pointer;
    border:none;
	padding:4px 5px;
	margin-left:4px;
}

form input.add_btn:hover {
	background:#2b4e88;
}

form input.back {
	color: #fff;
	background:#072760;
    width: auto;
    cursor: pointer;
    border:none;
	padding:4px 5px;
	margin:0;
	float:left;
}

form input.forward {
	color: #fff;
	background:#072760;
    width: auto;
    cursor: pointer;
    border:none;
	padding:3px 4px;
	margin:0;
	float:right;
}

	form input.back:hover,
	form input.forward:hover {
		background:#2b4e88;
	}

.err_msg {
	color:red;
}

a.back {
		width:120px;
		height:27px;
		background:#072760;
		color:#fff !important;
		text-align:center;
		cursor:pointer;
		float:left;
		line-height: 27px;
		text-decoration: none !important;
		margin: 0 37px 0 0;
		float: right;
}
