html,body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: left;
	font: 12px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}

img {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
}

a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#header {
	width: 774px;
	height: 158px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

#pageContainer {
	width: 774px;
	clear: all;
	font-size: 12px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#container {
	width: 774px;
	min-height:696px;
	height:auto !important;
  	height:696px;
	background: #fff;
	float: left;
	margin-right: -774px;
	border-bottom: 10px;
	background-image: url('../images/content-area-bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#content {
	min-height: 466px;
	padding: 0px;
	background: #fff;
	margin-left: 218px;
	border: 0px;
	
}


h1 {
	display: block;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	color: #fc3263;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 2px 0px;
}


#footer {
	width: 774px;
	clear: all;
	height: 50px;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	border-top: 9px solid #ff2056;
}

#footer a 	    {  font-size: 12px; font-weight: normal; text-decoration: underline; color: #3fc7f8; }
#footer a:visited   {  color: #fff; text-decoration: none;  }
#footer a:active    {  color: #fff; text-decoration: none;  }
#footer a:hover	    {  color: #fff; text-decoration: none;  }

#terms a 	    {  font-size: 12px; font-weight: normal; text-decoration: underline; color: #ff0060; }
#terms a:visited   {  color: #ff0060; text-decoration: none;  }
#terms a:active    {  color: #ff0060; text-decoration: none;  }
#terms a:hover	    {  color: #ff0060; text-decoration: none;  }

a 	          {  font-size: 12px; font-weight: bold; text-decoration: none; color: #fc3263; }
a:visited         {  color: #fc3263; text-decoration: none;  }
a:active          {  color: #fc3263; text-decoration: none;  }
a:hover	          {  color: #fc3263; text-decoration: underline;  }

.homeIntroText {
	font-size: 12px;
}


.homeIntroText .productBold {
	font-weight: bold;
	color: #fc3062;
}

.homeIntroText a 	    {  font-size: 12px; font-weight: bold; text-decoration: underline; color: #fc3062; }
.homeIntroText a:visited   {  color: #fc3062; text-decoration: underline;  }
.homeIntroText a:active    {  color: #fc3062; text-decoration: none;  }
.homeIntroText a:hover	    {  color: #fc3062; text-decoration: none;  }



p {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px 20px 0px 20px;
}

#apply_button {
	display: block; 
	height: 27px;
	width: 94px;
	background-image: url('../images/apply-but.gif');
}

.error {
	border: 2px solid #2F70D1;
}

.mandatory {
	color: red;
}

#featuredOffers {
	width: 100%;
	height: 100%;
}

/*
#featuredOffers td {
	padding-bottom: 0px;
}
*/

#formContainer {
	width: 508px;
	margin: 0px;
	padding: 24px;
	border: 1px solid #7dc0f4;
	background-color: #ebf8fe;
	background-repeat: repeat-x;
	background-position: bottom right;
}

.carInsFormBg {
	background-image: url('../images/formBg/car-insurance-form-bg.gif');
}

.bikeInsFormBg {
	background-image: url('../images/formBg/bike-insurance-form-bg.gif');
}

.homeInsFormBg {
	background-image: url('../images/formBg/home-insurance-form-bg.gif');
}

.vanInsFormBg {
	background-image: url('../images/formBg/van-insurance-form-bg.gif');
}

.debtFormBg {
	background-image: url('../images/formBg/debt-form-bg.gif');
}

.ppiFormBg {
	background-image: url('../images/formBg/ppi-form-bg.gif');
}

.payDayLoansFormBg {
	background-image: url('../images/formBg/ppi-form-bg.gif');
}

table {
 	width: 100%;
}

table td {
	width: 50%;	
}

div #submit {
	float: right;
	margin-right: 120px;
}

#submit {
	background-image: url('../images/proceed-but.gif');
	height: 27px;
	width: 94px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

div #apply {
	float: right;
	margin-right: 120px;
}
#apply {
	background-image: url('../images/apply-but.gif');
	height: 27px;
	width: 94px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
