 /* $Id: emailRequest.css,v 1.12 2011/12/19 14:52:23 adam.l Exp $
-----------------------------------------------------------------------------*/

@import "creatormailTemplate.css";

#emailRequest {
	padding: 8px;
	margin-bottom: 25px;
}
#emailRequest div.emailRequestWrap {
	padding: 15px 15px 35px 15px;
	background-color: #FFF;
}
#emailRequest div#emailOffer {
	float: right;
	padding: 5px;
	width: 280px;
	color: #053A68;
	background: #e4e4e4;
}
#emailRequest #emailOffer h3 {
	color: #053A68;
	font-weight: bold;
	margin-bottom: 10px;
}
#emailRequest #emailOffer p {
	line-height: 1.4em;
}
#emailRequest .emailOfferWrap {
	padding: 10px;
	background-color: #FFF;
}
#emailRequest div#emailOffer img {
	width: 260px;
	height: 195px;
}
#emailRequest h1, #emailRequest h2 {
	margin: 0 0 12px 0;
}
#emailRequest ul {
	margin-left: 15px;
}
#emailRequest fieldset  {
	margin: 0;
}
#emailRequest .contact_details {
	width: auto;
	margin: 0;
}
#emailRequest .contact_details th {
	text-align: right !important;
	padding: 4px;
	white-space: nowrap;
}
#emailRequest .contact_details td {
	padding: 4px;
}
#emailRequest .contact_details .forename input, #emailRequest .contact_details .surname input {
	width: 160px;
}
#emailRequest .contact_details .email input, #emailRequest .contact_details .address input {
	width: 235px;
}
#emailRequest .contact_details .postcodeInput {
	width: 80px;
}
#emailRequest .contact_details .formbutton {
	margin-left: 10px;
	background: #FFF;
	border: none;
	border-bottom: 1px solid #053A68;
	color: #053A68;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	width: 102px;
}
#emailRequest .contact_details .postcode .question {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	background: transparent url('themes/common/register/questionIcon.png') no-repeat;
	cursor: pointer;
}
* html #emailRequest .contact_details .postcode .question {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed src='themes/common/register/questionIcon.png');
}
#emailRequest .contact_details td .required {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #053A68;
	position: relative;
	top: -5px;
}
#emailRequestTerms {
	padding: 0 20px;
	line-height: 1.3em;
}
#emailRequestTerms h3 {
	margin-bottom: 14px;
	font-weight: bold;
	color: #3F3F3F;
}
