
.userForm {
    width: 800px;
    margin: 10px auto;
}
.userForm .formTitle {
    background: url("../../img/multiple_submit/userFormTitle.png") no-repeat left top;
    height: 25px;
    margin: 0 0 50px 0;
}

.userForm table .leftPart {
    width: 370px;
    vertical-align: top;
    padding-right: 30px;
}

.userForm table .checkboxesWrapper {
    height: 22px;
    margin: 0 0 8px 0;
    vertical-align: middle;
    padding: 6px 0 0 0;

}

.userForm table .checkboxesWrapper input {
    vertical-align: middle;
    margin: 0 3px 0 0;
    width:13px;
    height:13px;
}

.userForm table .checkboxesWrapper label {
    margin: 0 10px 0 0;
    font-size: 10px;
}

.userForm table .fieldWrapper {
    height: 28px;
    margin: 0 0 8px 0;
}

.userForm table .requiredField {
    background: url("../../img/multiple_submit/requiredField.png") no-repeat top left;
}

.contentColumn table .requiredField {
    background: url("../../img/multiple_submit/requiredField.png") no-repeat top left;
}

.confirmed table .requiredField {
    background: none;
}

.userForm table .fieldWrapper .fieldLabel{
    width: 120px;
    height: 20px;
    float: left;
    margin: 4px 0;
    padding : 0 0 0 20px;
}

.userForm table .fieldWrapper .errorField{
    float: left;
    height: 28px;
    width: 230px;
    background: url("../../img/multiple_submit/repeatXBackgrounds.gif") repeat-x 0 -218px;
}

.userForm table .fieldWrapper .errorField .leftCorner{
    height: 28px;
    width:7px;
    background: url("../../img/multiple_submit/corners.gif") no-repeat -14px -110px;
    float:left;
}

.userForm table .fieldWrapper .errorField .rightCorner{
    height: 28px;
    width:29px;
    background: url("../../img/multiple_submit/corners.gif") no-repeat 0 -138px;
    float:left;
}

.userForm table .fieldWrapper .errorField input,
.userForm table .fieldWrapper .errorField select{
    width: 194px;
    height: 21px;
    border: none;
    background: white;
    margin-top: 3px;
    font-size: 18px;
    float:left;
}

.userForm table .fieldWrapper .errorField select{
    font-size: 16px;
}

.userForm table .fieldWrapper .field{
    float: left;
    height: 28px;
    width: 230px;
    background: url("../../img/multiple_submit/repeatXBackgrounds.gif") repeat-x 0 -84px;
}

.userForm table .fieldWrapper .field .leftCorner{
    width: 7px;
    height: 28px;
    background: url("../../img/multiple_submit/corners.gif") no-repeat 0 -110px;
    float: left;
}

.userForm table .fieldWrapper .field input,
.userForm table .fieldWrapper .field select{
    float: left;
}

.userForm table .fieldWrapper .field .rightCorner{
    width: 7px;
    height: 28px;
    background: url("../../img/multiple_submit/corners.gif") no-repeat -7px -110px;
    text-align: center;
    vertical-align: middle;
    float:left;
}

.userForm table .fieldWrapper input{
    width: 216px;
    height: 22px;
    border: none;
    background: #F2FAFF;
    margin-top: 3px;
    font-size: 18px;
}

.userForm table .fieldWrapper select{
    width: 216px;
    height: 22px;
    border: none;
    background: #F2FAFF;
    margin-top: 3px;
    font-size: 16px;
}

.userForm table .saveCookies {
    text-align: left;
    vertical-align: middle;
    float: left;
    margin: 5px 0 0 0;
    line-height: 18px;
    height: 18px;
}

.userForm table .saveCookies input{
    width: 14px !important;
    height: 14px;
    margin: 0 5px 0 0;
    line-height: 18px;
}

.userForm table .saveCookies label{
    margin: 0 5px 0 0;
    line-height: 18px;
    font-size: 16px;
}


.userForm table .rightPart{
    width: 400px;
    vertical-align: top;
}

.userForm table .bigFieldWrapper {
    /*height: 206px; ZIP_TEMP_REM*/
    height: 160px;
    margin: 0;
}

.bigFieldWrapper .topBorder{
    height: 9px;
    background: url("../../img/multiple_submit/repeatXBackgrounds.gif") repeat-x 0 -112px;
}

.bigFieldWrapper .topBorder div,
.bigFieldWrapper .bottomBorder div{
    height: 9px;
    width: 7px;
    font-size:0;
}

.bigFieldWrapper .topBorder .leftCorner{
    float: left;
    background: url("../../img/multiple_submit/corners.gif") no-repeat 0 -110px;
}

.bigFieldWrapper .topBorder .rightCorner{
    float: right;
    background: url("../../img/multiple_submit/corners.gif") no-repeat -7px -110px;
}

.userForm table .bigFieldWrapper .leftBorder {
    background: url("../../img/multiple_submit/textareaLeftBorderBg.png") repeat-y top left;
    height: 154px;
    /*height: 218px; ZIP_TEMP_REM*/
}

.userForm table .bigFieldWrapper .rightBorder {
    background: url("../../img/multiple_submit/textareaRightBorderBg.png") repeat-y top right;
}

.userForm table .bigFieldWrapper .fieldContainer {
    margin: 0 7px;
    border: 0;
    padding: 0;
    background: #F2FAFF;
}

