@charset "utf-8";




* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	outline: none;
	border: none;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}




body {
	padding-bottom: 50px;
}
table {
	border-collapse: collapse;
}




/*** Ссылки и псевдо-ссылки ***/
a,
.a {
	color: #cc3300;
	cursor: pointer;
}
a:hover,
.a:hover {
	color: #000;
}




/*** Общие классы ***/

/* Основной элемент */
.base {
	width: 960px;
	margin: auto;
}

/* Элемент с пунктирным подчеркиванием */
.dotted {
	border-bottom: 1px dotted;
}

/* Неопределенные данные */
.unknown {
	color: #999;
}




/*** Теги ***/
body {
	background: #fff;
	min-width: 960px;
	font-size: 14px;
}




/*** Формы ***/

/* Набор полей */
fieldset {
	border: 1px solid #ddd;
	padding: 10px 20px;
	margin: 10px 0 20px;
	border-radius: 5px;
}
fieldset legend {
	padding: 5px 20px;
	border-left: inherit;
	border-right: inherit;
	border-radius: inherit;
	border-color: #999;
	font-weight: bold;
}

/* Поля ввода */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
textarea {
	border-radius: 5px;
	padding: 5px 7px 6px;
	border: #ccc 1px solid;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
textarea:focus {
	box-shadow: 0 0 10px #f44;
	border-color: #f44;
}
input.numeric {
	text-align: right;
}

/* Поля ввода с текстовыми метками */
label {
	display: inline-block;
	margin-right: 10px;
}
label input[type="checkbox"],
label input[type="radio"] {
	margin-top: 1px;
	margin-right: 5px;
}

/* Кнопки и псевдо-кнопки */
button,
.button {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	background: #cc3300;
	background: -moz-linear-gradient(top,  #cc3300 0%, #a42 2%, #a31 50%, #992200 51%, #992200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc3300), color-stop(2%, #a42), color-stop(50%, #a31), color-stop(51%, #992200), color-stop(100%, #992200));
	background: -webkit-linear-gradient(top,  #cc3300 0%, #a42 2%, #a31 50%, #992200 51%, #992200 100%);
	background: -o-linear-gradient(top, #cc3300 0%, #a42 2%, #a31 50%, #992200 51%, #992200 100%);
	/*background: -ms-linear-gradient(top, #cc3300 0%, #a42 2%, #a31 50%, #992200 51%, #992200 100%);*/
	background: linear-gradient(to bottom, #cc3300 0%, #a42 2%, #a31 50%, #992200 51%, #992200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc3300", endColorstr="#992200", GradientType=0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	border: #cc3300 1px solid;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, .5) 0 -1px 0;
	vertical-align: middle;
}
button:hover,
.button:hover {
	color: #fff;
	border: #d07768 1px solid;
	background: #992200;
	background: -moz-linear-gradient(top,  #992200 0%, #992200 50%, #a31 51%, #cc3300 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #992200), color-stop(50%, #992200), color-stop(51%, #a31), color-stop(100%, #cc3300));
	background: -webkit-linear-gradient(top, #992200 0%, #992200 50%, #a31 51%, #cc3300 100%);
	background: -o-linear-gradient(top, #992200 0%, #992200 50%, #a31 51%, #cc3300 100%);
	background: -ms-linear-gradient(top, #992200 0%, #992200 50%, #a31 51%, #cc3300 100%);
	background: linear-gradient(to bottom,  #992200 0%, #992200 50%, #a31 51%, #cc3300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#992200", endColorstr="#cc3300", GradientType=0);
}
button:active,
.button:active {
	top: 1px;
}
button:disabled {
	color: #666;
	text-shadow: none;
	background: #ccc;
	border-color: #999;
	top: 0px;
	cursor: default;
	box-shadow: none;
}
button.with_image,
.button.with_image {
	padding-top: 4px;
	padding-bottom: 0;
	height: 28px;
}
button.with_image img,
.button.with_image img {
	max-width: 80%;
	max-height: 80%;
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

div.switch button,
div.switch .button {
	text-shadow: #fff 0 1px 0;
	border: #aaa 1px solid;
	color: #222;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 1%, #eee 2%, #eee 50%, #eee 51%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(2%, #eee), color-stop(50%, #eee), color-stop(51%, #eee), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #fff 1%, #eee 2%,#eee 50%, #eee 51%, #ddd 100%);
	background: -o-linear-gradient(top, #fff 1%, #eee 2%, #eee 50%, #eee 51%, #ddd 100%);
	background: -ms-linear-gradient(top, #fff 1%, #eee 2%, #eee 50%, #eee 51%, #ddd 100%);
	background: linear-gradient(to bottom, #fff 1%, #eee 2%, #eee 50%, #eee 51%, #ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd", GradientType=0);
}
div.switch button:hover,
div.switch .button:hover {
	border: #b5b5b5 1px solid;
	background: #ddd;
	background: -moz-linear-gradient(top,  #ddd 0%, #eee 50%, #eee 51%, #eee 99%, #fff 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(50%, #eee), color-stop(51%, #eee), color-stop(99%,#eee), color-stop(99%, #fff));
	background: -webkit-linear-gradient(top, #ddd 0%,#eee 50%, #eee 51%, #eee 99%,#fff 99%);
	background: -o-linear-gradient(top, #ddd 0%, #eee 50%, #eee 51%, #eee 99%, #fff 99%);
	background: -ms-linear-gradient(top, #ddd 0%, #eee 50%, #eee 51%, #eee 99%, #fff 99%);
	background: linear-gradient(to bottom, #ddd 0%, #eee 50%, #eee 51%, #eee 99%, #fff 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#ffffff", GradientType=0);
	box-shadow: 0 0 20px rgba(255,255,255,0.2) inset, 0 1px 3px rgba(0,0,0,0.5);
}
div.switch button:active,
div.switch .button:active,
div.switch button.selected,
div.switch .button.selected {
	text-shadow: #333 0 -1px 0;
	background: #848484;
	border: #7d7d7d 1px solid;
	box-shadow: none;
	color: #fff;
	top: 1px;
}
div.switch button.selected,
div.switch .button.selected {
	cursor: default;
}
div.switch button:first-of-type,
div.switch .button:first-of-type {
	border-radius: 5px 0 0 5px;
}
div.switch button:last-of-type,
div.switch .button:last-of-type {
	border-radius: 0 5px 5px 0;
}

/* Пользовательские выпадающие списки */
.custom_select {
	margin-right: 27px;
	cursor: pointer;
	position: relative;
	color: #000;
}
.custom_select div {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
	padding: 5px 7px 6px;
}
.custom_select button {
	position: absolute;
	right: -27px;
	width: 29px;
	height: 29px;
	padding: 4px 0 0;
	border-radius: 0 5px 5px 0;
	border: #000;
	background: #444;
	background: -moz-linear-gradient(top, #444 0%, #333 50%, #222 51%, #111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #333), color-stop(51%, #222), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #444 0%,#333 50%,#222 51%, #111 100%);
	background: -o-linear-gradient(top, #444 0%, #333 50%, #222 51%, #111 100%);
	background: -ms-linear-gradient(top, #444 0%, #333 50%, #222 51%, #111 100%);
	background: linear-gradient(to bottom, #444 0%, #333 50%, #222 51%, #111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111', GradientType=0);
}
.custom_select button:active {
	top: 0;
}
.custom_select button:before {
	content: url(/areas/site/templates/img/triangle.png);
}
.custom_select .current_option {
	max-width: 100%;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	border-right: none;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}
.custom_select .options {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	height: auto;
	min-width: 100%;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	visibility: hidden;
}
.custom_select:hover .options {
	display: block !important;
}
.custom_select .options .option:hover {
	background: #eee;
	color: #000;
}




/*** Каркас формы ***/
table.form_wrapper {
	border-collapse: collapse;
}
table.form_wrapper td {
	padding-right: 5px;
	padding-bottom: 10px;
}
table.form_wrapper td.label {
	padding-top: 4px;
	text-align: right;
}
table.form_wrapper td.label.without_padding {
	padding-top: 0;
}
table.form_wrapper td.text_align {
	padding-top: 4px;
}
table.form_wrapper td.button_align button {
	margin-top: -1px;
}
table.form_wrapper td.separator {
	width: 10px;
	padding-right: 0;
}
table.form_wrapper tr td:last-of-type {
	padding-right: 0;
}
table.form_wrapper tr:last-of-type td {
	padding-bottom: 0;
}




/*** Вывод данных ***/
table.output {
	margin-bottom: 20px;
	border-collapse: collapse;
	font-size: inherit;
}
table.output .numeric {
	text-align: right;
}
table.output tr th,
table.output tr td {
	padding: 3px 10px !important;
}
table.output tr th {
	background: #333;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
table.output tr:nth-child(odd) td {
	background: #eee;
}
table.output tr:first-of-type th:first-of-type,
table.output tr:first-of-type td:first-of-type {
	border-top-left-radius: 5px;
}
table.output tr:first-of-type th:last-of-type,
table.output tr:first-of-type td:last-of-type {
	border-top-right-radius: 5px;
}
table.output tr:last-of-type th:first-of-type,
table.output tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 5px;
}
table.output tr:last-of-type th:last-of-type,
table.output tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 5px;
}

/* С наведением на строки */
table.output.hover tr:hover td {
	cursor: pointer;
	background: #ccc;
}
table.output.hover tr.selected td {
	background: #9cf;
}




/*** Шапка ***/
#header {
	padding: 20px 0;
	background: #eee;
	white-space: nowrap;
}
#header table.base td {
	vertical-align: middle;
}
#header table.base td.right {
	width: 1px;
	padding-left: 15px;
	font-size: .8em;
}
#header table.base td.profile {
	text-align: right;
}
#header table.base td.contact_data {
	width: 250px;
	font-size: 26px;
}
#header #logo {
	margin: 10px 0 0;
}
#header #openid_services a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#header #openid_services img:first-of-type {
	margin-left: 0px;
}
#header input {
	width: 150px;
}

/* Языки */
#languages li {
	display: inline-block;
	margin-right: 15px;
	font-size: 1.2em;
}
#languages li img {
	vertical-align: baseline;
	margin-left: 5px;
}




/*** Главное меню ***/
#main_menu {
	position: relative;
	z-index: 90;
	font-size: 1.2em;
	background: #aaa;
	white-space: nowrap;
}
#main_menu td.node {
	width: 1px;
}
#main_menu a,
#main_menu div {
	display: block;
	padding: 5px 10px;
}
#main_menu a {
	color: #000;
}
#main_menu a:hover,
#main_menu div {
	background: #cc3300;
	color: #fff;
}




/*** Контент ***/
#content {
	margin-top: 40px;
	margin-bottom: 40px;
}
#content h1 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 2em;
}
#content h2 {
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 1.6em;
}
#content h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
#content p,
#content ul,
#content ol {
	margin-bottom: 10px;
}
#content ul,
#content ol {
	margin-left: 20px;
}




/*** Поиск конструкций и контроллеры отображения ***/
#search {
	position: relative;
	color: #555;
	text-shadow: #fff 0 1px 0;
	z-index: 80;
	width: 100%;
}
#search > div,
#controls {
	background: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
#controls {
	width: 100%;
	z-index: 70;
}

