@charset "utf-8";
/*
	main styles
	version: 04.10.2011
	
	Style to null

	Main Wrap

	Header
	
	Content Wrap
	
	Sub Menu
	
	Content
	
	Short
	
	News
	
	Long
	
	Main Footer
	
	Hiden Block

	
*/
/* --------------- Style to null --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd, 
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, 
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a {	
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
	padding: 0; 	
	font: 12px Tahoma, Geneva, sans-serif;
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

ul,
ol {
	 list-style:none;
}
html {
	overflow-y: scroll;
	overflow-x:hidden;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	background: #fff;
	text-align: center;
	font: 12px Tahoma, Geneva, sans-serif;
	min-width: 1000px;
}
input [type='text']{
	padding: 0;
}
input, select, button, textarea {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
input,
textarea {
	outline: none;	
}
textarea {
	resize:none; 
	overflow: auto;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus, a:active {
	text-decoration: none;
}
input[type="search"]:focus { 
	outline: none;
}
::-webkit-input-placeholder { 
	color: #bcad93;
}
:-moz-placeholder {
	color: #bcad93;
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner { 
	padding:0; 
	border:0; 
}
:focus {
outline: none;
}

/* --------------- Main Wrap ---------*/
.mainWrap {
	min-width: 1000px;
	min-height: 100%;
	background: #fff url(/img/main-back.jpg) no-repeat center top;
}

