﻿.textinput
{
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 13px;
	border: 1px #CCCCCC solid;
	width: 200px;
}
.disabledfont
{
	font-family: Arial Black;
}

.dropdown
{
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 20px;
	border: 1px #CCCCCC solid; /*width: 204px;*/
	margin-right: 5px;
	height: 23px;
}
.textarea
{
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 48px;
	border: 1px #CCCCCC solid;
	width: 200px;
}

.statepackageoptions
{
	display: inline; 
	padding-left: 50px;
}

.formtable
{
	/* 	padding: 0; 	margin: 0; 	*/
	width: 100%;
}

.formtable td
{
	vertical-align: top;
}

.formtable .cellLeft
{
	width: 150px;
	text-align: right;
	border-bottom: solid 1px #eeeeee;
	vertical-align: middle;
}

.formtable .cellRight
{
	width: 400px;
	vertical-align: middle;
}

.formtable .cellSpan
{
}

.formtable .alt .cellLeft
{
	background-color: #FFFFFF;
}

.formtable .note
{
	font-style: italic;
	font-size: 7pt;
}


.formtable .Payment .CardOuter
{
	margin: none;
	padding: none;
	background-color: #F9F9F9;
	border: 2px groove;
	margin: 0px;
	width: 99%;
	border-collapse: collapse;
}


.formtable .Payment .CardOuter .PaymentHeader
{
	padding: 5px;
}

.formtable .Payment .CardInner
{
	color: Black;
	background-color: White;
	font-weight: normal;
	text-align: left;
}

.formtable .Total
{
	width: 99%;
	text-align: right;
	font-weight: bold;
}

.formtable .Payment .CardSelection
{
	padding: 5px;
	float: left;
	width: 40%;
}

.formtable .Payment .CardInfo
{
	padding: 5px;
	float: left;
}

.formtable .Payment .OtherPayment
{
	padding: 5px;
	width: 40%;
	width: 98%;
	background-color: #FFFFFF;
}

.input
{
	width: 95%;
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
}

.formtable .firstname
{
	width: 110px;
}

.formtable .lastname
{
	width: 105px;
}

.formtable .middle
{
	width: 30px;
}

.formtable .suffix
{
	width: 55px;
}

.formtable .city
{
	width: 200px;
}

.formtable .state
{
	width: 30px;
}

.formtable .zip
{
	width: 60px;
}

.formtable .country
{
}

.formtable .phone
{
	width: 200px;
}


.formtable .ext
{
	width: 50px;
}

.button
{
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
	margin-right: 5px;
}

input
{
	font-size: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}

.inputbg
{
	background-color: #F9F9F9;
}

.multiinput
{
	width: 95%;
	background-color: #FFFFFF;
	border: 1px solid #6699CC;
	height: 100px;
}

.checkboxes input
{
	width: 12px;
	height: 12px;
	margin: 0px;
	border: 0px;
}