/* Внутренние блоки поиска */
#switch_methods > div,
#search_names > div,
#necessarily_fields > div,
#first_row > div,
#second_row > div,
#third_row > div,
#controls_sort > div {
	display: inline-block;
}
#search .text_align,
#controls .text_align {
	padding: 6px 5px 0 0;
}
#search_necessarily > *,
#search_additional > * {
	margin-top: 10px;
}
#search_necessarily > *:last-of-type,
#search_additional > *:last-of-type {
	margin-bottom: 10px;
}

#search_submit_holder {
	float: right;
}
#search_period_label {
	padding-right: 0 !important;
	margin-right: 5px;
}
#search_period {
	position: relative;
	width: 220px;
	padding-right: 0 !important;
}
#search_period button {
	position: absolute;
	top: 0;
	right: 25px;
	visibility: hidden;
}
#search_period button:active {
	top: 1px;
}

#search_type_select {
	margin-right: 20px;
}
#search_direction_from_select {
	margin-right: 5px;
}
#search_status_label {
	margin-left: 40px;
}
#search_district_select,
#search_settlement_select {
	margin-right: 40px;
}
#search_address_label {
	margin-left: 6px;
}
#search_route_label {
	margin-left: 362px;
}
#search_names td.text_align {
	width: 1px;
	white-space: nowrap;
}
#search_names td.submit_wrapper {
	width: 1px;
	padding-left: 25px;
}
#search_names input {
	width: 100%;
}

