﻿/* clearfix */
.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cf { *display: inline-block; }
* html .cf { height: 1px; }
a img { border:none; vertical-align:middle; }
.menu,.menu ul { list-style-type:none;}

.inputForm
{
    background: url("/Upload/Design/contact_page_box3.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 20px 10px 10px 20px;
    position: relative;
    width: 641px;
}
.inputForm_right
{
    width: 400px;
}
.inputForm_left
{
  margin : 25px 0 0;
  width: 320px;
}
.inputForm .row { margin-bottom: 5px; width: 100%; position: relative;  height:auto;}
.inputForm .label { width:90px; float:right; color:#333333; }
.inputForm .secondary .label { display:block; }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm input.alternative { -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #BEBEBE; width: 230px; height: 20px; }
.inputForm textarea {  -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #BEBEBE; width: 230px; }
.inputForm .tb {  }

.inputSmallForm .row { margin-bottom:5px; height:auto; }
.inputSmallForm .label { width:120px; float:right; }
.inputSmallForm .secondary .label { display:block; }
.inputSmallForm .alternatives * { vertical-align:middle }
.inputSmallForm .alternatives label { margin-right:10px; }
.inputSmallForm input.alternative { width:135px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #BEBEBE; }
.inputSmallForm textarea { width:135px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #BEBEBE;  }
.inputSmallForm .tb { width:240px; }

.commentInput .box { display:none; }

#textContent {  }

* html .sc
{
    display:none;
}

.columns
{
    width: 100%;
}
.columns .right
{
    float: right;
    margin-left: 1%;
    width: 48%;
}
.columns .left
{
    border-right: 1px dashed #A1A1A1;
    float: left;
    padding-right: 2%;
    width: 48%;
}

.inputFormSmallSend
{
    background: url("/Upload/Design/contact_side_send.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 25px;
    margin-right: 75px;
    width: 62px;
}

.inputFormBiglSend
{
    background: url("/Upload/Design/contact_button_send.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    bottom: 15px;
    cursor: pointer;
    font-size: 0;
    height: 38px;
    margin-right: 90px;
    margin-top: 10px;
    width: 78px;
}