/** 
  * IE cannot have a background-image and gradient in the same div.
  * Source: http://stackoverflow.com/questions/4254950/ie-gradient-background-image
  * Source: http://iroylabs.blogspot.com/2011/09/gradient-test-gotcha-ie-vs-other.html
  */
.box { 
	background-color: #efefef;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	background-position: left top;
	background-repeat: repeat-y; 
	position:relative; 
	/*margin-bottom:20px; */
	/*width:215px;*/ /* IE7 Gradient filter not rendered for bock elements unless a width is set */
	width:213px;
}

.gradientIE {
	background-image: url('../images/ui/background/borderBox.png');
	background-position: left top;
	background-repeat: repeat-y; 
	position:relative; 
	width:213px;
	/*border: 1px solid blue;*/
	margin-bottom: -15px;
}
img.bot_box {width:213px; z-index:2; /*border: 1px solid red;*/}
.box_rates p.box_mo {margin:23px 0 0 0;}

#searchForm input#search {line-height:20px !important;}

.head_signUp {width:180px;}

#country select { font-family: Arial; }
.banner_rate sup { height: 0; line-height: 1; vertical-align: baseline; position: relative; top: -30px; }
sup.pod_size {color:#363737; font-size:14px;}
.home_rate_fix sup {top:-15px;}
#tabbed li.tab_on a {text-decoration:none;}
a:visited { text-decoration: none; }

.banner_title_adj h1 { width:500px; }
.landing p { width:430px;}
.ld_banner h1 { width:500px; }

.tabletBgImg {bottom:10px;}
.OutlookBgImg {bottom:16px;}
.homePhBgImg {bottom:0;}
