@charset "utf-8";
/* CSS Document */


/* ############################################################################## */

body {
	font-family:Arial, Helvetica, sans-serif;
}
header, footer, article, section, nav {
	display:block;
}
.wrapper {
	max-width: 940px;
	min-width:700px;
	padding: 0 20px;
	margin:0 auto;
}
.clear {
	clear:both;
}

a { color:#d30f8b; }

a:visited { color:#431f7e;}

img { max-width: 100%;}

.divider { clear:both; background:url(../images/deco_divider.gif) repeat-x bottom; height: 2px; }
/* ############################################################################## */

#languageSelection {
	background-image: linear-gradient(bottom, #EFEBF3 28%, #FDFDFD 64%);
	background-image: -o-linear-gradient(bottom, #EFEBF3 28%, #FDFDFD 64%);
	background-image: -moz-linear-gradient(bottom, #EFEBF3 28%, #FDFDFD 64%);
	background-image: -webkit-linear-gradient(bottom, #EFEBF3 28%, #FDFDFD 64%);
	background-image: -ms-linear-gradient(bottom, #EFEBF3 28%, #FDFDFD 64%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.28, #EFEBF3),  color-stop(0.64, #FDFDFD)  );
	border-bottom: 3px solid #5a2d7f;
	height:25px;
	padding: 22px 0 0 0;
}
#languageSelection a {
	background-image: linear-gradient(bottom, #68ABB1 0%, #59949D 61%);
	background-image: -o-linear-gradient(bottom, #68ABB1 0%, #59949D 61%);
	background-image: -moz-linear-gradient(bottom, #68ABB1 0%, #59949D 61%);
	background-image: -webkit-linear-gradient(bottom, #68ABB1 0%, #59949D 61%);
	background-image: -ms-linear-gradient(bottom, #68ABB1 0%, #59949D 61%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #68ABB1),  color-stop(0.61, #59949D) );
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#FFF;
	padding: 5px 20px 8px;
	font-weight:700;
	font-size:0.8em;
	text-decoration:none;
}
#languageSelection a:hover {
	background-image: linear-gradient(bottom, #518B8F 0%, #3D737A 61%);
	background-image: -o-linear-gradient(bottom, #518B8F 0%, #3D737A 61%);
	background-image: -moz-linear-gradient(bottom, #518B8F 0%, #3D737A 61%);
	background-image: -webkit-linear-gradient(bottom, #518B8F 0%, #3D737A 61%);
	background-image: -ms-linear-gradient(bottom, #518B8F 0%, #3D737A 61%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #518B8F),  color-stop(0.61, #3D737A) );
}
#languageSelection a.selected {
	background-image: linear-gradient(bottom, #5A2D7F 0%, #996ABF 61%);
	background-image: -o-linear-gradient(bottom, #5A2D7F 0%, #996ABF 61%);
	background-image: -moz-linear-gradient(bottom, #5A2D7F 0%, #996ABF 61%);
	background-image: -webkit-linear-gradient(bottom, #5A2D7F 0%, #996ABF 61%);
	background-image: -ms-linear-gradient(bottom, #5A2D7F 0%, #996ABF 61%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #5A2D7F),  color-stop(0.61, #996ABF)  );
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:#FFF;
	padding: 8px 20px;
	font-weight:700;
}
#languageSelection a.selected:hover {
	background-image: linear-gradient(bottom, #5A2D7F 43%, #8B61AD 100%);
	background-image: -o-linear-gradient(bottom, #5A2D7F 43%, #8B61AD 100%);
	background-image: -moz-linear-gradient(bottom, #5A2D7F 43%, #8B61AD 100%);
	background-image: -webkit-linear-gradient(bottom, #5A2D7F 43%, #8B61AD 100%);
	background-image: -ms-linear-gradient(bottom, #5A2D7F 43%, #8B61AD 100%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.43, #5A2D7F),  color-stop(1, #8B61AD) );
}
#french {
	margin-left:-3px;
}
/* ###################### HEADER & NAV ######################### */

#logo {	margin:20px 0 0 0; }

nav { clear:both; }
nav ul {	width:100%; }
nav li {
	float:left;
	padding:20px 0;
	width:25%;
	background: #CCC;
}
#insuranceType {
	font-size:2em;
	float:right;
}
#contentContainer {
	clear:both;
	position:relative;
	top:35px;
}

#insuranceType { float: right; color: #666; margin: -50px 0 20px 0; padding: 0; }

#payment #progressBar li, #done #progressBar li, #progressBar li { display: none; }

#progressBar { clear: both; background: url(../images/progressBar.png) no-repeat; height: 47px; width:939px;margin: 20px 0;}
#payment #progressBar { clear: both; background: url(../images/progressBar_payment.png) no-repeat; height: 47px; width:939px; margin: 20px 0;}
#done #progressBar { clear: both; background: url(../images/progressBar_done.png) no-repeat; height: 47px; width:939px; margin: 20px 0;}
#details #progressBar { clear: both; background: url(../images/progressBar_yourDetails.png) no-repeat; height: 47px; width:939px; margin: 20px 0;}





/* ########################## RIGHT COLUMN ############## */

#rightCol {
	float:right;
	width:23.404255%;
}
#leftCol {
	float:left;
	width:23.404255%;
}
#quotePod {
	background-color: #efeeeb;
	border:1px solid #a2a2a2;
	padding:6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#a2a2a2;
	margin-bottom:15px;
}
#quotePod h1 {
	font-size:2em;
	font-weight:700;
	color:#a2a2a2;
}
 #quotePod ul li:nth-child(2) {
 font-size:4em;
 font-weight:700;
 margin-bottom:10px;
}
 #quotePod ul li:nth-child(4) {
 font-size:2em;
 font-weight:700;
}

#securityMsg {
	background-color: #fff;
	border:1px solid #a2a2a2;
	padding:6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#333;
	margin-bottom:15px;
}



/* #######################  quote active state ############### */
#quotePodActive, #pod_yourDetails {
	background:url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
	padding:6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#FFF;
	margin-bottom:15px;
	}
	
#quotePodActive h1 {
	font-size:2em;
	font-weight:700;
	color:#fff;
	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:0 12px 12px;
	margin: 0 -6% 0;
}
#quotePodActive h2 { font-size:.9em; font-weight:700; margin:10px 0 0 0; text-transform:uppercase;}
#quotePodActive ul { 
 	margin: 10px -12px; 
 	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:0 12px 12px;
	}
#quotePodActive #includes{ font-size:0.7em;  }
#quotePodActive #includes li { margin-bottom:2px; }
#quotePodActive #includes li:before {
	content: url(../images/deco_includes_tick.gif);
	margin: 0 7px 0 0;
}
#quotePodActive .quotePrice li { font-size:0.8em; }
	
#quotePodActive .quotePrice li:nth-child(2) {
 font-size:4em;
 font-weight:700;
 margin-bottom:10px;
}
 #quotePodActive .quotePrice li:nth-child(4) {
 font-size:2em;
 font-weight:700;
}

#pod_yourDetails h1 {
	font-size:.84em;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:0 12px 12px;
	margin: 0 -6% 0;
}

#pod_yourDetails li {
	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:18px 18px 18px 24px;
	font-size:.6em;
	font-weight:700;
	margin: 0 -6% 0;
	position:relative;
}
	
#pod_yourDetails li.adult { background:url(../images/deco_icon_adult.png) no-repeat  5px 2px, url(../images/deco_divider_dark.gif) bottom repeat-x; padding-left:27px;   }
#pod_yourDetails li.child { background:url(../images/deco_icon_child.png) no-repeat  5px 2px, url(../images/deco_divider_dark.gif) bottom repeat-x; }
#pod_yourDetails li.medical { background:url(../images/deco_icon_medical.png)  no-repeat  5px 9px, url(../images/deco_divider_dark.gif) bottom repeat-x; padding-left:35px; }
#pod_yourDetails li.saved { background:url(../images/deco_icon_bigTick.png) no-repeat 5px 15px, url(../images/deco_divider_dark.gif) bottom repeat-x; padding-left:35px;}

#pod_yourDetails li.adding.adult {
	background:	#2d2d2d 95% 10px;
	position:relative;
	border-bottom:1px solid #555;
	}
	
#pod_yourDetails li.adding.adult:before {
	content: url(../images/deco_icon_adult.png) no-repeat  5px 2px;
	position:absolute;
	left: 5px;
	top: 3px;
}

#pod_yourDetails li.adding.child {
	background:	#2d2d2d 95% 10px;
	
	}
	
#pod_yourDetails li.adding.child:before {
	content: url(../images/deco_icon_child.png) no-repeat  5px 2px;
	position:absolute;
	left: 3px;
	top: 3px;
}