/* --------------- Header ---------*/
.mainWrap .mainHeader {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding-top: 360px;
	height: 0;
	overflow: hidden;
}
.mainHeader h1{
	position: absolute;
	top: 13px;
	left: 32px;
}
.mainHeader address {
	font-style: normal;
	color: #047934;
	font-size: 26px;
	position: absolute;
	top: 32px;
	right: 36px;
	height: 31px;
	padding-left: 30px;
	background: url(/img/phone.png) no-repeat 0 7px;
}
#feedback {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 68px;
	right: 43px;
	width: 113px;
	height: 25px;
	background: -moz-linear-gradient(top, #109231, #0d7e3b);
	background: -webkit-gradient(linear, left top, left bottom, from(#109231), to(#0d7e3b)) #109231;
	background: -o-linear-gradient(top, #109231, #0d7e3b);
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	white-space: nowrap;
}
#feedback:active {
	background: -moz-linear-gradient(top, #0d7e3b, #109231);
	background: -webkit-gradient(linear, left top, left bottom, from(#0d7e3b), to(#109231)) #0d7e3b;
	background: -o-linear-gradient(top, #0d7e3b, #109231);	
}
#feedback:hover {
	-webkit-box-shadow: 0 0 5px #0d7e3b;
	-moz-box-shadow: 0 0 5px #0d7e3b;
	box-shadow: 0 0 5px #0d7e3b;
}
.mainHeader address:before {
	content: "";
	background: url(/img/triangle.png);
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	right: 2px;
}
.mainHeader ol a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.mainHeader li {
	position: absolute;
	top: 130px;
	z-index: 1;
}
.mainHeader .textile {
	background: url(/img/left-item.png) no-repeat -1px -50px;
	background-image: none;
	left: 2px;
	width: 280px;
	height: 187px;	
	padding: 38px 0 0 50px;
}
.mainHeader .textile a {
	display: block;
	background: url(/img/textile.png);
	width: 218px;
	height: 147px;
	z-index: 100;
	position: relative;
}
.mainHeader .transfer {
	background: url(/img/centr-item.png) no-repeat 0 -50px;
	background-image: none;
	left: 332px;
	width: 272px;
	height: 196px;	
	padding: 29px 0 0 58px;
}
.mainHeader .transfer a {
	display: block;
	background-image: url(/img/transfer.png);
	width: 210px;
	height: 156px;
}
.mainHeader .print {
	background: url(/img/right-item.png) no-repeat 2px -50px;
	background-image: none;
	left: 663px;
	width: 253px;
	height: 188px;	
	padding: 37px 0 0 77px;
}
.mainHeader .print a {
	display: block;
	background-image: url(/img/print.png);
	width: 168px;
	height: 138px;
}
.mainHeader li span {
	position: absolute;	
	background: url(/img/main-menu-arrow.png);
	text-align: center;
	cursor: pointer;
}
.mainHeader li a:hover span {
	text-decoration: underline;
}
.mainHeader .textile span {
	bottom: -42px;
	left: 23px;
	width: 177px;
	height: 26px;
	padding-top: 16px;
}
.mainHeader .transfer span{
	bottom: 3px;
	left: 78px;
	width: 173px;
	height: 23px;
	padding-top: 14px;
	background-position: -183px -2px;
}
.mainHeader .print span{
	bottom: -2px;
	left: 75px;
	width: 177px;
	height: 26px;
	padding-top: 16px;
	background-position: right 0;
}

/* --------------- Content Wrap ---------*/
.contentWrap {
	position: relative;
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

/* --------------- Sub Menu ---------*/
#subMenu {
	width: 210px;
	float: left;	
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 24px;
	margin-left: 16px;
	color: #00692b;
	position: relative;
	line-height: 25px;
	z-index: 1;
}
#subMenu .parent {
	padding: 0 0 0 0;
	width: 210px;
	position: relative;
}
#subMenu .parent a {
	color: #00692b;
	padding: 5px 18px 5px 20px;
	position: relative;
	display: block;
}
#subMenu .parent a:hover {
	text-decoration: underline;
}
#subMenu .parent span:hover {
	text-decoration: underline;
}
#subMenu .parent > li {
	border-top: 1px dashed #b3d7c2;
	position: relative;
}
#subMenu .open {
	background:url(/img/sub-menu-arrows.png) no-repeat;
	width: 16px;
	height: 17px;
	border: none;
	position: absolute;
	top: 10px;
	left: 2px;
	padding: 0;
}
#subMenu .open:hover {
	background-position: 0 -36px;
}
#subMenu div {
	z-index: 200;
	cursor: pointer;
}
#subMenu .close {
	background:url(/img/sub-menu-arrows.png) -34px 0;
	width: 16px;
	height: 17px;
	border: none;
	position: absolute;
	top: 10px;
	left: 2px;
	padding: 0;
}
#subMenu .active:hover .close {
	background-position: -17px -18px;
}
#subMenu .close:hover {
	background:url(/img/sub-menu-arrows.png) -34px -36px;
} 
#subMenu .active:hover .close:hover {
	background-position: -17px -36px;
}
#subMenu .parent > li:first-child {
	border: none;
}
#subMenu .parent .active {
	border: none;
	color: #fff;
}
#subMenu .parent > li > a,
#subMenu .parent > li > span {
	font-size: 12px;
	text-transform: uppercase;
}
#subMenu .parent .active > a {
	display: block;
	background: #0d7e3b;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#subMenu .parent .active > button {
	top: 3px;
}
#subMenu .parent .active > .open {
	background-position: -51px 0;
}
#subMenu .parent .active > .open:hover {
	background-position: -51px -37px;
}
#subMenu .parent .active > .close {
	background-position: -17px -18px;
}
.subMenu li {
	text-transform: none;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 3px;
}
#subMenu .subMenu a {
	padding: 0 18px 0 20px;
}
#subMenu .subMenu .active a {
	padding: 5px 18px 5px 20px;
}
#subMenu .subMenu {
	margin-bottom: 6px;
	padding-top: 2px;
	display: none;
}
#subMenu .subActive {
	display: block;
}

