﻿html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: white;
}

body 
{
	font-size: 7pt;
	font-family: Tahoma, Verdana, Arial;
	color: black;
}

a:link, a:visited 
{
	font-size: 8pt;
	color: #8F8F8F;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.link_button 
{
	display: block;
	padding: 14px 0;
}

.untransformed 
{
	text-transform: none !important;
}

/* REGISTRATION PAGE */

#content_container 
{
	width: 100%;
}

#form_content  
{
	width: 620px;
	margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

#centered_container
{
	width: 560px;
    padding: 10px 30px 30px 30px;
    margin: 0 auto;
    text-align: left;
    display: block;
    background: #f2f2f2 url(../images/reg_bg.jpg) repeat-x bottom left; 
}

#centered_container .intro_text 
{
	font-size: 8pt; 
	text-align: left; 
	padding-bottom: 10px;
}

* html #centered_container .intro_text 
{
	padding-top: 1px;
}

#form_elements 
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.optin_note 
{
	white-space: nowrap;
	position: absolute;
	top: 23px;
	left: 5px;
	display: block;
	font-size: 7pt;
}

* html .optin_note 
{
	top: 27px;
}

#form_content label 
{
	display: block;
	text-align: left;
	text-transform: uppercase;
	padding-top: 5px;
	margin-right: 20px;
	width: 240px;
	font-weight: bold;
}

#form_content label span 
{
	padding-right: 2px;
}

#form_content input, #form_content select 
{
	border: 0;
	background-color:#CCCCCC;
	margin-top: 3px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	display: block;
}

.status_label {
    display: block;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.success 
{
	color: #135F0F;
}

.text_field 
{
	width: 253px;
	padding: 3px;
}

.short_drop_down 
{
	width: 60px;
	border: 1px solid #CCCCCC !important;
	padding: 1px;
}

.short_text_field 
{
	width: 60px;
	padding: 3px;
}

.medium_text_field 
{
	width: 103px;
	padding: 3px;
}

.form_element 
{
	display: block;
	clear: both;
	margin: 5px 0;
}

.float_left 
{
	width: 280px;
	display: block;
	float: left !important;
}

.float_right 
{
	padding: 0 !important;
	margin-bottom: 20px;
	width: 260px;
	display: block;
	float: right !important;
}

* html .float_right 
{
	margin-bottom: 10px;
}

.inline label 
{
	margin-right: 12px !important;
	width: auto !important;
}

.inline 
{
	margin-top: 0;
	padding-top: 0;
	float: left;
	clear: none !important;
}

* html .inline 
{
	margin-bottom: 0;
}

.clear 
{
	clear: both !important;
}

.right_margin 
{
	margin-right: 6px;	
}

.error_msg 
{
	font-weight: bold;
	color:Maroon;
}

.last 
{
	line-height: 12px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 70px !important;
}

.last label 
{
	position: absolute;
	top: 3px;
	left: 23px;
	width: 520px !important;
	padding: 0 !important;
	font-size: 8pt;
	font-weight: normal !important;	
	text-align: left !important;	
	text-transform: none !important;
}

.last_text_field 
{
	padding-bottom: 10px;
}

* html .last label 
{
	top: 8px;
	left: 22px;
}

input#OptIn 
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: Transparent;
}

#validation_summary 
{
	margin: 10px auto;
	text-align: left;
	clear: both;
	padding: 25px 0;
	width: 560px;
}

#btnSubmit 
{
	position: relative;
	display: block;
	clear: both;
	margin: 0px auto !important;
	background-color: Transparent !important;
}

#reg_footer 
{
	margin-top: 30px;
}

#reg_footer a.first
{
	margin-right: 40px;
}

/* LANDING PAGE */

body#landing
{
	background-color: #d6d6d6;
}

#landing #intro_container img
{
	border: 0;
}

#landing #intro_flashcontent
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt !important;
	margin: 30px auto !important;
	color: black;
}

#landing #intro_flashcontent a 
{
	font-size: 9pt !important;
}

/* MAIN PAGE */

#PTF_main, #flashcontent
{
	background-color: Black !important;
	color: white;
	height: 100% !important;
}

#flashcontent p 
{
	margin: 50px;
	font-size: 9pt !important;
}

#flashcontent a 
{
	font-size: 9pt !important;
}
