/* ------ custom form elements style ------ */
.cdform {
	clear: both;
}

.cdform .formfieldlabel {
	padding: 2px 5px 15px 0;
	width: 160px;
}

.cdform .formfieldlabel label {
	width: 160px;
	padding: 0px;
}

.cdform .formfieldlonglabel {
	padding: 2px 5px 15px 0;
	width: 250px;
}

.cdform .formfieldlonglabel label {
	width: 250px;
	padding: 0px;
}

.cdform .formtext {
	padding: 2px 5px 15px 0;
}

.cdform .formfielddescr {
	color: #888;
	font-weight: normal;
	font-size: 11px;
}

.cdform .formfieldtext,.cdform .formfieldarea,.cdform .formfieldlist,.cdform .formfieldselect,.cdform .formfieldoption,.cdform .formfieldfile,.cdform .formfieldbutton,.cdform .formfieldtextshort,.cdform .formfieldselectshort
{
	padding: 0 0 15px 0;
}

.cdform .formfieldlistitem {
	padding: 0 0 2px 20px;
}

.cdform .formfieldarea textarea {
	height: 80px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
}

.cdform .formfieldtext input, .cdform .formfieldselect select {
	width: 165px;
	background-color: #fff;
	border: 1px solid #666666;
}

.cdform .formfieldselect select {
	padding: 2px;
}

.cdform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.cdform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.cdform .formfieldlistitem input {
	margin: 0 0 -2px -20px;
}

.cdform .formfieldselectshort select {
	width: 100px;
}

.cdform .formfieldselectmini select {
	width: 70px;
}

.cdform .formfieldselectsmall select {
	width: 85px;
	padding: 2px;
	border: 1px solid #666666;
}

.cdform .formfieldtextshort input {
	width: 90px;
}

.cdform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.cdform .formfieldimage {
	margin: 8px 0 0 0;
}

.cdform ol {
	font-size: 11px;
	padding: 0 0 0 20px;
}

#content-app h3 {
	color: #082E6B;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 10px 0;
	margin: 0px;
}

/*-- form header --*/
.cdform h2 {
	color: #045879;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0px;
	background: none;
	border: 0px;
}

/*-- form sub header --*/
.cdform h3 {
	color: #045879;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0 14px 0;
}

/*-- form normal text --*/
.cdform p {
	padding: 0 0 15px 0;
	font-weight: normal;
}

/*-- form divider line --*/
.cdform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

.cdform .formfieldlabel {
	padding: 0 5px 15px 0;
}

.cdform .formfieldtext,.cdform .formfieldarea,.cdform .formfieldlist,.cdform .formfieldselect,.cdform .formfieldoption,.cdform .formfieldfile,.cdform .formfieldbutton,.cdform .formfieldacceptoption
	{
	padding: 0 0 15px 0;
}

.cdform .formfieldtermsconditions {
	padding: 0 10px 0 0;
}

.cdform .formfieldnotes {
	color: #333;
	padding: 0 0 0 40px;
	font-size: 11px;
}

.cdform .formfieldnotes p {
	color: #333;
	font-size: 11px;
}

.cdform .formfieldnotes .wrapimageleft {
	margin: 0 5px 0 0;
}

.cdform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.cdform .formfieldtext input,.cdform .formfieldselect select {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cdform .formfieldselectshort select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cdform .formfieldacceptoption label {
	width: 300px;
}

/* FORM ERROR REPORTING */

.errormessage {
	color: #FFF;
	font-weight: bold;
	margin-top: 3px;
	background: #cc0000;
}

.showerror {
	display: block;
	padding: 2px 5px 2px 5px;
}

/* --------- contract styles --------- */
#contract {
	padding:10px;	
}

#form-confirm h4 {
	font-size: 15px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	margin-top: 22px 0 6px 0;
}

#formpage th {
	text-align: left;
}

.financialTableRow {
	outline-color: #FFFFFF;
	outline-style: solid;
	outline-width: 1px;
	font-size: 8pt;
	
	padding: 3px 6px 3px 6px;
	color: #082E6B;
	background-color: #F2F2F2;
}

#form-confirm li {
	margin-top: 18px;
	margin-right: 0pt;
	margin-bottom: 9px;
	margin-left: 0pt;
	font-weight: bold;
}

#form-confirm li ul li,
#form-confirm li p {
	margin: 6px 0 3px 0;
	font-weight: normal;
}

#form-confirm fieldset {
	border: 1px solid #082E6B;
	margin: 15px 0 20px 0;
	padding: 0px 5px 5px 5px;
	background: none;
}

#form-confirm fieldset.field-bottom {
	padding: 5px 20px 15px 20px;
}

#form-confirm legend {
	font-size: 16px;
	margin: 0px 0 0px 0;
	padding-bottom: 5px;
	color: #082E6B;
	font-weight: bold;
}

#form-confirm #agreebox {
	font-size: 14px;
	margin: 0 0 20px 10px;
}

#form-confirm #agreebox .direct {
	border: 2px solid #999;
}

#form-confirm #agreebox input {
	margin: 3px;
	padding: 0;
}

#form-confirm #agreebutton {
	text-align: center;
}

.trustseal {
	clear: both;
	padding: 12px 0 0 0;
}

#form-eligibility .trustseal {
	padding: 42px 0 5px 10px;	
}

#form-miniapp .trustseal {
	padding: 0 0 5px 10px;	
}

#form-success .optionbox {
	width: 500px;
	border: 1px solid #082E6B;
	background-color:#f4f8f1;
}

/* General extras */
#errormsg {
	border: 1px solid #cc0000;
	background-color: #FFF0F0;
	width: 90%;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
#successmsg {
	border: 1px solid #FF9900;
	background-color: #FFEDD2;
	width: 90%;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

.contractheading{
	color: #EFB300 !important;
	font-weight: bold !important;
	font-size: 15px !important;
	padding-bottom: 0px !important;
	margin: 5px 0 5px 0;
}

table.ctable td {
	color: #082E6B;
	padding: 2px 2px 2px 5px;
}

td.ctablebg {
	background-color: #F2F2F2;
	border-bottom: 1px solid #D3D3D3;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

#form-application table td {
	padding: 3px;
}

td.textbold {
	font-weight: bold;	
}

.app-box {
	padding: 10px 0 10px 0;
}

.app-box-a h3{
	margin: 0px;
	padding: 8px 0 3px 15px;
	color: #fff;
}

.app-box-a {
	background: #fff url('/wp-content/themes/thesis_151/images/app-box-top.png') top left no-repeat;
	width: 728px;
	height: 36px;
}

.app-box-b {
	padding: 5px 20px 1px 20px;
	background: #fff url('/wp-content/themes/thesis_151/images/app-box-mid.png') top left repeat-y;
}

.app-box-c {
	background: #fff url('/wp-content/themes/thesis_151/images/app-box-bot.png') bottom left no-repeat;
	width: 728px;
	height: 8px;
	margin-bottom: 15px;
}

#submitappbutton {
	margin:10px 0 0 250px;
	width:300px;
}

#submitappbutton input {
	width: 170px;
	height: 44px;
	border: none;
	background-color: #fff;
}
