.form .text {
  width: 200px;
}

.form textarea.text {
  width: 400px;
}
.form .long {
  width: 207px;
}
.form .short {
  width: 130px;
}

.form .label {
	font-size: 12px;
	float: left;
	text-align: right;
	width: 170px;
	margin-top: 1px;
	margin-right: 5px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
  color: #535353;
  position: relative;
}
.form .label-short {
  width: 70px;
}
.form .right_part {
	margin-left: 190px;
  font-size: 12px;
  color: #4e4f4f;
  line-height: 18px;
  position: relative;
}
.form .req {
	color: #ff0000;
	font-weight: bold;
}
.form .error {
	color: #ff0000;
	font-weight: bold;
	margin-left: 5px;
	white-space: nowrap;
}
.form .clear {
	clear: both;
	margin-bottom: 3px;
}
.form .auto {
  width: 99%;
}


.contact-form .control_key label{
  height: 50px;
}

.contact-form .error {
	color: #ff0000;
	font-weight: bold;
	margin-left: 5px;
	white-space: nowrap;
}

.executor_list table.item{
  width: 100%;
  margin-top: 5px;
  border: 1px solid #E9E9E9;
}
.executor_list table.item td{
  border: 0px;
  padding: 2px;
  padding-left: 6px;
  vertical-align: top;
}


.executor_list table.item .right{
  text-align: right;
  padding-right: 5px;
}

.executor_list table.item .zone{
  width: 200px;
}
.executor_list table.item .phone-name{
  width: 30px;
}

.executor_list form{
  padding-bottom: 10px;
  position: relative;
}
.executor_list form .name{
  width: 124px;
}
.executor_list form .number{
  width: 60px;
}
.executor_list form .zone{
  width: 80px;
  margin-right: 20px;
}
.executor_list form input{
  margin-right: 10px;
}
  
.executor_list form .cancel{
  text-align: center;
}
.executor_list form input[type='button']{
  width: 100px;
  position: absolute;
  top: -65px;
  right: 5px;
} 


/* Galerry Box =========================================================== */
.gallery-box a, .content .image {
  padding: 4px;
    border: 1px solid #cecece;
  float: left;
  display: block;
  background-color: #ffffff;
  margin: 5px 5px 5px 5px;
  padding-bottom: 0px;
}
.gallery-box a{
  padding-bottom: 0px;
}

.gallery-box a:hover {
  background-color: #e5e5e5;
  border-color: #bababa;
}
.gallery-box a span {
  display: block;
  width: 180px;
  height: 120px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.content .image {
  margin: 0px;
  margin-right: 10px;
}

.clear {
	clear: both;
}

.hand{
  cursor: pointer;
}

.execution_calculator{
  width: 100%;
  border: 1px solid #E9E9E9;
  position: relative;
  height: 480px;
}

.execution_calculator tr td{
  vertical-align: top;
  border: 0px;
}

.execution_calculator .box{
  padding-bottom: 5px;
}
.execution_calculator h3{
  margin-bottom: 5px;
}
.execution_calculator .naklady{
  position: absolute;
  top: 270px;
  right: 5px;
}

.executor-search select{
  width: 178px;
}

div.volume form.executor-search button{
  margin-left: 155px;
}

.calculator-search h3, .executor-search h3{
  margin-bottom: 5px;
}

.calculator-search fieldset, .executor-search fieldset{
  margin-top: 10px;
}

div.volume form.calculator-search button{
  margin-left: 20px;
}
div.volume form.calculator-search label{
  padding-top: 15px;
}

.calculator-search-result-top, .calculator-search-result-top a, .calculator-search-result-top a:hover {
  font-size: 14px;
  color: red;
  font-weight: bold;
}

.calculator-search-result-top .price{
  font-size: 20px;
  padding-top: 10px;
}

.kodex{
  background: url('../img/kodex_bgr.jpg') no-repeat;
  width: 566px;
  height: 716px;
  padding: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.kodex .title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.kodex .title-rk{
  font-size: 32px;
  text-align: center;
}

.kodex .text{
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.kodex ol li{
  font-size: 12px;
}

.content table.team td{
  padding: 0px;
  padding-left: 10px;
  padding-right: 5px;
}

.content table.team td.img{
  padding: 0px;
  text-align: center;
}

.content table.team td.img img {
  padding: 4px;
    border: 1px solid #cecece;
  float: left;
  display: block;
  background-color: #ffffff;
}

.content table.team td.mail{
  padding-top: 5px;
}

