﻿body {
padding: 0px;
font-size:11px; 
font-family:Verdana, Helvetica, sans-serif; 
}

.teaserBox {
	background: #fafafa;
	margin: 0 0 14px 0;
}

.teaserBox .teaserBoxHeader {
	height: 16px;
	background: url(/mobilx/images/RBox/orangeRoundedCorner_tr.gif) top right
		no-repeat #f60;
}

.copyBox .copyBoxHeader .cornerHelper {
	height: 7px;
	background: url(/mobilx/images/RBox/greyRoundedCorner_tl.gif) top left
		no-repeat transparent;
}
* html .copyBox .copyBoxHeader .cornerHelper {
	margin-bottom: -6px;
}
.teaserBox .teaserBoxHeader .cornerHelper {
	background: url(/mobilx/images/RBox/orangeRoundedCorner_tl.gif) top left
		no-repeat transparent;
	height: 16px;
}

.copyBox .copyBoxFooter .cornerHelper {
	height: 7px;
	background: url(/mobilx/images/RBox/greyRoundedCorner_bl.gif) bottom left
		no-repeat transparent;
}

* html .teaserBox .teaserBoxHeader .cornerHelper {
	margin-bottom: -6px;
}

* html .copyBox .copyBoxFooter .cornerHelper {
	margin-top: -6px;
}

.teaserBox .teaserBoxFooter {
	height: 7px;
	background: url(/mobilx/images/RBox/greyRoundedCorner_br.gif) bottom
		right no-repeat transparent;
}

.teaserBox .teaserBoxFooter .cornerHelper {
	height: 7px;
	background: url(/mobilx/images/RBox/greyRoundedCorner_bl.gif) bottom left
		no-repeat transparent;
}

* html .teaserBox .teaserBoxFooter .cornerHelper {
	margin-top: -6px;
}

.teaserBox .teaserBoxContent {
	border: solid #ccc;
	border-width: 0 1px;
}

.teaserBox .teaserBoxContent .row {
	padding: 3px 7px;
	height: 14px;
}

.teaserBox .teaserBoxContent h2 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 2px 7px;
	margin: -17px 0 0 0;
	position: absolute;
}

.teaserBox .teaserBoxContent h3 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 2px 7px;
	margin: -17px 0 0 0;
	position: absolute;
}

* html .teaserBox .teaserBoxContent h3.service {
	position: relative;
}

.teaserBox .teaserBoxContent h3 input.radio {
	margin: 0;
}

* html .teaserBox .teaserBoxContent h3 input.radio {
	margin: -3px -5px 0 -5px;
}

.teaserBox .teaserBoxContent h4 {
	font-size: 11px;
	background: #ccc;
	border: solid #fff;
	border-width: 1px 0 0 0;
	padding: 2px 7px;
}

.teaserBox .teaserBoxContent .row .alt {
	background: #f2f2f2;
}

.teaserBox .teaserBoxContent .borderBottom {
	border-width: 0 1px 1px 1px;
}

* html .teaserBox .teaserBoxContent {
	height: 1px;
}


#bundleInfoBox .teaserBox {
	width: 602px;
	position: relative;
}

#bundleInfoBox .teaserBox .teaserBoxHeader,#helpAnswerBox .teaserBox .teaserBoxHeader
	{
	background-image: url(/mobilx/images/RBox/orangeRoundedCorner_tr_alt.gif)
		;
}

#bundleInfoBox .teaserBox .teaserBoxHeader .cornerHelper,#helpAnswerBox .teaserBox .teaserBoxHeader .cornerHelper
	{
	background-image: url(/mobilx/images/RBox/orangeRoundedCorner_tl_alt.gif);
}

#bundleInfoBox .teaserBox .teaserBoxFooter,#helpAnswerBox .teaserBox .teaserBoxFooter
	{
	background-image: url(/mobilx/images/RBox/greyRoundedCorner_br_alt.gif);
	
}

#bundleInfoBox .teaserBox .teaserBoxFooter .cornerHelper,#helpAnswerBox .teaserBox .teaserBoxFooter .cornerHelper
	{
	background-image: url(/mobilx/images/RBox/greyRoundedCorner_bl_alt.gif);
}


