body {
	margin-left:auto;
	margin-right:auto;
	max-width:728px;
	text-align:justify;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 100px;
}

a {
	color:#6483ab;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2 {
	color:#6483ab;
}

h1 {
  border-bottom:1px dotted #6483ab;
  padding-bottom:5px;
  font-size:27px;
  font-weight:300;
}

h2 {
  font-weight:100;
}

strong{
	color:#606060;
}

textarea {
	width:100%;
}

img {
	max-width:95% !important;
}

ul li {
	margin-bottom:8px;
}

.header {
	height:86px;
}

.header .logo {
  display:block;
  width:277px;
	height:86px;
	background:url(/assets/images/logo.png) no-repeat left bottom;
}

.menu {
	color:#6483ab;
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0px 20px 0px;
	text-align:left;
	width:100%;
}

.footer {
	text-align:center;
}

.hr {
	margin:10px 0px 10px 0px;
	border-top:1px dotted #6483ab;
}

.block {
	border:1px dotted #6483ab;
	margin-bottom:10px;
}

.block_title {
	font-weight:900;
	border-bottom:1px dotted #6483ab;
	padding:4px;
	background-color:#EEEEFF;
}

.block_content {
	padding:8px;
	font-size:11px;
  overflow-x:auto;
  font-family:Courier New;
  font-size:15px;
}

.block_image {
	text-align:center;
	padding:8px;
}

.message {
	background-color:#EEEEFF;
	border:1px dotted #DDDDFF;
	margin:4px 0px 10px 0px;
	padding:8px;
	text-align:justify;
}

.message_link {
	text-align:center;
	font-size:18px;
	font-weight:900;
	margin:10px;
}

.help_table td {
	text-align:center;
}

td {
	text-align:justify;
	vertical-align:top;
}

.widget_container {float:left; margin-right:15px;}
.clear {clear:both;}
#social_buttons {padding-top:5px;}

.button {font-size:18px; padding:5px 15px;}

h1 a {float:right; font-size:11px; margin-top:20px; font-weight:100;}


.group {border-radius:10px; border:1px solid #ccf; margin-bottom:10px; padding:15px; background:#eef;}
.group h2 {margin:0;}
.group.ip {text-align:center; font-size:20px;}
.input {width:80%; font-size:18px;}
.input-submit {font-size:18px; background: #AEA; border: none; padding: 10px; border-radius: 10px;}
.input-submit:hover {background: #8E8;}
.value {margin: 10px 0;}
.result {display:none;}
.error {color:#a00;}
.result.visible {display:block;}
.example {color:#aaa; font-size:12px; margin-bottom:5px;}
.arrow {font-size:14px; font-weight:900;}
.qr_result {text-align:center;}
.description {margin-bottom:15px;}
.news-item {display:block; margin-bottom:8px;}
.news-title {color:#6483ab; font-size:20px; margin-top:25px;}
#copyright {text-align:center; font-size:10px; color:#777; margin-top:25px;}
.content {position:relative;}
/*.banner {position:absolute; top:108px; right:-260px; width:240px; height:400px;}*/

.errors {color:#a00;}
.requiredlist span {display:block;}
.requiredlist span:before {content: '- '; }

.rtb-fixed-right, .rtb-fixed-left {
  display:none;
  overflow:hidden;
  width:320px;
}
@media (min-width: 1396px) {
  .rtb-fixed-right {
    right:0;
  }
  .rtb-fixed-left {
    left:0;
  }

  .rtb-fixed-right, .rtb-fixed-left {
    display:block;
    position:absolute;
    bottom:0;
  }
}

