/* PWP CSS */
/* © Cable One, Inc. All rights reserved. */

	body {
		background: #dbedf3 url('http://myaccount.cableone.net/mysite/mouse.gif') no-repeat scroll; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px
		margin: 10px;	
		min-width: 764px;
		min-height: 500px;
		padding: 0px;
		}
	.large {
		color: #ffcc00;
		font-size: 32px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center; 
		}
	.medium {
		font-size: 11px;
		color: #000000;
		}
	.medium a {
		color: #000000;
		text-decoration: none;
		}
	.medium a:hover {
		color: #003399;
		text-decoration: underline;
		}
	.small {
		font-size: 9px;
		color: #B4DAE6;
		text-align: center;
		}
	.small a {
		color: #B4DAE6;
		text-decoration: none;
		}
	.small a:hover {
		color: #ffffff;
		text-decoration: underline;
		}
	.inside {	
		display: block;
		margin: 40px 20px 40px 20px;
		padding: 15px;
		}
	.outside {
		position: absolute;
		top: 35px;
		left: 200px;
		background-color:#ffffff;
		border: 1px solid #444444;
		display: block;	
		width: 550px;
		height: 420px;
		background: #B4DAE6 url('http://myaccount.cableone.net/mysite/mouse.jpg') no-repeat scroll;
		}
	.powered {
		display: block;	
		height: 77px;
		width: 187px;
		z-index: 0;
		position: absolute;
		left: 290px;
		margin: 9px 0px 0px 9px;
		border: 0px none;
		}
	.spacer:after {
		content: "."; 
		display: block;     
		height: 0px; 
		clear: both; 
		visibility: hidden;
		}
	.spacer {
		display: inline-block;
		}
	fieldset {
		font-size: 100%;
		background-color: #ffffff;
		border: 1px ridge #000000;
		padding: 33px 50px 33px 50px;
		margin: 10px;
		}
	div.hr {
		height: 7px;
		background: url('http://myaccount.cableone.net/mysite/hr.gif') no-repeat scroll;
		margin: 20px 10px 20px 10px;
		}
	div.hr hr {
		display: none;
		}
