h1 {
    color: #000000;
	font-size: 180%;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}
h2 {
    color: #000000;
	font-size: 110%;
	font-family:Tahoma, sans-serif;
	font-weight: normal;
}
.bg-top {
    background-color: #ffffcc;
}
.bg-bottom{
    background-color: #cccc99;
}

/* начало стили центральной коробки */


.link_razd:link {
    color: #000000; /* Цвет ссылок */
	
}
.link_razd:hover {
    color: #000000;
	text-decoration: none; /* Убираем обычное подчеркивание */
	
}
.link_razd:visited {
    color: #000000;
}

.main_table_1 {
	margin: 0px;
	padding: 5px 5px 0px 5px;
	text-align: left;
    vertical-align: top; 
}
.main_table_2 {
	margin: 0px;
	padding: 0px 5px 5px 5px;
	text-align: left;
    vertical-align: top; 
}
.main_box {
	padding: 20px 0px 5px 0px;
	text-align: left;
    vertical-align: top; 
}
.main_text {
	font-size: 90%;
	padding: 10px 20px 10px 40px;
	text-align: left;
    vertical-align: top; 
}
.main_inbox {
	font-size: 90%;
	padding: 10px 20px 10px 0px;
	text-align: left;
    vertical-align: top; 
}
.left_box {
	font-size: 90%;
	padding: 10px 5px 10px 5px;
	text-align: left;
    vertical-align: top; 
}


.r1, .r2, .r3 {
    display: block;
    height: 1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#rounded-box-1 .inner-box, #rounded-box-1  b {
    background-color: #CCCC33;
}
#rounded-box-2 .inner-box, #rounded-box-2  b {
    background-color: #CCCCCC;
}
#rounded-box-3 .inner-box, #rounded-box-3  b {
    background-color: #CCCC99;
}

.inner-box {
    padding:1em;
	font-size: 80%;
}

.r1, .r2, .r3 {
    overflow: hidden; 
    font-size:1px;
}

.fieldset {
     border: #dddddd 1px solid; 
	 padding: 1px;    
}

.legend {
     color: #999999;
     font-size: 80%;
	 padding-left:5px;
}

.questions {
     padding-bottom:8px;
	 font-size: 100%;

}

.link_quest:link {
     color: #000000; /* Цвет ссылок */
     text-decoration: none; /* Убираем обычное подчеркивание */
     border-bottom: 1px dashed #000000; /* Добавляем пунктирную линию под текстом */
}
.link_quest:hover { 
     color: #000000; /* Цвет ссылок */
     text-decoration: none; /* Убираем обычное подчеркивание */
     border-bottom: 1px dashed #ffffff; /* Добавляем пунктирную линию под текстом */
}
.link_quest:visited {
     color: #996600; /* Цвет посещенных ссылок */
	 text-decoration: none; /* Убираем обычное подчеркивание */
     border-bottom: 1px dashed #996600; /* Добавляем пунктирную линию под текстом */
}

.reg-text {
     color: #000000;
	 font-size: 80%;
	 text-align: left;
	 padding-left:10px;
	 vertical-align: top;

}
.blog-form {
     width: 80%;
	 font-size: 80%;
	 text-align: left;
	 padding:1px;
}



.floats_ind
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -0em 0 0 -0em;

/* Эти правила для IE */
position: relative;
display: inline-block;
clear: both;
}
.floats_ind:after
{
content: '';
display: block;
clear: both;
}
.floats_ind .left
{
position: relative;
float: left;

/* Убираем удвоение отступов в IE */
display: inline;

/* Прячем все, что вдруг вылезло за наши ограничения */
overflow: hidden;

/* Отсупы между float-блоками */
margin: 0.5em 0 0 0.5em;

/* Задаем минимальную ширину по картинке и тексту */
width: 50px;
min-width: 50px;
}
.floats_ind .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats_ind .left .min
{
/* Задаем минимальную высоту по картинке */
margin: 0 0 50px 0;

/* Задаем минимальную высоту по тексту */
height: 0em;

/* Дублируем значение минимальной ширины по картинке для IE */
width: 50px;
}