/* --------------- Content ---------*/
.content {
	width: 523px;
	float: left;
	padding: 10px;
	padding-top: 25px;
}
.text {
	color:#505050;
	width: 503px;
	padding: 10px;
	padding-top: 25px;
	line-height:20px;
}
.content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0f803c;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 14px;
	color: #0f803c;
	margin-bottom: 3px;
}
.content h3 {
	font-size: 14px;
	font-weight: normal;
	color: #0f803c;
	margin-bottom: 2px;
}
.content h4 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #0f803c;
}
.content h5 {
	font-size: 110%;
	margin-bottom: 10px;
	color: #0f803c;
}
.content h6 {
	font-size: 100%;
	margin-bottom: 10px;
	color: #0f803c;
}
.content p {
	margin-bottom: 15px;
}
.content ul {
	list-style: disc;
	margin: 0 15px 10px 15px;
}
.content ul ul {
	margin: 10px 0 10px 25px;
}
.content ol {
	list-style: decimal;
	margin: 0 15px 10px 20px;
}
.content ol ol {
	margin: 10px 0 10px 25px;
}
.content li {
	margin-bottom: 5px;
}
.content table {
	margin-bottom: 15px;
	font-size: 100%;
	width: auto;
	border: 1px solid #000;
}
.content th,
.content td {
	border: 1px solid #000;
	padding: 4px;
	text-align: left;
}
.content th {
	font-weight: bold;
	text-align: center;
}
.content a,
.content a font {
	color: #0000ff;
	text-decoration: underline;
}
.content a:visited,
.content a:visited font {
	color: #0000aa;
}
.content a:hover,
.content a:hover font {
	color: #0000ff;
	text-decoration: none;
}
.content a:active,
.content a:active font {
	color: #ff0000;
}
.content img[align=left] {
	margin: 0 10px 10px 0;
	float: left;
}
.content img[align=right] {
	margin: 0 0 10px 10px;
	float: right;
}
.content dl {
	margin: 0 0 15px 0;
}
.content dt {
	font-weight: bold;
	margin-bottom: 2px;
}
.content dd {
	margin-bottom: 5px;
}
.content hr {
	height: 1px;
	border: none;
	color: #aaa;
	background: #aaa;
	margin: 10px 0;
	clear: both;
}