#search_type_select .custom_select {
	width: 155px;
}
#search_direction_from_select .custom_select,
#search_direction_to_select .custom_select {
	width: 200px;
}
#search_side_select .custom_select {
	width: 50px;
}
#search_district_select .custom_select {
	width: 170px;
}
#search_settlement_select .custom_select {
	width: 141px;
}
#search_address_input {
	position: relative;
}
#search_address_input input {
	width: 237px;
}


/* Переключатель поиска */
#search_switch {
	position: absolute;
	left: 50%;
	bottom: -32px;
	margin-left: -100px;
	width: 200px;
	padding-top: 5px;
	height: 27px;
	border-top: none !important;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-radius: 0 0 5px 5px;
	box-shadow:
		#fff 0 1px 0,
		#fff 1px 1px 0,
		#fff -1px 1px 0;
	text-align: center;
	cursor: pointer;
}

/* Контроллеры отображения */
#controls {
	background: #f9f9f9;
	padding: 10px 0 15px;
}
#controls #controls_view {
	float: right;
}
#controls #controls_sort .custom_select {
	min-width: 150px;
}

/* Блок с поисковыми подсказками для адресов */
#addresses_typeahead {
	position: absolute;
	left: 0;
	z-index: 100;
	background: #fff;
	border-radius: 5px;
	border: #ccc 1px solid;
}
#addresses_typeahead div {
	padding: 5px 7px 6px;
}
#addresses_typeahead .status {
	font-style: italic;
	color: #999;
}
#addresses_typeahead .address {
	cursor: pointer;
}
#addresses_typeahead .address:first-of-type {
	border-radius: 5px 5px 0 0;
}
#addresses_typeahead .address:last-of-type {
	border-radius: 0 0 5px 5px;
}
#addresses_typeahead .address.selected {
	background: #09c;
	color: #fff;
	text-shadow: none;
}




