body,td,p {
  font-family:Verdana;
  font-size:12px;
  text-align:justify;
}

body{
min-width: 1200px;
}

div.content table {
  border: 1px solid gray;
  border-collapse: collapse;
  padding:4px;
}
div.content table td {
  border: 1px solid gray;
  border-collapse: collapse;
  padding:4px;
}

h3 {text-decoration:none; color:#000;}

a {text-decoration:underline; color:#000;}
a:hover {text-decoration:none; color:#000;}

a.white {text-decoration:underline; color:#fff;}
a.white:hover {text-decoration:none; color:#fff;}

a.menu {text-decoration:none; color:#000;}
a.menu:hover {text-decoration:underline; color:#000;}

a.permlink {text-decoration:underline;}
a.permlink:hover {text-decoration:underline;}

h3 a {text-decoration:none; color:#35381d;}
h3 a:hover {text-decoration:none; color:#35381d;}
#contacts_mo{
width: 405px;
 height: 151px;
position: absolute;
top: 175px;
left: 478px;
background:url('images/1_msk.png') no-repeat;
}
#href_cont{
position: relative;
float: right;
top: 34px;
right: 40px;
}
#lschem{
width: 110px;
height: 16px;
display: block;
}
#onlineb{
top:35px;
position: relative;
left: 410px;
}
/* DIALOG */
#recall {
	cursor: pointer;
	background: url('/_img/recall_buttons.png') no-repeat scroll 0px 0px;
	display: block;
	height: 29px;
	margin: 55px 0 0 27px;
	width: 204px;
}
	#recall.succeed {
cursor: default !important;
		background: url('/_img/recall_buttons.png') no-repeat scroll 0px -29px;
	}

	#recall.failed {
cursor: default !important;
		background: url('/_img/recall_buttons.png') no-repeat scroll 0px -58px;
	}

.ui-dialog {
	font: 16px arial;
	background-color: #e5ebfa;

	-webkit-box-shadow: 0 1px 15px #a5a5a5;
	   -moz-box-shadow: 0 1px 15px #a5a5a5;
	        box-shadow: 0 1px 15px #a5a5a5;

	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;

	overflow: hidden;
	width: 500px !important;
}
	#recall_dialog {
		background: url('/_img/recall_bg.png') repeat-x scroll 0 0 #e5ebfa;
		height: 245px;
		margin: 0;
		padding: 15px 50px;

		-webkit-border-radius: 0 0 15px 15px;
	}

	#recall_dialog label {
		color: #3a3129;
		display: block;
		margin: 5px 0;
	}
	#recall_dialog input {
		border: 0 none;
		height: 34px;
		line-height: 34px;
		padding: 0 5px;
		width: 100%;
	}
		#recall_dialog input.error {
		}
	#recall_dialog p {
		margin: 0.2em 0 0.5em;
		padding: 0;
	}
		#recall_dialog p.error {
			color: #915555;
		}

	.recall_dialog__button_place {
		margin: 1em 0 0;
	}
		.recall_dialog__button_place__text {
			color: #4e5442;
			display: inline-block;
			float: left;
			margin: 15px 16px !important;
		}
	#recall_dialog button {
		cursor: pointer;
		color: transparent;
		background: url('/_img/recall_dialog_button.png') no-repeat scroll 0 0 transparent;
		border: 0;
		font-size: 15px;
		height: 43px;
		width: 237px;
	}
		#recall_dialog button.loading {
			cursor: default;
			color: transparent;
			background: transparent url('/_img/recall_loading.gif') no-repeat scroll center center;
			border: 0;
			outline: none;
		}
			#recall_dialog button.loading p {
				color: transparent;
			}

	.ui-dialog .ui-dialog-titlebar {
		background-color: #e1e9f4;
		font-size: 22px;
		padding: 15px 5px 15px 35px;
		height: 1em;
		-webkit-border-radius: 15px 15px 0 0;
	}
		.ui-dialog-titlebar-close {
			background: url("/_img/recall_close.gif") no-repeat scroll 0 0 transparent;
			color: transparent;
			display: inline-block;
			height: 15px;
			margin: 0 0 0 190px;
			vertical-align: middle;
			width: 15px;
		}
			.ui-dialog-titlebar-close span {
				color: transparent;
			}

.ui-widget-overlay {
	background-color: #A09FB3;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