#pod_yourDetails li.adding.medical {
	background:	#2d2d2d 95% 10px;
	
	}
	
#pod_yourDetails li.adding.medical:before {
	content: url(../images/deco_icon_medical.png) no-repeat  5px 2px;
	position:absolute;
	left: 5px;
	top: 11px;
}

.btn_edit {
	position:absolute;
	right: 5px;
	top: 10px;
	}
	
.btn_addDetails {
	position:absolute;
	right: 7px;
	top: 15px;
	}
		

.btn_secondary{
	background-image: linear-gradient(bottom, rgb(161,161,161) 35%, rgb(214,214,214) 100%);
	background-image: -o-linear-gradient(bottom, rgb(161,161,161) 35%, rgb(214,214,214) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(161,161,161) 35%, rgb(214,214,214) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(161,161,161) 35%, rgb(214,214,214) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(161,161,161) 35%, rgb(214,214,214) 100%);
	background-image: -webkit-gradient(	linear,	left bottom, left top, color-stop(0.35, rgb(161,161,161)), color-stop(1, rgb(214,214,214)));
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px 15px;
	font-size:.7em;
	text-decoration:none;
	border-bottom:1px solid #cacaca;
	border-top:1px solid #2a2a2a;	
	font-weight:700;
	color:#333;
}