/*** Подвал ***/
#footer {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 49px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
}
#footer > .base {
	height: 100%;
}

/* Автографы */
#copyright {
	float: left;
	width: 230px;
	margin-top: 7px;
	font-size: 12px;
}

/* Корзина */
#cart {
	position: relative;
	top: -1px;
	text-align: center;
	height: 38px;
	padding-top: 12px;
	margin-left: 240px;
	background: #333;
	color: #fff;
}
#cart * {
	vertical-align: middle;
}
#cart span {
	font-size: 18px;
}
#cart #services_count {
	display: inline-block;
	height: 27px;
	min-width: 20px;
	padding: 5px 5px 0;
	background: #fff;
	border-radius: 15px;
	color: #000;
}
#cart #services_count,
#cart #services_sum {
	font-weight: bold;
	margin: 0 30px 0 10px;
}




/*** Список рекламных конструкций ***/

#constructions_list tr:nth-of-type(odd) td {
	border-top: 1px solid #ddd;
}
#constructions_list tr:first-of-type td {
	border-top: none;
}

/* Перечень */
#constructions_list .construction {
	padding: 5px 10px 5px 0;
}
#constructions_list .construction.selected {
	background: #fed;
}
#constructions_list tr.hover .construction {
	background: #eee;
}
#constructions_list .construction .additional_data {
	font-size: 10px;
}
#constructions_list .construction div {
	margin-right: 40px;
}
#constructions_list .construction > button {
	display: none;
	float: right;
	clear: right;
	padding: 0;
	width: 28px;
	margin-bottom: 4px;
}
#constructions_list .construction > button:last-of-type {
	margin-bottom: 0;
}
#constructions_list .construction > button img {
	margin-right: 0;
}
#constructions_list .construction .charge_year_wrapper_base {
	position: relative;
}
#constructions_list .construction .charge_year_wrapper {
	position: absolute;
	z-index: 60;
	bottom: 2px;
	right: -486px;
	width: 150px;
	height: 20px;
	margin: 0;
	padding-top: 2px;
	border-radius: 50px;
	border: 1px solid #999;
	opacity: .25;
	text-align: center;
	color: #000;
	cursor: default;
}
#constructions_list .construction .charge_year_wrapper * {
	vertical-align: middle;
}
#constructions_list .construction .charge_year_wrapper span {
	display: inline-block;
	margin: 0 10px;
	font-weight: bold;
}
#constructions_list .construction .charge_year_wrapper button {
	opacity: 0;
	height: 18px;
	width: 40px;
	padding-top: 0;
}
#constructions_list .construction .charge_year_wrapper button img {
	margin: 0;
	position: relative;
}
#constructions_list .construction .charge_year_wrapper:hover,
#constructions_list .construction .charge_year_wrapper:hover button {
	opacity: 1;
}
#constructions_list .construction .charge_year_wrapper:hover {
	background: #fff;
}