/* --------------- Short ---------*/
.short {
	padding: 25px 0 0 8px;
	z-index: 1;
	position: relative
}
.short section {
	margin-bottom: 20px;
}
.short hgroup {
	background: -moz-linear-gradient(top, #b4eac1, #67c581);
	background: -webkit-gradient(linear, left top, left bottom, from(#b4eac1), to(#67c581)) #b4eac1;
	background: -o-linear-gradient(top, #b4eac1, #67c581);
	height: 40px;
	border: 1px solid #9dcfad;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 2;
	position: relative;
}
.short hgroup h1{
	background: #19923e;
	height: 11px;
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	width: 517px;
	position: absolute;
	top: 27px;
	left: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}
.short hgroup a,
.short hgroup span {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background: -moz-linear-gradient(top, #23ae3f, #19923e);
	background: -webkit-gradient(linear, left top, left bottom, from(#23ae3f), to(#19923e)) #23ae3f;
	background: -o-linear-gradient(top, #23ae3f, #19923e);
	color: #eef9f2;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	padding: 5px 11px 0;
	position: absolute;
	top: -25px;
	left: 0;
}
.short hgroup a:hover,
.short hgroup a:visited,
.short hgroup a {
	color: #eef9f2;
	text-decoration: none;
}
.short hgroup span:after {
	content: "";
	background: url(/img/corner.png);
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: -8px;
}
.short hgroup:after {
	content: "";
	background: url(/img/bird.png);
	width: 13px;
	height: 9px;
	position: absolute;
	top: 11px;
	right: 11px;
}
.short article {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #e7f5ed;
	border-bottom-color: #bbdec6;
	background: -moz-linear-gradient(top, #eef9f2, #def1e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#eef9f2), to(#def1e5)) #eef9f2;
	background: -o-linear-gradient(top, #eef9f2, #def1e5);
	min-height: 102px;
	margin-top: -11px;
	z-index: 3;
	position: relative;
	overflow: hidden;
	margin-bottom: 13px;
}
.short .newslist {
	color: #005521;
	font-size: 13px;
	padding: 10px;
	margin-left: 100px;
}
.afterPicture {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-bottom: 1px;
}
.short .pictureWrap {
	width: 88px;
	height: 88px;
	padding: 3px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #0c9629;
	margin: 4px;
	float: left;
}
.short .pictureWrap span {
	display: block;
	overflow: hidden;
	width: 88px;
	height: 88px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.short .pictureWrap .afterPicture {
	border: 1px solid #fff;
	cursor: pointer;
}
.short .pictureWrap img {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.short .textWrap {
	float: left;
	height: 80px;
	overflow: hidden;
	width: 400px;
	margin-left: 8px;
	padding-top: 13px;
	font-size: 13px;
	color: #005521;
}
.short .textWrap h1{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	color: #000;
	white-space: nowrap;
}
.short .textWrap h1 a:visited,
.short .textWrap h1 a:hover,
.short .textWrap h1 a {
	color: #000;
	text-decoration: none;
}
.short .textWrap h1 a:hover {
	text-decoration: underline;
}
.short .textWrap p {
	line-height: 13px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 4px;
}
.short .textWrap > a {
	font-size: 12px;
	text-decoration: none;
	padding-right: 7px;
	background: url(/img/arrow.png) no-repeat right 5px;
}
.short .textWrap > a,
.short .textWrap > a:visited,
.short .textWrap > a:hover {
	color: #005521;
}
.short .textWrap > a:hover {
	text-decoration: underline;
}

/* --------------- News ---------*/
.news {
	width: 194px;
	float: left;
	margin-left: 11px;
	padding: 14px 3px 0;
	font-size: 13px;
}
.news img {
	width: 194px;
	margin: 0 0 1px -3px;
}
.news time {
	color: #047934;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}
.news a {
	color: #737373;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.news section {
	padding: 11px 0 8px;
	border-top: 1px dashed #b3d7c2;
}
.news section:first-child {
	border: none;
}
.news .afterPicture {
	margin-left: -3px;
	padding: 0;
	cursor: pointer;
}
.afterPicture{
	position: relative;
}

/* --------------- Long ---------*/
.long {
	width: 715px;
	padding: 29px 0 0 21px;
	color: #737373;
	font-size: 13px;
}
.long .event {
	overflow: hidden;
	padding: 18px 0 0 0;
	border-bottom: 1px dashed #7fbb97;
}
.long .pictureWrap {
	text-align: center;
	padding: 50px 0;
}
.long .pictureWrap .afterPicture {
	margin: 0 auto;
}
.event .pictureWrap {
	padding: 9px;
	float: left;
	background: #d7e9de;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
}
.event .textWrap {
	float: left;
	width: 538px;
	margin: -2px 0 0 13px;
}
.event .textWrap h2 {
	border-bottom: 1px dashed #b3d7c2;
	padding-bottom: 7px;
	margin-bottom: 6px;	
}
.event .textWrap p {
	line-height: 16px;
}
.long table {
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 1px;
}
.long table th,
.long table td {
	border: none;
}
.long table td {
	background: #f0f0f0;
	padding: 11px 0 10px;
	text-align: center;
}
.long table th {
	background: url(/img/table-head.png);
	padding: 11px 0 10px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	border-right: 1px solid #d5ecdc;
} 
.long table th:first-child {
	width: 32px;
	border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	-webkit-border-radius: 12px 0 0 0;
	position: relative;
}
.long table th.last {
	border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	-webkit-border-radius: 0 12px 0 0;
	border: none;
	position: relative;
}
.long table .name {
	text-align: left;
	width: 215px;
	padding-left: 20px;
}
.long tr.last td:first-child {
	border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	-webkit-border-radius: 0 0 0 12px;
	position: relative;
}
.long tr.last td.last {
	border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	-webkit-border-radius: 0 0 12px 0;
	position: relative;
}
.long .tableWrap {
	padding-top: 20px;
}



.text table {
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 1px;
}
.text table th,
.text table td {
	border: none;
}
.text table td {
	background: #f0f0f0;
	padding: 11px 0 10px;
	text-align: center;
}
.text table th {
	background: url(/img/table-head.png);
	padding: 11px 0 10px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	border-right: 1px solid #d5ecdc;
} 
.text table th:first-child {
	width: 32px;
	border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	-webkit-border-radius: 12px 0 0 0;
	position: relative;
}
.text table th.last {
	border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	-webkit-border-radius: 0 12px 0 0;
	border: none;
	position: relative;
}
.text table .name {
	text-align: left;
	width: 215px;
	padding-left: 20px;
}
.text tr.last td:first-child {
	border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	-webkit-border-radius: 0 0 0 12px;
	position: relative;
}
.text tr.last td.last {
	border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	-webkit-border-radius: 0 0 12px 0;
	position: relative;
}
.text .tableWrap {
	padding-top: 20px;
}



/* --------------- Main Footer ---------*/
.mainFooter {
	background: url(/img/footer-back.png) no-repeat center top;
	height: 48px;
	min-width: 990px;
	padding-top: 96px;
}
.mainFooter .copyright {
	font-size: 11px;
	color: #749280;
}
.mainFooter .copyright span {
	display: block;
}

/* --------------- Hiden Block ---------*/
.hidenBlock {
	background: rgba(0,0,0,0.5);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 40px 0;
	min-height: 100%;
	z-index: 300;
	text-align: center;
	display: none;
}
.hidenBlock .wraper {
	width: 523px;
	position: absolute;
	text-align: left;
}
.hidenBlock .wraper .hgroup {
	background: -moz-linear-gradient(top, #b4eac1, #67c581);
	background: -webkit-gradient(linear, left top, left bottom, from(#b4eac1), to(#67c581)) #b4eac1;
	background: -o-linear-gradient(top, #b4eac1, #67c581);
	height: 40px;
	border: 1px solid #9dcfad;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 310;
	position: relative;
}
.hidenBlock .hgroup h1{
	background: #19923e;
	height: 11px;
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	width: 517px;
	position: absolute;
	z-index: 350;
	top: 27px;
	left: 2px;
	white-space: nowrap;
	text-transform: uppercase;
}
.hidenBlock .hgroup span {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background: -moz-linear-gradient(top, #23ae3f, #19923e);
	background: -webkit-gradient(linear, left top, left bottom, from(#23ae3f), to(#19923e)) #23ae3f;
	background: -o-linear-gradient(top, #23ae3f, #19923e);
	color: #eef9f2;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	padding: 5px 11px 0;
	position: absolute;
	top: -25px;
	left: 0;
}
.hidenBlock .hgroup span:after {
	content: "";
	background: url(/img/corner.png);
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: -8px;
}
.hidenBlock .wraper form {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #e7f5ed;
	border-bottom-color: #bbdec6;
	background: -moz-linear-gradient(top, #eef9f2, #def1e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#eef9f2), to(#def1e5)) #eef9f2;
	background: -o-linear-gradient(top, #eef9f2, #def1e5);
	margin-top: -11px;
	z-index: 500;
	position: relative;
	overflow: hidden;
	padding: 28px 0;
}
.hidenBlock form label {
	float: left;
	color: #19923e;
	font-size: 12px;
	width: 120px;
	padding-right: 15px;
	text-align: right;
	line-height: 22px;
	margin-top: 1px;
}
.hidenBlock form .elemWrap {
	float: left;
	background: #bae3c4;
	border: 1px solid #add4b7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 14px;
	position: relative;
	padding: 0 5px;
}
.hidenBlock form input {
	width: 323px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	background: #bae3c4;
	border: none;
	position: relative;
}
#dataSend input:invalid {
	outline: none;
	-moz-box-shadow: none;
	border: none;
}
#mesage {
	width: 323px;
	padding: 4px 0;
	height: 108px;
	background: #bae3c4;
	border: none;
}
#sendData {
	background: url(/img/ie-send.png) no-repeat;
	width: 85px;
	height: 22px;
	color: #fff;
	margin-left: 380px;
}
#sendData:hover {
	background-position: 0 -28px;
}
.hidenBlock .close {
	background: none;
	border: none;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 18px;
	z-index: 400;
	color: #0f803c;
	font-weight: bold;
}

.hidden {
display: none;
}
.clr {
clear: left;
}
