
.form_container {
	padding:2px 0;
}

.contact_details {
	padding:5px 0;
	float:left;
	width:215px;
	height:190px;
}

#contact_map {
	width:330px;
	height:190px;
	float:left;
	border: 1px solid #7994c1;
	margin:17px 0;
}

form div { margin-bottom: 5px; margin-left: 0 !important; width: 548px; padding-bottom: 4px; }

form label {
	display: inline-block;
	width: 210px;
	vertical-align: top;
	line-height: 24px;
	font-size: 12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

form input, form select, form textarea {
	width: 325px;
	padding: 4px 3px;
	border: 1px solid #bdc6d4;
	background: #ffffff;
	color: #333;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form textarea { height: 90px; }

form select {
	padding: 0;
	width: auto;
}

form div.button {
	margin-top: 2px;
	width:518px;
}

form input.btn {
	color: #fff;
	background:#93a1b6;
    width: 78px;
    height: 24px;
    cursor: pointer;
    border: none;
	float:right;
	padding:0;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
form input.btn_sml {
	width: 160px;
	padding: 4px 3px;
	border: 1px solid #bdc6d4;
	background: #ffffff;
	color: #333;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
form textarea.frm {
	width: 570px;
	padding: 4px 3px;
	border: 1px solid #bdc6d4;
	background: #ffffff;
	color: #333;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form input.btn:hover {
	background:#bdc6d4;
}

form .cc,
form .ccexpiry {
  width: 40px;
}

form input.chk {
  width: 30px;
  background: none;
  border: none;
  margin:5px 30px 0 210px;
}

form em {
  color: #ff0000;
}


.form_dateIcon {
	width:16px;
	height:16px;
	background:url(../images/date.gif) no-repeat;
	border:none;
	font-size:0;
	text-indent:-99999;
	}