/* clearfix */
.cf:before,
.cf:after {
    content:" "; /* 1 */
    display:table; /* 2 */
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}

input {
    outline: none;
}
/* ========================= */







@font-face {
    font-family:'Calibri';
    src:url('../fonts/CALIBRI.eot');
    src:local('O'), url('../fonts/CALIBRI.woff') format('woff'),
        url('../fonts/CALIBRI.svg') format('svg'),
        url('../fonts/CALIBRI.ttf') format('truetype'),
        url('../fonts/CALIBRI.eot') format('embedded-opentype');
    font-weight:normal;
    font-style:normal;
}


.logoCaption {
 
    font: 22px Calibri;
    color: #425459;
    margin: 5px 0 0 40px;
    
}

/* main */

#main {
    min-height: 100px;
    clear: both;
    padding: 0 0 44px 0;
}

        /* content */
        
.content {
    margin: 0 auto;
    padding: 4px 3px;
    width: 956px;
    min-height: 100px;
    margin-bottom: 50px;
}

.contentTopLine {
    width: 962px;
    height: 1px;
    background: #6DC8E9;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

.topText {
    line-height: 24px;
    margin: 0 0 20px 0;
    font: 18px Calibri;
}

.mainForm {
    min-height: 142px;
      font: 18px Calibri;
    
}

.mainFormLeft {
	  font: 15px Calibri;
    width: 400px;
    float: left;
    min-height: 142px;
    background: url(../images/formSep.png) right top repeat-y;
}

.mainFormMiddle {
	  font: 15px Calibri;
    width: 145px;
    padding: 0 0 0 15px;
    float: left;
    min-height: 142px; 
    background: url(../images/formSep.png) right top repeat-y;  
}

.mainFormRight {
	  font: 15px Calibri;
    width: 372px;
    float: left;
    min-height: 142px; 
    padding: 0 0 0 14px;   
}

.mainFormText {
    line-height: 20px;
    padding: 14px 0 0 0;
    min-height: 69px;
}

.mainFormLeft input[type="text"] {
    width: 250px;
    height: 32px;
    border: 0;
    margin: 10px 0 0 11px;
    padding: 0 10px;
    display: block;
    float: left; 
    overflow: hidden;
    background: none;
    outline: none;
}

.wideInputBg {
    width: 292px;
    height: 54px; 
    background: url(../images/inputWide.png) no-repeat;   
    float: left;
}

.mainFormMiddle input[type="text"] {
    width: 56px;
    height: 54px;
    border: 0;
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 0 auto; 
    background: none;
    color: #324a58;
}

.narrowInputBg {
    background: url(../images/inputNarrow.png) no-repeat;  
    width: 82px;
    height: 54px; 
    margin: 0 0 0 16px;
}

.mainFormLeft input[type="button"] {
    width: 38px;
    height: 52px;
    display: block;
    float: left;
    border: 0;
    margin: 0 0 0 10px;
    padding: 0;
    text-indent: -500px;
}

.mainFormLeft input[type="button"]:active {
    opacity: 0.8;
}

.inputLine {
    margin: 0 0 16px 0;
}

.selectBg {
    width: 282px;
    height: 43px;
    padding: 11px 0 0 10px;
    background: url(../images/inputWideGray.png) no-repeat;
}

.plusButton {background: url(../images/plusBg.png) no-repeat;}
.minusButton {background: url(../images/minusBg.png) no-repeat;}

span.customSelect {
	background: url(../images/selectBg.png) no-repeat;
    width: 270px;
    height: 32px;
	padding: 0;

}
span.customSelect.changed {
	background-color: red!important;
}
.customSelectInner {
    float: left;  
    margin: 8px 0 0 14px;
}

.selectBg select option {
    background: #E5EDF1;
    padding: 5px 0 5px 12px;
}

.ybBlock {
    min-height: 87px;
    background: url(../images/whiteBlueHorizontalLine.png) 0 center repeat-x;
    clear: both;
    margin: 10px 0 0 0;
}

.ybBlock input[type="submit"] {
    display: block;
    width: 410px;
    padding: 0 0 0 6px!important;
    height: 87px;
    background: url(../images/yellowButtonit.png) no-repeat;
    border: none;
    padding: 0;
    margin: 0 auto 0 auto;
    font-size: 50px;
    font-family: Calibri;
    color: #e7edf1;
    text-align: left;
    text-shadow: 0 2px 0 #BC6400;


}

