@charset "utf-8";

/* Общее окно «Обратная связь» */
/* Главный блок «Обратная связь» */
.registration_main_container {
   width: 100%; 
   overflow: hidden; 
   background: #fff;
   margin-bottom: 20px;
   border-bottom: 1px solid black;
}

/* Бекграунд заголовка «Обратная связь» */
.registration_container_caption {
   width: 100%; 
   height: 34px; 
   background: url(../assets/contacts/contacts_main_caption_bg.gif);	
}

/* Блок с содержимым «Обратная связь» */
.registration_main_container_block {
   text-align: center; 
   overflow: hidden; 
   padding: 20px; 
/*   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
*/}

.registration_container_block {
   text-align: center; 
   overflow: hidden; 
   width: 500px;
   margin: 0 auto; 
}

.registration_container_block .text {
   margin-bottom: 20px;
}

.registration_add {
   width: 100%;
   overflow: hidden;
   font-size: 11px;
   color: #676767;
   margin-top: 7px;
   margin-bottom: 7px;
}

.registration_add .left {
   width: auto;
   float: left;
   text-align: left;
}

.registration_add .left a{
   width: auto;
   float: left;
   text-align: left;
   color: #030;
   padding-top: 15px;
   text-decoration:none;
}

.registration_add .left a:hover{
   color: #000;
   text-decoration:none;
}

.registration_add p {
   font-weight: bold;
   padding-right: 20px;
   width: 120px;
   text-align: left;
}

.registration_add input {
   width: 300px;
   font-size: 11px;
   color: #676767;
   border: 1px solid #fff;
}

.registration_add select {
   width: 302px;
   font-size: 11px;
   color: #676767;
   border: 1px solid #fff;
}

.registration_add .captcha{
   width: 100px;
   font-size: 11px;
   color: #676767;
   border: 1px solid #fff;
}


.registration_add textarea {
   width: 300px;
   height: 100px;
   font-size: 11px;
   color: #676767;
   font-family:Tahoma, Geneva, sans-serif;
   border: 1px solid #fff;
}