.btn_printquote {
	float:right;
	margin-top:-45px;
}

.btn_buyNow { margin-top:20px; max-width:100% }
.btn_buyNow_new { margin-top:0px; max-width:100% }

#quickContact h1 {
	text-transform:uppercase;
	font-size:1.2em;
	color:#333;
}
#quickContact li {
	font-size:0.8em;
	color:#737373;
	margin-bottom:5px;
}
 #quickContact li:nth-child(1) {
font-size:1.5em;
font-weight:700;
}
/* ########################## MAIN CONTENT ############## */

.beautytip {
	cursor:pointer; 
	margin-bottom:-4px; 
}

#mainContent {
	background-color:#f2f2f2;
	border: 1px solid #d1d1d1;
	width:68.7537991%;
	padding:2.12766%;
	margin-right:2.12766%;
	float:right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.panel {}
.title {
	background-image: linear-gradient(bottom, #59949d 0%, #65a7ad 61%);
	background-image: -o-linear-gradient(bottom, #59949d 0%, #65a7ad 61%);
	background-image: -moz-linear-gradient(bottom, #59949d 0%, #65a7ad 61%);
	background-image: -webkit-linear-gradient(bottom, #59949d 0%, #65a7ad 61%);
	background-image: -ms-linear-gradient(bottom, #59949d 0%, #65a7ad 61%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, #59949d),  color-stop(0.61, #65a7ad)  );
	moz-border-radius: 6px 6px 0 0;
	webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #9a9a9a;
	color:#fff;
	width:200px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	text-align:center;
	position:relative;
	top:-40px;
	text-shadow: 0px -1px 1px rgba(30, 30, 30, 0.5);
}
.title:before {
	content: url(../images/deco_titleShadow_left.png);
	position:absolute;
	left:-10px;
	bottom:-3px;
}
.title:after {
	content: url(../images/deco_titleShadow_right.png);
	position:absolute;
	right:-10px;
	bottom:-3px;
}
/* #################### FORM ####################### */

		
.formQuestion {
	width:34%;
	color: #333;
	font-size: .8em;
	font-weight:500;
	text-align:right;
	float: left;
	margin:16px 2.12766% 0 0;	
}

.formQuestionLeft {
	width:34%;
	color: #333;
	font-size: .8em;
	font-weight:500;
	text-align:right;
	float: left;
	margin:10px 2%;
	position:relative;
}

.formQuestionRight {
	width:34%;
	color: #333;
	font-size: .8em;
	font-weight:500;
	text-align:right;
	float: right;
	margin:10px 2%;
	position:relative;
}

.formParagraph {
	width:100%;
	color: #333;
	font-size: .8em;
	font-weight:500;
	text-align:left;
	float: left;
	margin:16px 2.12766% 0 0;
	
}

.formInput {
	font-size: .7em;
	color: #666;
	float:left;
	width:60%;
	margin:16px 0;
}

.formInputLeft {
	font-size: .7em;
	color: #666;
	float:left;
	width:60%;
	margin:10px 0;
	position:relative;
}

.formInputRight {
	font-size: .7em;
	color: #666;
	float:left;
	width:60%;
	margin:10px 0;
	position:relative;
}

.formNoParaInput {
	font-size: .7em;
	color: #666;
	float:left;
	width:42.8571429%;
	margin:16px 0 16px 5%;
}

.gobtn { margin:10px 0 0 36%;}

#totalPricePay {
	background:url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
	padding:2.5%;
	position:relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#FFF;
	width:50%;
	margin-bottom:15px;
}
	
#totalPrice {
	background:url(../../Images/travelQuote/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
	padding:1%;
	position:relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#FFF;
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
}
	
#totalPrice label {font-size:.7em;}	

#totalPrice ol, ul {
	list-style: none;
	}

#qqPrices {color: white;}
	
#totalPrice h1 { 
	font-size:2.1em; 
	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:0 12px 12px;
	margin: 0; 
	}
	
#totalPrice h2 { font-size:.9em; font-weight:700; margin:10px 0 0 0; text-transform:uppercase;}
#totalPrice div {
	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:12px 0;
}

#totalPrice #includes{ font-size:0.7em;  }
#totalPrice #includes li { margin-bottom:2px; }
#totalPrice #includes li:before {
	content: url(../images/deco_includes_tick.gif);
	margin: 0 7px 0 0;
}
	
