
#pop-container {
	position: absolute;
	z-index: 2000;
	top: 240px;
}

a.compare {
	text-decoration: none;
	color: #00aeef;
}

#dashboard, #commenting, #versioning, #controlitall {
	display: none;
	position: absolute;
	z-index: 5000;
	top: 136px;
	left: 50%;
	margin-left: -374px;
	width: 748px;
}

#poptop, #popbtm {
	clear: both;
	float: left;
	height: 21px;
	width: 748px;
}

#poptop img {
	float: left;
}

#popmid {
	clear: both;
	float: left;
	width: 708px;
	padding: 0 10px 0 30px;
	background: url('../images/lmpop_bg.gif') repeat-y;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #333;
}
#popmid h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#lm1 {
	display: none;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -250px;
	z-index: 1000;
	width: 500px;
}

.lm-screen {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.lm-close {
	float: right;
}


/* ***** ABOUT US ***** */

#ab-top, #ab-btm {
	clear: both;
	float: left;
	height: 16px;
	width: 421px;
}

#ab-mid {
	clear: both;
	float: left;
	width: 401px;
	padding: 4px 10px 10px 10px;
	background: url('../images/about_pop_bg.jpg') repeat-y;
}
#ab-mid img.close {
	float: right;
}



/* ***** COMPARE PLANS ***** */

#c-top, #c-btm {
	clear: both;
	float: left;
	height: 16px;
	width: 501px;
}

#c-mid {
	clear: both;
	float: left;
	width: 481px;
	padding: 0 10px 0 10px;
	background: url('../images/compare_bg.jpg') repeat-y;
}
#c-mid img.close {
	float: right;
}
#c-mid table {
	clear: both;
	float: left;
	margin-top: 6px;
	width: 100%;
	border-collapse; collapse:
}
#c-mid table td {
	height: 40px;
	width: 25%;
	text-align: center;
	border: 1px solid #fff;
	border-collapse; collapse:
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: #e4e4e5;
}
#c-mid table td.goright {
	text-align: right;
	padding: 0 10px 0 0;
}
#c-mid table td.goright {
	color: #2a79b4;
	background: #ccccce;
	text-transform: uppercase;
}
#c-mid table td.centerhead {
	color: #2a79b4;
	background: #ccccce;
	text-transform: uppercase;
}
#c-mid table td.price {
	color: #fff;
	background: #2a79b4;
}