.MtoForm {
        position: relative;
        font-family: arial;
        color: #7e7e7e;
        width: 960px ;
        /*height: 600px ;*/
        min-height: 600px;
        font-size: 12pt;
        /*color: #9b9ba4; pick 1 !*/
    }

    div#LeftSide {
        width: 479px;
        height: 580px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        float: left;
        background-color: #ebebeb;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }
div#LeftSideSpace {
    padding-top: 10px;
    padding-left: 77px;
}

    div#RightSide {
        width: 481px;
        height: 580px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 0px;
        left: 479px;
        float: left;
        background-color: #ebebeb;
       
               -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

    div#RightSideSpace {
        padding-left: 77px;
        padding-top: 10px
}

div#FormFooter {
    width: 960px;
    height: 75px;
    position: absolute;
    top: 580px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    background-color: #d8d8d8;
    text-align: right;
    font-size: 14px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;

    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

#FormFooterSpace {
    padding-right: 35px;
    padding-left: 0px;
    text-align: right;
}
.row {
    height: 50px;
    position: relative;
    font-size: 10pt !important;
}

.blankrow {
    height: 25px;
    position: relative;
    font-size: 10pt !important;
}
.row input[type="text"], .row input[type="password"], .row input[type="email"] {
margin: 0px;
height: 36px ;
    line-height: 36px;
width: 323px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
border: #fff solid 1px;
padding: 0px 0px 0px 10px !important;
font-size: 13px;}
textarea {
    width: 323px;
    border: #fff solid 1px;
    -moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;

}
.row select{
margin: 0px;
height: 36px ;
 line-height: 36px;
width: 336px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
border: #fff solid 1px;
padding: 0px 0px 0px 10px;
font-size: 13px;
color: #9b9ba4;
}
h3 {
    margin: 0px;
    margin-top: 23px;
    color: #9b9b9b;
    font-weight: normal;
    font-size: 14pt;
}

#FormFooter .link {
    display: inline-block;
    margin-top: 25px;
    margin-left: 35px;
    float: left;
}
#FormFooter .link a {
color: #4a4a4a;
}
#FormFooter .mtobutton {
    display: inline-block;
    margin-top: 20px;
    float: none !important;
}

.MtoForm input[type=text].watermark {
    color: #d4d4d4;
}
.MtoForm input[type=text]{
    color: #4A4A4A;
}
.MtoForm textarea.watermark {
    color: #d4d4d4;
}
.MtoForm textarea{
    color: #4A4A4A;
}
.MtoForm textarea:focus {
    outline: none;
       border: 1px solid #9ecfd2 !important;
}
.MtoForm input:focus, .MtoForm select:focus
.k-
 {
  outline: 0;
 -moz-outline-style: none;
  border: 1px solid #9ecfd2;
}
.MtoForm select {
    background-color: #f5f5f5;
    border: #f5f5f5 solid 1px;
}

input.input-validation-error, select.input-validation-error {
border: 1px solid red !important;
}
.MtoForm label.input-validation-error {
color: red !important;
}

.MtoForm #divider {
    height: 488px;
    width: 1px;
    border-right: #d4d4d4 solid 1px;
    position: absolute;
    left: 478px;
    top: 34px;
}
 .MtoForm input[type=text].infoOnly {
        background-color: #ebebeb;
        border: #ebebeb solid 1px;  
       
    }

.MtoForm #Address_Zip {
    width: 87px;
}


 .MtoForm .centeredrow {
     font-size: 8pt;
     text-align: center;
     height: 40px;
 }
 .MtoForm .centeredrow span {
     display: inline-block;
     padding-top: 10px;
 }

 textarea {
     font-family: arial !important;
     padding: 10px;
     /*color: #4A4A4A;*/
     font-size: 10pt;
 }

 input[type='text'].ui-autocomplete-loading {
    background: url('../images/ajax-loader.gif') no-repeat right center;
}