
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#form-wrap {
	width: 700px;
	margin-top: 10px;
	background: url(../images/exblast_form_bg.jpg) top center no-repeat;
	min-height: 450px;
	position: relative;
}

form {
	padding: 65px 0 0 20px;
}
h1 {
	display: none;
}
#formLeft {
	width: 320px;
	float: left;
}
#formLeft input {
	width: 240px;
	margin: 0 0 25px 0;
	border: none;
	
	background: none;
	margin: 5px 0 0 5px;
	font-size: 1em;
}
#formLeft .input-bg {
	background: url(../images/exblast_form_sm_bg.jpg) bottom left no-repeat transparent;
	height: 34px;
	margin-bottom: 5px;
	position: relative;
}
#formLeft .active {
	background: url(../images/exblast_form_sm_bg.jpg) top left no-repeat transparent;
}

#formLeft h2 {
	margin-left: 10px;
	font-size: 1.5em;
}

#formLeft p {
	font-size: .8em;
	margin: 0 40px 5px 10px;
	padding: 5px;
	color: #fff;
}

#title {
	margin-bottom: 30px;
}

#submit {
	margin-left: 150px;
}
#formRight {
	width: 360px;
	float: right;
	
}
#formRight textarea {
	width: 298px;
	height: 195px;
	display: block;
	border: none;
	background: none;
	margin: 5px 0 0 20px;
	padding: 13px 0 13px 0;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
}
#formRight .message-bg {
	background: url(../images/message-bg.jpg) bottom left no-repeat transparent;
	height: 238px;
}
#formRight .active {
	background: url(../images/message-bg.jpg) top left no-repeat transparent;
}
label {
	display: block;
	font-size: .9em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -18px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: .9em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}

#contact_details {
	margin-top: 35px;
}
#contact_details p {
	font-size: .9em;

}

img.right {
	float: right;
}

.overlay {
	width:100%;
	height: 78%;
	background: #000 url(../images/ajax-loader.gif) no-repeat 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	opacity: .8;
}


#thankyou-wrap {
	width: 700px;
	margin-top: 10px;
	background: url(../images/exblast_thankyou_bg.jpg) top center no-repeat;
	min-height: 450px;
	position: relative;
}

#left{
	width: 290px;
	float: left;
	margin: 83px 79px 0 20px;
}

#left h2 {
	color: #272727;
}

#left p {
	font-size: .9em;
	font-weight: bold;
}
