.Field {
    float: left;
    /*padding-right:10px;*/
    margin-bottom: 5px;
    
}
.Field.Text,.Field.Select {
    height:65px;
    border: 0px solid #B5BABC
}

    .Field.Hidden {
        padding-right: 0px;
        margin-bottom: 0px;
    }

.FieldInfo {
    font-size: 11px;
    color: #8C8C8C;
    margin-bottom:5px;
}

.FieldInput input {
    height: 14px;
    /*width: 120px;*/
    width: 100%;
    border: 1px solid #D0CFCB;
    font-size: 11px;
    font-family: Arial;
    padding: 8px 5px;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.FieldSelect select {
    margin: 0px;
    height: 32px;
    /*width: 120px;*/
    width: 100%;
    color: #8C8C8C;
    border: 1px solid #D0CFCB;
    font-size: 12px;
    padding: 5px;
}

.Field .FieldSelect,.Field .FieldInput,.Field .RadioFieldContainer,.Field .CheckboxFieldContainer {
    margin-right: 30px;
    clear: both;
    position: relative;
}

.Field .FieldInput {
    margin-right: 40px;
}

.RadioContainer{
    margin-bottom: 10px;
    width: 100%;
}

.RadioField label.Radio.checked {
    background: url("../images/common/radioChecked.png") -0px 0px no-repeat;
}

.RadioField label.Radio {
    background: url("../images/common/radio.png") -0px 0px no-repeat;
    width: 98%;
    min-height: 22px;
    height: 22px;
    padding-left: 22px;
    font-weight: normal;
    font-size: 11px;
    line-height: 26px;
}

.RadioField label.Radio input {
    position: absolute;
    left: -9999px;
    display:none;
}

.RadioField label.Radio span {
    font-size: 11px;
    color: #8C8C8C;
}

.CheckboxContainer,.RadioContainer{
    margin-bottom: 10px;
    float:left;
    width: 100%;
}

.CheckboxField label.Checkbox.checked {
    background: url("http://renault.kz/images/common/CheckBoxSelected.gif") -0px 0px no-repeat;
}

.CheckboxField label.Checkbox {
    background: url("../images/common/CheckBoxUnselected.gif") -0px 0px no-repeat;
    width: 98%;
    min-width: 21px;
    height: 22px;
    padding-left: 25px;
    padding-bottom: 4px;
    font-weight: normal;
    font-size: 11px;
    line-height: 22px;
} 

.CheckboxField input , .RadioField input{
    display:none
}

.CheckboxField label.Checkbox span {
    font-size: 11px;
    color: #8C8C8C;
}

.FieldInput textarea {
    border: 1px solid #D0CFCB;
    height: 80px;
    padding: 5px;
    width:100%;
}

.WebFormMessage {
    color: #8C8C8C;
    display: none;
}

.TextItem {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #8C8C8C;
}

.FieldValidation {
    font-size: 11px;
    color: red;
    display: none;
}

.FormButton {
    height: 30px;
    border: 1px solid #FFFFFF;
    line-height: 30px;
    background: #F7B100 url(http://rsiltr.makolab.pl/site/Gradient.axd?startcolor=FBD800&endcolor=F7B100&height=30&width=5&output=gif) repeat-x left top;
    float: right;
    margin-right:15px;
}

.FormButton a {
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    height: 30px;
    padding-left: 35px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    background: transparent url('../images/common/homebutton.png') no-repeat scroll 0px center;
}

.FormButton a.backButton {
    background: transparent url('http://renault.kz/images/common/homebutton_back.png') no-repeat scroll 0px center;
}

.FormButton.CloseForm {
    display:none;
}
.FormContainerLayer .FormButton.CloseForm {
    display:block;
}

.Clear {
    clear: both;
}

.Item5Separator {
    height: 5px;
    font-size: 1px;
    overflow: hidden;
}

.WebFormLayer.UpdateProgress {
    z-index: 100002;
    background: url('../images/common/progress_bar02.gif') center no-repeat #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.WebFormLayer {
    display: none;
}

#WFLMask {
    /*
    width: 2583px;
    height: 719px; */
    width: 100%;
    height:100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: block;
    position: fixed;
    z-index: 9000;
    /*background-color: #000;*/
    background-color: #FFFFFF;
    display: none;
    top: 0;
    left: 0;
}

