/* CSS - Tom Payne */
/* Design - Tom Payne */
/* Version - 1 */
/* Global Styles */

/*///////////////////////////////////////*/
/* Default HTML Styles */

body {
	margin:0px;
	padding:0px;
	color:#666666;
}

form{
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration:none;
	color:#26A9E0;
}
a:visited {
	text-decoration:none;
	color:#26A9E0;
}
a:hover {
	text-decoration:underline;
	color:#26A9E0;
}
a:active {
	text-decoration:none;
	color:#26A9E0;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:0.9em;
	line-height:90%;
	font-weight:normal;
}
h3 {
font-size:0.9em;
	line-height:100%;
	font-weight:normal;
}
p {
	font-size:0.7em;
}

/*///////////////////////////////////////*/
/* Container Styles */

#mwContainer {
	width:615px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding:0px 0px 20px 0px;
	margin:0px;
}
#mwContainer p {
	margin:10px 30px 0px 30px;
}
#mwContainer h2 {
	margin:20px 0px 0px 30px;
}
/*///////////////////////////////////////*/
/* Header Styles */

#mwHeader {
	width:615px;
	height:190px;
	border-bottom:5px solid #83c4e0;
	background:url(../images/bg_header.gif) no-repeat top left;
	margin:0px;
	padding:0px;
}
#mwHeader h1 {
	color:#FFF;
	margin:0px 0px 0px 30px;
	padding:25px 0px 0px 0px;
}
#mwHeader h2 {
	color:#84C5E0;
	margin:10px 0px 0px 30px;
	line-height:110%;
}

/*///////////////////////////////////////*/
/* Column Styles */

.mwCol {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#mw2Col {
	float:left;
	margin:10px 0px 0px 10px;
	padding:0px;
	width:350px;
	text-align:right;
}

#mw2Col h2 {
	color:#999999;
	width:370px;
	margin:20px 0px 0px 0px;
}


	
.mwColRt {
	float:right;
	margin:0px 10px 0px 0px;
	padding:0px;
	width:190px;
}
.mwLozenge {
	background:url(../images/bg_lozenge.gif) no-repeat;
	height:49px;
}
.mwLozengeLg {
	background:url(../images/bg_lozengeLg.gif) no-repeat;
	height:72px;
}
.mwLozengeLgRed {
	background:url(../images/bg_lozengeLgRed.gif) no-repeat;
	height:72px;
}
.mwLozengeLgGrn {
	background:url(../images/bg_lozengeLgGrn.gif) no-repeat;
	height:72px;
}
/*///////////////////////////////////////*/
/* Positional Styles */

.mleft10 {
	display:block;
	padding:0px 10px 0px 10px;
}
/*///////////////////////////////////////*/
/* Form Element Styles */

#mwForm {
	background:url(../images/bg_form_top.gif) no-repeat top left #eef7fb;
	width:615px;
	float:left;
	margin:20px 0px 10px 0px;
	border-bottom:5px solid #83c4e0;
	padding:10px 0px 0px 0px;
}
.mwFormInner {
	background:url(../images/bg_form_bottom.gif) no-repeat bottom left;
	width:615px;
	float:left;
	padding:0px 0px 10px 0px;
}
#mwForm label {
	display:block;
	font-size:0.7em;
	margin:10px 0px 0px 10px;
	padding:0px;
	width:180px;
}
#mwForm select {
	font-size:0.7em;
	color:#666666;
	margin:5px 0px 0px 10px;
	padding:4px;
	border-bottom:3px #b0c8d2 solid;
	border-right:3px #b0c8d2 solid;
	border-top:none;
	border-left:none;
}
#mwForm p {
	margin:20px 0px 0px 10px;
	font-size:0.6em;
	width:181px;
}
#mwForm h2 {
	margin:0px;
	padding:10px 0px 0px 0px;
	color:#FFF;
	display:block;
	width:190px;
}
.mwPrice {
	background:url(../images/bg_housevalue.gif) no-repeat;
	width:175px;
	margin:5px 0px 0px 10px;
	height:20px;
	padding:9px 0px;
	text-indent:10px;
	color:#83c4e0;
}
.mwLoss {
	display:block;
	background:url(../images/bg_loss.gif) no-repeat;
	width:175px;
	margin:5px 0px 0px 10px;
	height:20px;
	padding:9px 0px;
	text-indent:10px;
	color:#FFF;
}
.mwGain {
	display:block;
	background:url(../images/bg_gain.gif) no-repeat;
	width:175px;
	margin:5px 0px 0px 10px;
	height:20px;
	padding:9px 0px;
	text-indent:10px;
	color:#FFF;
}
.btnCalculate {
	margin:90px 0px 10px 15px;
}

#mw2Col label {
	color:#999999;

	text-align:right;
	float:left;
	
}
#mw2Col select {
	float:left;
	margin:10px 0px 0px 0px;
	color:#666666;
	padding:3px;
	font-size:0.7em;
	border-bottom:3px #b0c8d2 solid;
	border-right:3px #b0c8d2 solid;
	border-top:none;
	border-left:none;
}

#mw2Col input {
	float:left;
	padding:3px;
	font-size:0.7em;
	line-height:120%;
	margin:6px 0px 0px 10px;
	color:#666666;
	border-bottom:3px #b0c8d2 solid;
	border-right:3px #b0c8d2 solid;
	border-top:none;
	border-left:none;}
	
.formset{width:350px; margin:6px 0px 0px 0px; height:30px;float:left;}
.btnSubmit{border-bottom:none; border-right:none; float:left; margin:20px 0px 0px 210px;}

.modalPopup
{
	position: absolute; 
	color: White; 
	background-color: #125fa3; 
	z-index: 100; 
	display: block;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	text-align: center; 
	display: none;
}

.modalPopupContent
{
	padding-top: 30px;
}
	
/*///////////////////////////////////////*/
/* Footer Styles */

.footer {
	font-size:0.6em;
	color:#999999;
}
.backButton {
	margin:20px 25px 0px 0px;
	float:right;
	font-size:0.9em;
	font-weight:normal;
}
.mtop0 {
	margin-top:0px;
}
.loss {
	color:#FF0000;
	margin:20px 0px 0px 10px;
	font-size:0.7em;
	width:170px;
}
.gain {
	color: #8BC540;
	margin:20px 0px 0px 10px;
	font-size:0.7em;
	width:170px;
}

/*///////////////////////////////////////*/
/* CallBack Styles */

#mwCallBack {
	margin:20px 0px 0px 10px;
	padding:6px 6px 6px 10px;
	float:left;
	background:url(../images/bg_callback.gif) no-repeat top left;
}
#mwCallBackInner {
	float:left;
	height:140px;
	width:575px;
	margin:0px;
	padding:0px;
}
#mwCallBack h2 {
	color:#84C5E0;
	margin:10px 0px 0px 0px;
	width:340px;
	line-height:110%;
	display:block;
}
#mwCallBack p {
	margin:10px 0px 0px 0px;
	width:340px;
	display:block;
}
#mwCallBack img {
	float:right;
	width:182px;
}

#mwWhatNext{
background:url(../images/bg_rtcol.gif) no-repeat;
width:190px;
height:380px;
margin:10px 0px 20px 0px;
}

#mwWhatNext p{
font-size:0.7em;
line-height:140%;
margin:10px;
}

#mwWhatNext img{
margin:6px 0px 0px 6px;
}