#plan_table {
	border-collapse: collapse;
	width:750px;
}

#plan_table td {
	padding: 5px;
	text-align: center;
}

td.plan_name {
	text-align:center; 
	color: #3333ff;
	vertical-align: top;
	font-size: 120%;
	font-weight: bold;
	background-color: #99ccff;
}	

td.plan_level {
	text-align:center; 
	vertical-align: top;
	font-weight: bold;
	background-color: #99ccff;
}

td.highlighted {
	background-color: #99ccff;
}

#plan_table td.left_column {
	text-align: left;
	padding-left: 7px;
}

td.highlighted_2 {
	background-color: #F4F0EA;
}

th.highlighted {
	background-color: #99ccff;
}

#pop_box h1 {
	font-size: 22px;
	line-height: 24px;
	float: left;
	margin: 0px 0px 20px 20px;
}

#pop_box  h1 + * {
	clear: both;
}

#pop_box h3 {
	font-weight: bold;
	padding: 25px 0px 5px 0px;
}

#pop_box h4 {
	padding: 12px 0px 2px 0px;
}

#pop_box input.normal {
	width:300px;
}

#pop_box select.normal {
	width:305px;
}

#pop_box div.buttons {
	height: 20px;
	margin: 10px 0px;
}

#pop_box .blue_button {
	float:left;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #006699;
	border: 1px solid #003366;
	padding: 6px 10px;
	margin-right: 5px;
}

#pop_box .blue_button:hover {
	background-color: #107db4;
}

#pop_box_wrapper {
	position:fixed !important;
    position: absolute; /*ie6 and above*/
	width: 100%;
	height: 100%;
	z-index:101;
}

#pop_box {
	margin: 100px auto auto auto;
	width: 786px;
	text-align: left;
	z-index:102;
}

#pop_box #top {
	height: 10px;
	line-height: 0px;
}
#pop_box #bottom {
	height: 10px;
	vertical-align: top;
}
#pop_box #left {
	padding-left: 10px;
	height: 100%;
	background: url(/global/containers/ajax_pop_box/images/pop_box_border_lr.png) repeat-y;
}
#pop_box #right {
	padding-right: 10px;
	background: url(/global/containers/ajax_pop_box/images/pop_box_border_lr.png) repeat-y right;
}
#pop_box #content {
	background-color: #99ccff;
	padding: 8px;
	border: 1px solid #004e99;
	cursor: move;
	z-index:103;
}

#pop_box #close_button {
	display:block;
	float:left;
	width: 28px;
	height: 28px;
	margin-top:-5px;
	background: url('/global/containers/ajax_pop_box/images/plan_close_button.gif') no-repeat 0px 0px;
}

#pop_box #close_button:hover {
	background: url('/global/containers/ajax_pop_box/images/plan_close_button.gif') no-repeat 0px -28px;
}