.userForm table .bigFieldWrapper textarea{
    width: 386px;
    height: 154px;
    /*height: 218px; ZIP_TEMP_REM*/
    border: 0;
    background: #F2FAFF;
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.bigFieldWrapper .bottomBorder{
    height: 9px;
    background: url("../../img/multiple_submit/repeatXBackgrounds.gif") repeat-x 0 -121px;
}

.bigFieldWrapper .bottomBorder .leftCorner{
    float:left;
    background: url("../../img/multiple_submit/corners.gif") no-repeat 0 -129px;
}

.bigFieldWrapper .bottomBorder .rightCorner{
    float:right;
    background: url("../../img/multiple_submit/corners.gif") no-repeat -7px -129px;
}

.userForm table .history {
    padding: 15px 0 0 0;
}

.submitArea {
    width: 800px;
    margin: 20px auto;
}

.submitArea input {
    display: none;
}

.submitArea .separatorLine {
    height: 7px;
    width: 800px;
    background: url("../../img/multiple_submit/graySeparator.png") repeat-y top left;
    margin: 0 0 20px 0;
}

.submitArea p {
    color: black;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 5px;
    text-align: left;
}


.submitArea table td {
    text-align: center;
}

.submitArea table {
    width: 100%;
}

.submitArea table p {
    color:#006633;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    margin-left: 20px;
}

.mailSecureArea {
    height: 76px;
    margin: 5px auto;
    padding-left: 130px;
}

.mailSecureArea img {
    float: left;
    margin-right: 10px;
}

.mailSecureText {
    width: 350px;
    padding-left: 3px;
}

.mailSecureText p {
    margin: 0 !important;
    *font-size:12px !important;
}

.userForm table .fieldWrapper .fieldLabel div{
    height: 20px;
    font-size: 0;
}

.userForm table .fieldWrapper .fieldLabel .nameLabel{
    width: 46px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 0 no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .zipLabel{
    width: 66px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -20px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .prefectureLabel{
    width: 64px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -40px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .addressLabel{
    width: 46px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -60px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .addressDetailsLabel{
    width: 58px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -80px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .emailLabel{
    width: 44px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -100px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .emailConfirmationLabel{
    width: 95px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -120px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .phoneLabel{
    width: 64px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -140px no-repeat;
}

.fieldWrapper .fieldLabel .commentsLabel{
    width: 127px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -160px no-repeat;
}

.userForm table .fieldWrapper .fieldLabel .requiredLabel{
    width: 57px;
    background:url("../../img/multiple_submit/multipleSubmitLabels.gif") 0 -180px no-repeat;
}

.userForm .tip {
    padding:5px 0 8px 0;
    margin-left: 140px;
    font-weight: bold;
    font-size: 14px;
}

a.dealerShopName:hover {
    color: #ff0033 !important;
}

.zipPart1 {
    width: 50px !important;
}

.zipPart1Text {
    width: 36px !important;
    ime-mode:disabled;
}

.zipPart2 {
   width: 60px !important;
}

.zipPart2Text {
    width: 46px !important;
    ime-mode:disabled;
}

.zipCodesBox {
    vertical-align: top;
    font-size: 1px;
    width: 300px;
    position: absolute;
    top: -40px;
    left: 370px;
    opacity:0.94;
    filter:alpha(opacity=94);
}

.zipCodesBox .topBorder div {
    background: url("../../img/multiple_submit/zipCodesBoxLeftTop.gif") no-repeat left top;
}

.zipCodesBox .topBorder div div {
    background: url("../../img/multiple_submit/zipCodesBoxRightTop.gif") no-repeat right top;
}

.zipCodesBox .topBorder div div div {
    background: #FFFFFF;
    height: 9px;
    margin: 0 9px;
}

.zipCodesBox .bottomBorder div {
    background: url("../../img/multiple_submit/zipCodesBoxLeftBottom.gif") no-repeat left top;
}

.zipCodesBox .bottomBorder div div {
    background: url("../../img/multiple_submit/zipCodesBoxRightBottom.gif") no-repeat right top;
}

.zipCodesBox .bottomBorder div div div{
    background: #FFFFFF;
    height: 9px;
    margin: 0 9px;
}

.zipCodesBox .text {
    font-size: 14px;
    background: #FFFFFF;
    padding: 5px 10px;
    text-align: left;
}

.zipCodesBox .text p{
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.wideMailForm .userForm{
    width: 1000px;
}

.wideMailForm .userForm table .leftPart {
    width: 510px;
}

.wideMailForm .zipPart2,
.wideMailForm .zipPart1,
.wideMailForm .userForm table .fieldWrapper .field,
.wideMailForm .userForm table .fieldWrapper .errorField {
    width:auto !important;
}

.wideMailForm .userForm table .fieldWrapper input,
.wideMailForm .userForm table .fieldWrapper select {
    width:350px;
}

.wideMailForm .userForm table .fieldWrapper .field input ,
.wideMailForm .userForm table .fieldWrapper .errorField input {
    height:20px;
}
.wideMailForm .userForm table .fieldWrapper .errorField input,
.wideMailForm .userForm table .fieldWrapper .errorField select{
    width: 334px;
}

.wideMailForm .userForm table .rightPart {
    width: 450px;
}

.wideMailForm .userForm table .bigFieldWrapper textarea{
    width: 436px;
}

.wideMailForm .submitArea {
    width: 1000px;
}

.wideMailForm .submitArea .separatorLine {
    width: 1000px;
    background: url("../../img/car_description/block6footer-bg.png") repeat-y top left;
}

.wideMailForm .mailSecureText {
    width: 500px;
}




