/* FORM STYLING */
/*--------------------------------------------------------------*/

/*re-define html elements*/

form {
	margin: 0px;
	padding: 0px;
}
div.ruler {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div.ruler hr {
	display: none;
}



input, select, textarea {
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

/*form table styling*/

table.form{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.form table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.form td{
	padding: 3px 2px 6px 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

td.formlabel, td.formlabelPadded{
	text-align: right;
	width: 180px;
}

table.form table td.formlabelPadded, table.form td.formlabelPadded{
	padding-right: 20px;
}

table.form table td strong{
	color: #999999;
}

td.formlabelSmall{
	font-size: 11px;
	text-align: right;
}

/* sub division in form tables*/
.formSub{
	margin: 5px 5px 5px 0px;
	background-color: #FFFFFF;
	background-image: url(../pics/admin/form_sub_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px;
	border: 1px solid #c2e3ee;
}

.formSub h3, .formSub h4{
	margin: 0px 0px 5px 0px;
}

table.form .formSub table td.formlabelPadded{
	padding-right: 10px;
	color: #999;
}

/*custom form element classes*/

.textfield, .textarea, .dropdown, .radio, .checkbox {
	font-family: Tahoma, Geneva, sans-serif;
}

.form td .textfield, .form td .textarea, .form td .dropdown, .form td .button { /*pulls input boxes up to align with label text*/
	margin-top: -3px;
	padding-left: 2px;
	padding-top: 2px;
}

.form td .checkbox input{
	margin-top: -2px;
}

.textfield, .textarea, .dropdown {
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	width: 200px;
	color: #333;
}

* html .textfield{
  height: 23px !important; /*IE 6.x*/
  height /**/: 19px; /*IE 5.x*/
}

.textfield{
	height: 23px; /*all other browsers*/
}

.dropdown{
	height: 23px;
}

.button, table.form a.button, table.form span .button, a.button{
	font-size: 13px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #CC0000;
	font-weight: normal;
	padding: 2px;
}

a.button{
	text-decoration: none;
}

td.required {
	background-image: url(../pics/icon_req.gif);
	background-repeat: no-repeat;
	width: 25px;
	background-position: 10px 6px;
	font-size: 0px;
}

p.required {
	font-weight: bold;
	margin: 2px 0px 3px 0px;
	color: #AAA;
}

span.required{
	color: #E3007A;
}


p.formInfo, span.formInfo {
	color: #666;
	font-size: 10px;
}

/*Breadcrumbs*/

#breadcrumbs {
	padding: 0px;
	background-repeat: no-repeat;
	width: 100%;
	height: 35px;
	background-color: #003466;
	background-image: url(../pics/breadcrumbs_logo.gif);
	background-position: right top;
	margin: 0px;
}

#breadcrumbs div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #FFFFFF;
	text-transform: none;
	float: left;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #80BCD5;
	border-right-width: 1px;
	display: inline;
}

body#start .start, body#step1 .step1, body#step2 .step2, body#step25 .step25, body#step3 .step3, body#step4 .step4, body#step5 .step5{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

div div#step5{
	border-bottom: none 0px;
}

/* MESSAGE CLASSES */
/*-------------------------------------------*/

.failure, .success, .alert, .info {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding: 5px 5px 5px 25px !important;
}

.failure {
	color: #CC0000;
	background-image: url(../pics/icon_failure.gif);
}

.success {
	color: #009900;
	background-image: url(../pics/icon_success.gif);
}

.alert {
	color: #FF6600;
	background-image: url(../pics/icon_alert.gif);
}

.info {
	color: #003399;
	background-image: url(../pics/icon_info.gif);
}

/*pricing*/

table.pricing{
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 500px;
}


table.pricing th{
	border-bottom: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	background: #E9E9E9;
	padding: 5px;
}

table.pricing td{
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

	font-weight: bold;
	background: #F2F2F2;
	padding: 5px;
}

table.pricing td{
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.row2 td{
	background-color: #fafafa;
}