

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:2px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff; overflow:auto;}

#tinycontent #plan_features{
	width:635px;
	height:500px;
	overflow:scroll;
	margin:auto;
	margin-bottom:15px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tinycontent #planinfo h2{
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
}

#tinycontent li{
list-style-type:square;
}

#tinycontent #planinfo .plan-features {
	float:left;
	width:595px;
	margin:1px;
	padding:5px;
	background:#ffffff url(../../images/linux-logo.png) no-repeat center right;
	border:1px solid #CCCCCC;
}

#tinycontent #features{
	clear:both;
}

#tinycontent #features .web-hosting-features {
	float:left;
	width:290px;
	margin:1px;
	padding:5px;
	background:#f7f7f7;
	border:1px solid #CCCCCC;
}
#tinycontent #features .web-hosting-features h2 {
	font-size:14px;
	color:#006699;
	font-weight:normal;
}
#tinycontent .clr {
	clear:both;
}