#annualPrice { margin:10px 0 0 0; }
#monthlyPrice { position:absolute; top:86px; right:6%; color:#bbb; }

#annualPrice li:nth-child(2) {
 font-size:3em;
 font-weight:700;
 margin-bottom:10px;
}
#monthlyPrice li:nth-child(2) {
 font-size:2em;
 font-weight:700;
 margin-bottom:12px;
}
#monPrice li:nth-child(2) {
 font-size:2em;
 font-weight:700;
 margin-bottom:12px;
}

#priceBest {font-size:.6em;}
#priceWarn {font-size:.6em;}

#agreement { margin:20px 0 ; background:url(../images/deco_divider.gif) bottom repeat-x; padding:0 0 20px 0; }
#agreement h1{ font-weight:700;}
#agreement p { font-size:0.8em; color:#333;}
#agreement label{ font-size:0.7em;}
#agreement input { margin:10px 6px 0 0; }

.btn_payNow{ margin:20px 0 0 0;}

#summaryData {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #999;
	padding:1.5%;
	width:25%;
	position:absolute;
	top: 58px;
	right:4.5%;
	color:#333;
	font-size:0.8em;
}
#summaryData ul, #summaryData h1 {
		background:url(../images/deco_divider.gif) bottom repeat-x;
		padding:0 12px 12px;
		margin: 0 -4.7% 0; 
		}
#summaryData li { margin:5px 0 0 0; }
#summaryData h1 { font-size:1.2em; font-weight:700; text-transform:uppercase; }

#summaryData .summaryDetail { font-size:0.7em; color:#666; }
#summaryData .summaryName { font-weight:700;  }

#paymentOptions {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #999;
	padding:1.5%;
	width:50%;
	position:relative;
	color:#333;
	font-size:0.8em;
}
#paymentOptions ul, #paymentOptions h1 {
		background:url(../images/deco_divider.gif) bottom repeat-x;
		padding:0 12px 12px;
		margin: 0; 
		}
#paymentOptions li { margin:5px 0 0 0; }
#paymentOptions h1 { font-size:1.2em; font-weight:700; text-transform:uppercase; }

#paymentOptions .summaryDetail { font-size:0.7em; color:#666; }
#paymentOptions .summaryName { font-weight:700;  }

#paymentForm { width:55%; }
#paymentForm h1 { font-weight:700; margin:20px 0 0 0; }

#bankSection { width:55%; }
#bankSection h1 { font-weight:700; margin:20px 0 0 0; }

/*  ############### SummaryDetails ######################## */

#summaryDetails {
	background:url(../images/deco_quotePanel_bkg.gif) repeat;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
	padding:6.363636%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#FFF;
	margin-bottom:15px;
	}
	
#summaryDetails h1 {
	font-size:1em;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:0 12px 12px;
	margin: 0 -6% 0;
}
#summaryDetails h2 { font-size:.9em; font-weight:700; margin:10px 0 0 0;}
#summaryDetails ul { 
 	margin: 10px -6%; 
 	background:url(../images/deco_divider_dark.gif) bottom repeat-x;
	padding:0 12px 12px;
	}
