body {
	color: #fff;
	background:#000;
	font: 12px tahoma,vardana,arial,sans-serif;
}

a {
	color: #ffcc00;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

.warning {
	color: #ff3300;
}


.header {
	width: 800px;
	margin: 0px auto;
}

.content {
	width: 800px;
	margin: 0px auto;
	line-height: 1.5em;
}

.block {
	display: block;
}

.features {
	margin-top: 5px;
	margin-right: 0px;
}

.footer {
	background: url(images/footer.jpg) no-repeat;
	margin: 5px auto;
	width: 800px;
	text-align: center;
	height: 40px;
	font-weight: bold;
	line-height: 2.8em;
	color: #000;
}

.footer a {
	color: #000;
	
}

.login {
	background: url(images/loginBG.jpg) no-repeat;
	margin: 5px auto;
	width: 800px;
	text-align: center;
	height: 40px;
	font-weight: bold;
	line-height: 2.8em;
	color: #ccc;
}

.login table {
	margin: 0px auto;
}

.login form {
	margin: 0px;
}

.loginInput {
	border-top: 1px solid #333;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	background: url(images/inputBG.jpg);
	color: #fff;
	font-weight: bold;
}

.loginInput:focus {
	background: #000;
}

.loginButton {
	background: url(images/loginButtonBG.jpg);
	border: none;
	width: 100px;
	color: #fff;
	font-weight: bold;
}

.techForm {
	
	padding: 10px 30px;
	background: url(images/formBG.jpg) repeat-y;
}

.formInput {
	border-top: 1px solid #333;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	background: #333 url(images/formInputBG.jpg);
	color: #fff;
	font-weight: bold;
	padding: 0px;
}

option {
	background: #020D23 url(images/formInputBG.jpg);
	border: none;
	margin: 0px;
}


.tagError {
	border: 2px solid #900;
}

.error {
	border: 3px double #c00;
	text-align: center;
	padding: 20px;
	color: #c00;
	background: #ffffcc;
	margin-bottom: 10px;
	font-weight: bold;
}

.red {
	color: #e00;
}


.planItemDescription {
	color: #ccffff;
	font-weight: bold;
	padding: 2px 0px;
}
.plansTH {
	background: url(images/thBGBlue.jpg) repeat-x;
	padding-top: 3px;
}

.planTableSep {
	height: 1px;
	background: #333;
 }
 
 .planAlt0 {
	background: #eee;
 }
 
 .planAlt1 {
	background: #ccc;	
 }

 .planAlt0, .planAlt1 {
  	color: #000; 
 	font-weight: bold;
	padding-left: 5px;
 }