*, *:after, *:before {
	box-sizing: border-box;
}

body { 
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: #333333;
	min-height: 100%;
}

.main-page {
	/*max-width: 1000px;*/
	max-width: 99%;
	margin: 0 auto;
	background: #fff;
}

.main-footer {
	height: 50px;
	margin-top: auto;
	background: #3facd6;
}
.menu {
	width: 100%;
	background: #3facd6;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrap {
	/*padding: 30px;*/
	padding: 4px;
}

.form-table {
	margin: 0 0 1.3em 0;
}

.form-table th, 
.form-table td,
.list-table th,
.list-table td {
	padding: 4px;
}
.error, .form_error {
	font-size: 12px !important;
	color: red !important;
}
.errorlog {
	font-size: 12px !important;
	color: red !important;
}

.alert {
	background: yellow;
	color: red;
	padding: 5px;
}

.success {
	font-size: 12px !important;
	color: green !important;
}

.clearfix:after {
	content: '.';
	width: 100%;
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	clear: both;
	visibility: hidden;
}
.img_top_stp img {
	width: 100%;
	height: 60px;
}

img {
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}

.logo {

img {
	/*max-width: 100%;*/
	width: 511px;
	height: 255px;
}

}