#summaryDetails li{ font-size:0.7em; margin-bottom:5px; font-weight:600; }
#summaryDetails .summaryDOB { font-weight:400; margin-bottom:10px; color:#CCC; }
#summaryDetails .quotePrice li { font-size:0.8em; }
	
#summaryDetails .quotePrice li:nth-child(2) {
 font-size:4em;
 font-weight:700;
 margin-bottom:10px;
}
 #summaryDetails .quotePrice li:nth-child(4) {
 font-size:2em;
 font-weight:700;
}	

/* ################# YOURE DONE SECTION ######################## */

#policyRef { text-align:center; color:#333; padding-bottom:30px; background:url(../images/deco_divider.gif) bottom repeat-x; }
#policyRef h1{ font-size:1.5em; font-weight:700;  margin-bottom:10px; }

#companyInfo { margin:30px 0 0 0; padding-bottom:30px; width:85%; } 
#companyInfo p { margin-bottom:10px; }
#companyInfo h1 { font-size:1em; color:#333; text-transform:uppercase; margin-bottom:10px; font-weight:700; }
#companyInfo li a{ font-size:0.8em; }

#crossSell { background:url(../images/deco_divider.gif) top repeat-x; padding: 20px 0 0 0; }
#crossSell h1 { font-size:1.4em; text-transform:uppercase; color:#333; margin-bottom:12px; }
#crossSell .crossSellItem h1 { font-size:0.8em; font-weight:700;  }
.crossSellItem { margin-left:5%; float:left; width:35%; }
.crossSellItem p{ font-size:0.7em; color:#999; }
.crossSellItem .price {font-size:2em; font-weight:700; margin-bottom:30px;}
.crossSellItem .link {margin-top:15px;}

.crossSellCTA { 
	background-image: linear-gradient(bottom, rgb(211,27,144) 28%, rgb(211,90,167) 100%);
	background-image: -o-linear-gradient(bottom, rgb(211,27,144) 28%, rgb(211,90,167) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(211,27,144) 28%, rgb(211,90,167) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(211,27,144) 28%, rgb(211,90,167) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(211,27,144) 28%, rgb(211,90,167) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.28, rgb(211,27,144)),
		color-stop(1, rgb(211,90,167))
	);
	
	text-decoration:none;
	color:#FFF;
	padding:10px 20px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#medical #cta2 { margin:20px 0 0 0;}
#mediacl {position:relative; }
#medicalForm { font-size:.8em;   }
#medicalForm td { border-bottom:1px solid #ffffff; 
	-webkit-box-shadow: 0px -1px 0px rgba(200, 200, 200, 1);
	-moz-box-shadow:    0px -1px 0px rgba(200, 200, 200, 1);
	box-shadow:         0px -1px 0px rgba(200, 200, 200, 1);	
	}
#medicalForm p { padding:0 0 0 20px; }
#medicalForm  ul { padding:0 0 0 20px; }

#medicalForm .form_question_numbering { font-size:1.4em; font-weight:700; margin:0 0 0 -20px;}

.printMedical { position:absolute; right:29%; top:18px;}
.vert_top_25 {
	vertical-align:top;
	width:25px;
}
.medicalCol_1{ border-right: 1px solid #c9c9c9; border-left: 1px solid #c9c9c9; width:50%; padding:10px;}
.medicalCol_2, .medicalCol_3 { 
	background:url(../images/deco_medical_form_bkg.gif) repeat; 
	border-right: 1px solid #c9c9c9; 
	
	width:25%; 
	padding:10px; 
	}


.formTitle { font-weight:700; font-size:1.2em; padding:20px 10px; }
.hoqTitle { font-weight:700; padding:20px 10px; text-align:center; }

.valerr { color:red; margin-left:10px; }

.termsBox {
	width: 95%;
	height: 128px;
	overflow: auto;
	background-color: white;
	color: black;
	padding: 5px 10px;
	margin: 15px 0;
}

.pgReceipt {
	text-align:left; 
	margin: 20px auto;
	background-color:white;
	border:1px solid #c6c6c6;
}

.fwc {width:100%; text-align:center;}

.bt-wrapper {font-size:0.8em;}
.submit-claim-info{
	background-color: rgba(102,0,133,0.05);
    text-align: center;
	padding: 20px 13px;
	margin-left: 17px;
}
.submit-claim-info>h1{
	color: #660085;
    font-family: Arial;
    font-size: 32px;
    line-height: 37px;
}
.submit-claim-info>p{
	color: #333333;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
}