@CHARSET "UTF-8";

html {
	background-color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
}

a, a:visited {
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 100%;
}

li {
	font-size: 100%;
}


h1,h2,h3 {
	font-weight: normal;
	padding: 0px;
	color: #00ccff;
}

h1 {
	font-size: 235%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 200%;
	margin-top: 10px;
	margin-bottom: 10px;	
}

div#page_header {
	padding-top: 30px;
	height: 80px;
	margin-bottom: 10px;
}

div#page_body {
	background-image: url(../images/pm_banner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 400px;
}

.page_body_wrapper {
	width: 920px;
}

.page_body_content_left {
	width: 450px;
}

.page_body_content_right {
	width: 450px;
}

.web_screens {
	background-image: url(../images/web_screens.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 116px;
	width: 450px;
	background-color: black;
}

.signup_box_wrapper {
	width: 406px;
	background-color: #222222;
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	border: 2px solid #555555;
	
	-moz-border-radius: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div#signup_form {
	padding-top: 0px;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}

div#signup_form td,
div#signup_form th {
	font-weight: normal;
	text-align: left;
	border: none;
}

div#signup_form td {
	width: 230px;
}

div#signup_form th { 
	width: 80px;
}

div#signup_form input[type=text] {
	background-color: #666666;
	border: 1px solid #ffffff;
	width: 210px;
	height: 20px;
	color: #ffffff;
	font-size: 110%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.submit_button_holder {
	text-align: center;
}

div#signup_form input[type=submit] {
	background: url(../images/button-back-30px-off.gif);
	background-repeat: repeat;
	background-position: bottom left;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	
	color: #ffcc00;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	
	border-style: outset;
	border: 0px solid #666666;

	-moz-border-radius: 15px;

	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
}

div#signup_form input[type=submit]:hover {
	background: url(../images/button-back-30px-over.gif);
	background-repeat: repeat;
	background-position: bottom left;

	color: #ffcc00 !important;
	cursor: pointer;
}

.disclaimer_wrapper {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.disclaimer_wrapper p {
	font-size: 80%;
	color: #666666;
}

div#page_footer {
	
}

.flt-left {
	float: left;
}

.flt-right {
	float:  right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}