/*****************************************************
 *  Copyright (c) 2009 ChaseCreations LLC.
 *  All Rights Reserved.
 *****************************************************/

/*****************************************************
 *  Signup Page Terms (overrides default)
 *****************************************************/

div.terms
{
	width: 550px;
	height: 330px;
	overflow: auto;
	background-color: white;
	border: 1px solid #AAAAAA;
	padding: 9px 12px;
	margin: 9px;
}


/*****************************************************
 *  Reg Pages
 *****************************************************/

table.plan
{
}

table.plan th
{
	font-size: 20px;
	text-align: left;
	padding-bottom: 12px;
}

table.plan td
{
	background-color: white;
	text-align: left;
	width: 160px;
}

table.plan .lt
{
	padding-right: 18px;
	border-right: 1px solid #AAAAAA;
}

table.plan .md
{
	padding-left: 18px;
	padding-right: 18px;
	border-right: 1px solid #AAAAAA;
}

table.plan .rt
{
	padding-left: 18px;
}

table.plan td ul
{
	margin: 0 0 12px -.8em;
	list-style-image: url(/images/bullet.gif);
	line-height: 1.2em;
}

table.plan td li
{
	margin-bottom: 9px;
}

table.plan td h2
{
	color: #002EC1;
	font-size: 22px;
}

td.regform
{
	border: 1px solid #AAAAAA;
	padding: 18px;
	margin: 0 auto;
	/* width: 700px; */
}

input.regbtn
{
	width: 140px;
	height: 30px;
	margin-top: 6px;
}


td.signup_promo
{
	padding: 16px 20px 8px 20px;
	border: 1px #AB6FF5 solid;
	background-image: url(/images/purple-fade.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

td.signup_promo h1
{
	font-size: 17px;
}

td.signup_promo h2
{
	font-size: 17px;
}

td.signup_promo p
{
	font-size: 13px;
	margin-bottom: .7em;
	line-height: 18px;
}


/*****************************************************
 *  Feedback Page
 *****************************************************/

.feedback
{
	width: 500px;
}

.feedback div
{
	line-height: 24px;
	margin-bottom: 14px;
	font-size: 15px;
}


.feedback textarea 
{
	font-size: 15px;
	width: 500px;
	padding: 3px;
	border: 1px solid #777777;
	color: #555555;
	margin: 0;
}

.feedback select
{
	width: 508px;
}

.feedback input.email
{
	width: 500px;
	font-size: 15px;
	color: #555555;
	padding: 3px;
}

.feedback select, .feedback option
{
	padding: 3px;
	line-height: 36px;
	color: #555555;
	font-size: 15px;
}


