body {
	background: #06284f;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #ced8df;
	padding: 0 1% 2% 2%;
	margin: 0;
}

* { 
	margin: 0;
	padding: 0;
}

h1 { 
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
h1, h2 {
	color: #fff;
}
h2 { 
	font-size: 12px;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
}

ul li {
	list-style-image: url('../img/terms_arrow2.gif');
	margin-left: 15px;
}

a {
	color: #fff9c4;
}

.clearfloat {
	clear: both;
}

.header {
	background: url('../img/popup_header.gif') no-repeat top right;
	width: 100%;
	min-height: 83px;
	_height: 83px;
	margin: 15px 0 5px 0;
}

.content {
	width: 100%;
}
.content p {
	margin: 5px 0 10px 0;
	line-height: 16px;
}

.footer {
	width: 100%;
	padding: 20px 0;
}

.footer_btn_left {
	background: url('../img/popup_footer_btn_left.gif') no-repeat center left;
	padding-left: 10px;
	height: 30px;
	float: left;
}
a.footer_btn_content {
	background: url('../img/popup_footer_btn_bg.gif') repeat-x;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #183558;
	text-decoration: none;
	padding: 7px 3px 0 3px;
	height: 23px;
	*height: 30px;
}
.footer_btn_right {
	background: url('../img/popup_footer_btn_right.gif') no-repeat center left;
	height: 30px;
	width: 10px;
	float: left;
	margin-right: 10px;
}

.cctable {
	margin: 0 0 1px 0;
	width: 100%;
	font-size: 12px;
	color: #696f77;
}
.cctable td {
	background: #fbfbfb url('../img/popup_cctable_row_bg.gif') repeat-x top;
	vertical-align: middle;
}
.cctable td.top_left, .cctable td.top_right, .cctable td.bottom_left, .cctable td.bottom_right {
	width: 2px;
	height: 2px;
}
.cctable td.top_left {
	background: url('../img/popup_cctable_left_top.gif') no-repeat;
}
.cctable td.top_right {
	background: url('../img/popup_cctable_right_top.gif') no-repeat;
}
.cctable td.bottom_left {
	background: url('../img/popup_cctable_bottom_left.gif') no-repeat;
}
.cctable td.bottom_right {
	background: url('../img/popup_cctable_bottom_right.gif') no-repeat;
}
.cctable td.top, .cctable td.bottom {
	background: #fff;	
	height: 2px;
}
.cctable td.left, .cctable td.right {
	background: #fff;	
	width: 2px;
}
.cctable h3 {
	font-size: 13px;
	color: #06284f;
}
.cctable p {
	margin: 0;
	word-spacing: -1px;
}
.cctable td.row1 {
	padding: 3px 7px 3px 7px;
}
.cctable td.row2 {
	padding: 0 7px;	
	min-width: 30%;
	_width: 30%;
	text-align: center;
	color: #2c5e97;
	font-weight: bold;
	font-size: 11px;
}
.cctable .code, .cctable .price {
	font-weight: bold;
	color: #2c5e97;
}
.cctable td.separator {
	background: url('../img/popup_cctable_separator.gif') repeat-y;
	width: 2px;
}

.white {
	color: #fff;
}
