body{
	margin:0;
	padding:0;
	width:100%;
	font: 12px Tahoma;
}
h1 { 
	font-size:20px; 
	color:#1F84FF; 
	margin-bottom:20px;
	margin-top:0px;
	font-weight:normal;
	line-height:30px;
}
a img {
	border: 0;
}
a { 
	color:#1873b4;
}
div.container {
	width: 900px; 
	margin: 0 auto; 
	padding-top: 50px; 
	background: transparent url(cable.gif) top center no-repeat; 
	height: 120px;
}
div.content {
	margin-top: 100px;
	padding-bottom: 50px;
	overflow:hidden;
	border-bottom: 1px solid silver;
}
div.menu {
	float:left; 
	width: 300px;
	line-height: 140%;
	padding-right: 20px;
}
div.text {
	float:left; 
	width: 580px;
	line-height: 150%;
	
}
div.footer {
	padding-top: 20px;
	color: gray;
}
div.footer a {
	color: gray;
	text-decoration:none;
}

input.site-box-input { border:1px solid #7F9DB9; height:20px; padding:2px; box-shadow:0px 1px 2px #ccc inset; color:#333;  }

.hosting-button-green { cursor:pointer; -moz-box-shadow:inset 0px 1px 0px 0px #a4e271; -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271; box-shadow:inset 0px 1px 0px 0px #a4e271; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) ); background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809'); background-color:#89c403; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #74b807; display:inline-block; color:#ffffff; padding:4px 15px; text-decoration:none; text-shadow:1px 1px 0px #666;
}.hosting-button-green:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) ); background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403'); background-color:#77a809;
}.hosting-button-green:active { position:relative; top:1px; }