/* Popup */

#popup {
	width: 860px;
	display: block;
	position: relative;
	background: #fff;
	/*display: none;*/
}

#popup .customheader {
	background: transparent url('../images/popups/headerbg.png') top left repeat;
	width: 860px;
	height: 51px;
	display: block;
	position: relative;
}

#popup h2 {
	background: url('../images/popups/compareplans.png') no-repeat scroll top left;
	width: 142px;
	height: 21px;
	top: 12px;
	left: 10px;
}

.popupcontent {
	width: 850px;
	margin: 10px auto;
}

.floatimg {
	display: block;
	position: relative;
	float: left;
}
/* Right Panel */


.optionswrap {
	display: block;
	position: relative;
	float: right;
	width: 350px;
}

.option {
	background: url('../images/popups/box/bg.png') top left repeat-y;
	width: 166px;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 7px 0 0;
}

.option h3 {
	top: 7px;
	margin: 0 auto 10px auto;
}

.option .headerwrap  {
	background: transparent url('../images/popups/box/header.png') top left no-repeat;
	width: 166px;
	padding: 0;
	margin: 0;
	left: 0;
}

.option .footerwrap {
	background: transparent url('../images/popups/box/footer.png') bottom left no-repeat;
	width: 166px;
	padding: 0;
	margin: 0;
	left: 0;
}

.option .copy {
	color: #73132b;
	padding: 1px 7px 7px 7px;
	min-height: 536px;
}

.copy p {
	font-size:110%;
	
}


.copy a {
color: #73132b;
	font-weight:  bold;
	text-decoration: underline;
	font-size: 11px;
	padding-right: 13px;
	background: transparent url('../images/popups/arrow.png') right 2px no-repeat;
	
}

.copy h4 {
font-weight: bold;
padding-left: 20px;
text-indent: 0;
font-size: 13px;
	background: url('../images/popups/bullet.png') no-repeat scroll top left;
	margin: 20px 0 7px 0;

}

.agencyoption {
	
}

.agencyoption .copy {
	padding-top: 19px !important;
	display: block;
	position: relative;
	/*min-height: 602px;*/
}

.agencyoption h3 {
	background: url('../images/popups/agency.png') no-repeat scroll top left;
	width: 53px;
	height: 16px;
}

.additionaloption {
	
}

.additionaloption h3  {
	background: url('../images/popups/additionaloptions.png') no-repeat scroll top left;
	width: 137px;
	height: 16px;
}

/* Table */

table.popuptable {
	float: left;
	width:470px;
	margin: 0 10px;
}

thead {
	
}

thead tr {
	
	border-bottom: 1px solid #a1a1a1;
}

thead td {
	
}

.popuptable h3.free {
	background: url('../images/headlines/free.png') no-repeat scroll top left;
	width: 108px;
	height: 11px;
}

.popuptable h3.pro {
	background: url('../images/headlines/pro.png') no-repeat scroll top left;
	width: 102px;
	height: 11px;
}

.popuptable h3 {
	margin: 7px auto;
}

tbody {
	
}

tbody tr {
	
}

tbody td {
	color: #97aa11;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border-left: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	padding: 5px;
}

a.getstarted {
background: url('../images/buttons/getstarted.png') no-repeat scroll top left;
width: 107px;
height: 24px;
margin: 0 auto;
}

tr.last td {
	border-bottom: none;
}

td.leftcol {	
	color: #4c4c4c;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	border-left: 0;
	width: 150px;
}

td.leftcol span {
	font-weight: normal;
	padding-left: 10px;
	font-size: 10px;
	display: block;
	position: relative;
}

.check {
	background: transparent url('../images/popups/checksm.png')  center center no-repeat;
	width: 17px;
	height: 13px;
	text-indent: -9999px;
}

p.disclaimer {
	color: #5b5b5b;
	font-size: 11px;
	width: 800px;
	padding: 10px 10px;
}