.FormContainerLayer {
    top: 100px;
    display: none;
    left: 40px;
    /*position: fixed;*/
    position: absolute;
    width: 575px;
    z-index: 9999;
    padding: 30px 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.FormContainerLayer .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    text-decoration: none;
    font-size: 9px;
    padding-top: 2px;
    padding-right: 20px;
    background: url('../images/common/close_black.png') no-repeat right center;
    font-size: 11px;
    font-weight:bold;
}
.WebFormContent form {
    margin-bottom: 0px;
}
.section {
    display: none;
}

    .section.active {
        display: block;
    }

.FormSteps {
    height: 30px;
    margin-bottom: 15px;
}

.FormSteps .Step {
    background: url('../images/common/bg_tabs.png') no-repeat;
    float: left;
    text-align: center;
    margin-right: -10px;
    padding-right: 10px;
    padding: 8px 0px 8px 0px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    height: 14px;
}

.FormSteps .Step.active {
    background-position: 0 -30px;
    height: 14px;
    color: white;
}

.FormSteps .Step.first {
    background-position: -20px 0;
}

.FormSteps .Step.first.active {
    background-position: -20px -30px;
}

.FormSteps .Step.last.active {
    background-position: 0 -30px;
}
.FormHead {
    margin: 10px 0px 15px 0px;
}

div.FormHead h3 {
    margin: 0px;
    font-family: "Helvetica Neue Renault", Arial;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 22px;
    color: black;
    padding:5px 0px 5px 0px;
    /*background: url("http://renault.kz/images/car.jpg") left center no-repeat;*/
    
}
div.FormHead img {
    float:left;
    padding-right:0px;
    height:38px;
}

.DLItem {
    margin-bottom: 15px;
    /*margin-left: 10px;*/
}

    .DLItem select.CountriesDDL {
        margin: 0px;
        height: 32px;
        width: 120px;
        color: #8C8C8C;
        border: 1px solid #D0CFCB;
        font-size: 12px;
        padding: 5px;
    }

.Field div.DealersList {
    padding: 5px 10px 5px 10px;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    margin-bottom: 2px;
    overflow: auto;
    height: 160px;
    width: 535px;
}

.Field div.DealersList div.DealerInfo {
    padding:5px 10px 5px 10px;
    cursor:pointer
}
.Field div.DealersList div.DealerInfo label {
        display:none;
}
.Field .MapCanvas {
    height:250px;
    margin-top:10px
}

.Field div.DealersList div.DealerInfo .DealerData {
    width: 85%;
    /*float: left;*/
}

.Field div.DealersList div.DealerInfo div input {
    margin-top: 10px;
}

.Field div.DealersList div.DealerInfo h3 {
    text-transform: none;
    font-weight: bold;
    margin: 0px;
    font-size: 11px;
}

.Field div.DealersList div.DealerInfo h3 span {
    font-size: 11px;
}
.Field div.DealersList div.DealerInfo .DealerIcon, .Google .DealerIcon {
    width: 30px;
    display: block;
    float: left;
}
.Field div.DealersList div.DealerInfo .DealerAddress {
    float: left;
    width: 380px;
}
.Field .icon {
   /* display: block; */
    /* float: right; */
    position: absolute;
    right: -20px;
    top: 10px;
}
.Field .FieldInput .icon {right: -30px;}
.Field .RadioFieldContainer .icon, .Field .CheckboxFieldContainer .icon{top: 0px;}


.Field .icon img {
   padding-left:15px;
   width:0px;
   height:10px;
   border:0px;
}
.Field.valid .icon img{
   background: url('../images/common/validate_field.png') no-repeat center center;
}

.Field.error .icon img{
   background: url('../images/common/invalidate_field.png') no-repeat center center;
}
.Field.error .FieldInput input , .Field.error .FieldSelect select, .Field.error .CheckboxContainer, .Field.error .RadioContainer, .Field.error .FieldInput textarea, .Field.Dealerslocator.error div.DealersList{
    border: 1px solid #ff0000;
}


label.Res_CountryLabel {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    /*margin-left: 10px;*/
    font-weight: bold;
}

.FooterContent .Title {
    background: url('../images/common/arrow_toggle.png') no-repeat 0 0px;
    padding-left: 12px;
    font-family: "Helvetica Neue Renault", Arial;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
    background-position: 0 5px;
    cursor:pointer;
}
.FooterContent .Title.open {
    background-position: 0 -9px;
}
.FooterContent .FooterText {
    display:none;
    color: #8C8C8C;
}
.Google h3, .Google .DealerAddress span {
    margin:0px;
    font-weight: 300;
    font-size: 12px;
    text-transform:none;
}