@charset "utf-8";
/* CSS Document */

.form-label{
        width:150px !important;
    }
    .form-label-left{
        width:150px !important;
    }
    .form-line{
        padding-top:6px;
        padding-bottom:6px;
    }
    .form-label-right{
        width:150px !important;
    }
    .form-all{
        width:500px;
        background:#FFFFFF;
        color:#000000 !important;
        font-family:'Verdana';
        font-size:12px;
    }
    /* Injected CSS Code */

/*---rounded corners---*/
.form-textarea, .form-textbox  {
border: 1px solid #b7bbbd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 4px;
background:transparent !important;
width: 390px !important;
max-width: 390px !important;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2), 0 1px 0 rgb(255,255,255);
border: 1px solid #AEAEAE;
color: #333;
font-family:verdana !important;
}

/*--form all styles--*/
.form-all{
background:url('http://cms.interlogy.com/uploads/image_upload/image_upload/global/6332_bg_envelope.png') no-repeat;
float:left;
padding-left: 54px;
padding-top: 0px !important;
width: 480px;
height: 578px;
}

/*---remove error message---*/
.form-error-message {display: none !important;}
.form-line-error {
background:none repeat scroll 0 0;
}
/*---button error move down---*/
.form-button-error {
display: block !important;
}/*---submit button move--*/
.form-submit-button{
margin-top:0px !important;
cursor: pointer;
}

#id_6{
text-align: center !important;
font-weight: bold !important;
font-size: 25px !important;
color: #3e83a5 !important;
margin-right: 39px !important;
font-family: arial !important;
padding:0px !important;
}
#text_6{
margin-right: 20px;
padding-top: 10px;
}
.form-buttons-wrapper{
margin-right: 60px;
}

.form-textarea:focus, .form-textbox:focus{
outline:none !important;
}  
    /* Injected CSS Code */