/*---right column---*/

.contactsReq{
color:#858585;
}
.contactsReq span{
color:#f00;
}

.contactsBlock form{
float:left;
width:380px;
margin-top:12px;
overflow: hidden;
float:left;
display:inline;
}

.contactsBlock div{
float: left;
width: 100%; 
margin-bottom: 3px; 
}

.contactsBlock input[type=text]{
width: 200px;
background: #FFF;
border: 1px solid #A9ADB3; 
height: 20px;
color:#6D6D6D;
padding-left: 7px;
}
.contactsBlock .formText { 
width: 209px;
background: #FFF;
border: 1px solid #A9ADB3;
height: 24px;
color:#6D6D6D;
}

.contactsBlock select{
width: 210px;
height: 22px;
color:#6D6D6D;
background:#FFF;
}

.contactsBlock label {
float: left;
width: 51px;
position: relative;
top: 4px;
margin-right: 5px;
}
.contactsBlock label span{
color:#f00;
}
.contactsBlock textarea{
width: 313px;
height: 105px;
background: #fff;
color: #6d6d6d;
border: 1px solid #A9ADB3;
font: 13px Arial, Helvetica, sans-serif;
padding-left: 7px;
scrollbar-3dlight-color: #A9ADB3;
scrollbar-arrow-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-face-color: #BCBEC2;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #BCBEC2;
scrollbar-track-color: #D7D9DC;
}

.contactsBlock input[type=submit] { 
cursor: pointer;
border:none;
height:29px;
width:86px;
background: url(../images/buttons/en/send.png) no-repeat;
margin: 2px 0 0 57px;
}

.siteRU .contactsBlock input[type=submit]{
background: url(../images/buttons/ru/send.png) no-repeat;
}
.siteDE .contactsBlock input[type=submit]{
background: url(../images/buttons/de/send.png) no-repeat;
}

.contactsBlock .formSubmit { 
cursor: pointer;
cursor: pointer;
border:none;
height:29px;
width:86px;
background: url(../images/buttons/en/send.png) no-repeat;
margin: 2px 0 0 57px;
}
.siteRU .contactsBlock .formSubmit{
background: url(../images/buttons/ru/send.png) no-repeat;
}
.siteDE .contactsBlock .formSubmit{
background: url(../images/buttons/de/send.png) no-repeat;
}

.contactsBlock input[type=submit] { 
cursor: pointer;
border:none;
height:29px;
width:91px;
background: url(../images/buttons/en/generate.png) no-repeat;
margin: 2px 0 10px 57px;
}

.siteRU .contactsBlock input[type=submit]{
background: url(../images/buttons/ru/generate.png) no-repeat;
}
.siteDE .contactsBlock input[type=submit]{
background: url(../images/buttons/de/generate.png) no-repeat;
}

.fogotForm .formSubmit { 
cursor: pointer;
cursor: pointer;
border:none;
height:29px;
width:91px;
background: url(../images/buttons/en/generate.png) no-repeat;
margin: 2px 0 10px 57px;
}
.siteRU .fogotForm .formSubmit{
background: url(../images/buttons/ru/generate.png) no-repeat;
}
.siteDE .fogotForm .formSubmit{
background: url(../images/buttons/de/generate.png) no-repeat;
}
/*---end right column--*/