/*boxlayout*/

.plantitle{
	color: #3366CC;
	float: left;
	clear: both;
	height: 35px;
	width: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: dashed;
	border-bottom-color:#000000;
	border-width: 1px;
	background:url(../images/hostingplan_icon.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
}

.headtitle{
	color: #3366CC;
	float: left;
	clear: both;
	height: 35px;
	width: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: dashed;
	border-bottom-color:#000000;
	border-width: 1px;
	background:url(../images/hostingplan_icon.gif);
	background-repeat:no-repeat;
	margin-top: 10px;
}

.planbase{
float: left;
clear:both;
width: 630px;
margin-bottom: 15px;
}

.boxbase {
	height: 125px;
	width: 120px;
	border: dashed;
	border-width: 1px;
	border-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 10px;
	float: left;
}

.boxtitle{
	float: left;
	clear: both;
	height: 25px;
	width: 120px;
	background: #0066CC;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
/*	padding-top: 5px;*/
}

.boxtitle2{
	float: left;
	clear: both;
	height: 25px;
	width: 120px;
	background: #33CC00;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
/*	padding-top: 5px;*/
}

.boxbody{
	float: left;
	clear: both;	
	height: 75px;
	width: 120px;
	background:#FFFFFF;
}

.boxbody strong{
text-decoration: underline;
font-weight:bolder;
}

.boxlinks{
	float: left;
	clear: both;	
	height: 25px;
	width: 120px;
	background: #CCCCCC;
	font-weight: bold;
}

.boxlinks a{
color: #000000;
text-decoration: none;
}

.boxlinks a:hover{
color: #FFFFFF;
text-decoration: underline;
}

/*.boxlinks a:visited{
color:#666666;
}*/

.smallerfont{
font-size:smaller;
}

.boxspacer{
margin-top: 5px;
margin-bottom: 5px;
}