/* Загрузка */
#constructions_list .month {
	width: 60px !important;
	height: 16px;
	font-size: 10px;
	text-align: center;
	background: #eee;
}
#constructions_list .month_wrapper .bars_wrapper {
	position: relative;
}
#constructions_list .month_wrapper .bars_wrapper > div {
	position: absolute;
	top: 0;
}
#constructions_list .month_wrapper .bars_wrapper div.block {
	background: #cc3300;
}
#constructions_list .month_wrapper .bars_wrapper div.mark {
	background: #fc3;
}
#constructions_list .month_wrapper .bars_wrapper div.handle {
	background: #09c;
}

/* Всплывающий календарь выбора периода */
#pup_calendar .calendar_wrapper #close_calendar_buttons {
	position: absolute;
	top: 20px;
	right: 20px;
}
#pup_calendar .calendar_wrapper #close_calendar_buttons button {
	margin-left: 10px;
}

/* Карта */
#map_labels,
#types_data {
	display: none;
}
body > #ya_map {
	z-index: 65;
	position: absolute;
	right: 50%;
	margin-right: -480px;
	width: 720px;
}




/*** Анимация ***/
input,
textarea,
a,
#constructions_list .construction,
#constructions_list .construction .charge_year_wrapper,
#constructions_list .construction .charge_year_wrapper *,
#thumbs,
#thumbs img,
table.calendar.selectable .day.fill {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}




/*** Карточка стороны рекламной конструкции ***/

/* Кнопки */
#content.side #buttons {
	float: right;
}
#content.side #buttons > * {
	margin-left: 10px;
}

/* Ссылки на другие стороны */
#content.side #sides {
	margin: 0 0 20px 0;
}
#content.side #sides li {
	display: inline-block;
	margin-right: 10px;
}
#content.side #sides li:last-of-type {
	margin-right: 0;
}

/* Фотографии */
#content.side #photos {
	width: 460px;
}
#content.side #photos.without_map {
	width: 100%;
}
#content.side #photos #big {
	position: relative;
	width: 100%;
	height: 280px;
	background: #f9f9f9;
}
#content.side #photos #big img {
	position: absolute;
	visibility: hidden;
}
#content.side #photos #thumbs_wrapper {
	display: none;
	width: 100%;
	height: 84px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
#content.side #photos #thumbs_wrapper #thumbs {
	position: absolute;
	top: 0px;
	left: 0px;
}
#content.side #photos.without_map #thumbs_wrapper #thumbs {
	position: static;
	margin: auto;
}
#content.side #photos #thumbs_wrapper #thumbs td {
	padding-right: 10px;
}
#content.side #photos #thumbs_wrapper #thumbs td:last-of-type {
	padding-right: 0px;
}
#content.side #photos #thumbs_wrapper #thumbs img {
	width: 84px;
	opacity: .5;
	cursor: pointer;
}
#content.side #photos #thumbs_wrapper #thumbs img.selected {
	opacity: 1;
	cursor: default;
}

/* Карта */
#content.side #ya_map {
	width: 100%;
	height: 300px;
}
#content.side #ya_map.with_photos {
	float: right;
	width: 460px;
	margin-left: 40px;
}

/* Расположение */
#content.side #location {
	margin-top: 20px;
	clear: both;
}
#content.side #location div {
	margin-top: 5px;
}
#content.side #location .label {
	margin: 0;
	font-weight: bold;
}

/* Описание */
#content.side #description {
	margin-top: 20px;
	clear: both;
}

/* Календарь */
#content.side #calendar {
	position: relative;
	margin-top: 20px;
}
#content.side #calendar .buttons_wrapper {
	position: absolute;
	top: 0;
	right: 0;
}
#content.side #calendar .buttons_wrapper button {
	display: none;
	float: left;
	margin-left: 10px;
}



/*** Уведомления пользователя ***/
.report {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid;
	border-radius: 5px;
}
.report.notice {
	border-color: #096;
	background: #9c9;
}
.report.warning {
	border-color: #fc0;
	background: #fe9;
}
.report.error {
	border-color: #f60;
	background: #fdd;
}




/*** Поиск по радиусу ***/
#radius_form {
	position: fixed;
	z-index: 70;
	background: #fff;
	bottom: 60px;
	left: 50%;
	padding: 10px;
	margin-left: -230px;
	border: 1px solid #eee;
	border-radius: 5px;
}
#radius_form input[type="text"] {
	width: 50px;
}
.side #radius_form {
	position: static;
	margin: 20px 0;
}