﻿/* ==========================================================================
   form  table
   ========================================================================== */

.form {
	width: 100%;
	background: #fff;
	clear: both;
	display: block;
    margin: 0 auto;
}

.form .formSection {
	background: #fff;
	min-height: 45px;
    margin: 0 auto;
    width: 100%;
}

.form .formSectionSmall {
	background: #fff;
	min-height: 36px;
}


.form .formSection .formRow, .form .formSectionSmall .formRow{
	margin-left: 15px;
	clear: both;
}
.form .formSection .formRow div.formCol {
	width: 48%;
	float: left;
	margin-right: 20px;
}

.form .formSection .formRow div.formColTextArea {
    width: 98%;
}

.form .formSectionSmall .formRow div.formColSmall {
    width: 250px;
	float: left;
	margin-right: 0;
}

.form .formSection .formRow div.formColShort {
	width: 130px;
	float: left;
}
/*.form .formSection .formRow div.formCol.address2 { margin-bottom: 5px; }*/
.form .formSection .formRow div.stateField { margin-right: 5px; }
.form .formSection .formRow div.formRowNote {
	clear: both;
	height: 40px;
}
.form h2 {
	margin-left: 5px;
	padding: 10px 10px;
}
.formRow input[type=text],
.formRow input[type=password] {
	border: 2px solid  #ccc;
	width: 98%;
	height: 57px;
	padding-left: 10px;
	margin-bottom:5px;
	font-size: 24px;
    color:#999;
}

textarea {
    border: 2px solid  #ccc;
    width: 100%;
	height: 160px;
    padding: 15px 0;
    font-size: 24px;
    color:#999;
    font-family:Arial;
}




 #sumbitButon a{
     background:url("/Content/images/btn_orange.png") no-repeat 0 0 transparent;
     display:inline-block;
     width:113px;
     height:45px;
     color:#fff;
     line-height: 45px;
     text-align: center;
     font-family:gotham_boldregular;
}

#sumbitButon a:hover {
     background:url("/Content/images/btn_orange_hover.png") no-repeat 0 0 transparent;
}


p.separator1 { margin: 64px 0 0 0 !important; }
p.separator2 { margin: 37px 0 0 0 !important; }

.truncate {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.field-validation-error {
	color: #fff;
	height: 40px;
	display: block;
	padding: 15px 0 0 15px;
    margin-bottom:15px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
    background-color:#e87224;
   margin-left:4px;
    
}

.doubleLine .field-validation-error {
   line-height: 22px;
}

.doubleLine .field-validation-error span {
     width:250px;
     display:inline-block;
     margin-top:-7px;
}

.input-validation-error:focus {
        outline: 0;
}
   
.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}
.validation-summary-valid { display: none; }

.forgotFormCont .field-validation-error { margin-left: 160px !important; }
.clear { clear: both; }
.vertical-space { padding-top: 14px; padding-bottom: 25px;}
.vertical-space-RDAE { padding-top: 55px; padding-bottom: 25px;}
.secondForm{ margin-top:-15px;}
.notes li{ font-size:12px; }

.inputNormal{ color:rgba(84,86,91,0.88); }
.focus{ color:rgba(84,86,91, 0.55);  }
.focus::-webkit-input-placeholder{ color:rgba(84,86,91, 0.55);  }
.inputFull{ color:rgba(84,86,91,1); }

