td {
	text-align: left;
	font-family:arial;
	font-size:12px;
	color:#333333;
	line-height:14px;
}

a {text-decoration:underline;
   color:#0099CC;}
  
body { 	margin:0px;padding:0px; background:url(images/px_head.gif) top repeat-x }



ul {margin:0; padding:0; list-style:none}
li {background:url(images/.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 0px; line-height:18px }

.head { color:#CCCCCC}
.head a { color:#333333; font-size:10px; text-decoration:none}
.head a:hover {text-decoration:underline}


.copy a {text-decoration:none}
.copy a:hover {text-decoration:underline}
.copy span a { color:#FFFFFF; text-transform:uppercase; font-weight:bold}

.free span { color:#0099CC;}
.product strong { color:#0980BC}

.account span { color:#0980BC}
.account span a { color:#333333}

.sign { color:#66CCFF; font-weight:bold}
.sign a { color:#ffffff;}

.plan { font-size:11px; line-height:13px;}
.plan a { font-size:12px;}

.m { vertical-align:middle}

.form { width:220px;
		height:17px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#7E7E7E;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:220px;
		height:68px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#7E7E7E;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover {text-decoration:none;}

img
{  border-style: none;
}
#signupBox {
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	display: block;
	margin: 0px;
}
.clear {
	font-size: 0px;
	clear: both;
	float: none;
	height: 0px;
}


/*
Contact form styling. Added by Scott Brown (www.scott-m-brown.com) 6/14/2010.
*/
#contact_form {
	padding: 15px;
	background-color: #ebebeb;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact_form strong {
	font-size: 14px;
	margin-bottom: 5px;
	color: #5F5F5F;
}
#contact_form input {
	border: 1px solid #BFBFBF;
	padding: 5px;
	width: 370px;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
#contact_form input#btnSubmit {
	color: #FFF;
	padding: 5px;
	height: 28px;
	width: 75px;
	background-color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	background-image: url(images/bgd.gif);
	border: 1px solid #575757;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	float: left;
	margin-right: 25px;
}
#contact_form textarea {
	border: 1px solid #BFBFBF;
	padding: 5px;
	width: 370px;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	overflow: auto;
	height: 150px;
}
/*
End contact form.
*/
#contact_form #status {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

