<?php require "../../admintools/ipcounter/index.php"; /* Счетчик ботов */ ?>
	html, body {}

	hr {color: #b0b0b0; /*для IE */ background-color: #b0b0b0; /*для Firefox, Opera, Safari*/
       border:0px none; height:1px;}

	body {background: #fcfff4; text-align: left; vertical-align: top; position: relative; top: 0px; left: 0px; font-family: Verdana; font-size: 12px; color: #222222; font-weight: normal; margin: 0px; padding: 0px;
	background-attachment: scroll;}

	.h1 {color: #131313; padding: 8px 0px 6px 0px; margin: 0px; font-size: 16px; font-weight: bold; font-style: normal; clear: both;}
	h1  {color: #131313; padding: 8px 0px 6px 0px; font-size: 16px; font-weight: bold; clear: both;
		  margin: 0px; font-family: Verdana; line-height: 25px; text-align: left;}
	h2 { margin: 0px; margin-top: 10px; padding: 0px; color: #aa3322; font-size: 13px; font-weight: bold; font-family: Verdana; font-style: italic; clear :both;}

	h3 {color: #aa3322;  text-decoration: underline; padding: 8px 0px 6px 0px; font-size: 15px; font-weight: bold; clear: both;
		  margin: 0px; font-family: Verdana; line-height: 25px; text-align: left; border-top: 2px solid #9d0000; }
	.h4 { font-size: 12px; margin: 0px; padding: 6px; font-weight: bold; color: #ffffff; margin-bottom: 0px; background: #669933 url(/res/grad3.gif) repeat-x; }
	.lwnd{ padding: 10px 0px 10px 6px; background-color: #424242; color: #d7d7d7;}

	B {color: #474747;}
	
	input, textarea {color: #4e4e4e;}
	input[type="reset"], input[type="submit"], input[type="button"] {color: #000000;}

	strong,u,em,th {font-style: normal; font-weight: normal; text-decoration: none;}
	table {padding: 0px; empty-cells: show; border-spacing: 0px; background: transparent; border: none;}
	td, th {empty-cells: show; text-align: left; vertical-align: top; font-size:12px; padding: 1px;}
	p {padding: 0px; margin: 0px;}
	ul li{list-style:none; font-size: 12px; display:block; border-bottom: 1px solid #818181; padding: 5px 0px 5px 1px;}

	.content0 {background: transparent;
		max-width: 1050px;
		min-width: 850px; }

	img {padding: 0px; border: none;}

	div#textspace p {text-indent: 10px; padding-bottom: 4px;}
	div#textspace td p {text-indent: 0px; padding-bottom: 0px;}
	div#textspace table { border-collapse: collapse; border: 0px solid #cccccc; border-width: 0px; border-left-width: 1px; border-top-width: 1px; margin-bottom: 8px; width: 100%;}
  div#textspace td, th {empty-cells: show; text-align: left; vertical-align: top; padding: 2px; border: 1px solid #cccccc;}
	div#textspace img {margin: 2px 10px 5px 0px; border: none;}
  
  	.textspace1 {display: block; overflow: visible; text-align: justify; clear: both;
					 background-color: transparent; width: 100%; border: 0px; margin: 0px; padding: 15px; padding-left: 0px; padding-top: 0px; padding-right: 1px;}

	.msg {background-color: orange; padding: 5px; border: 1px solid maroon; font-size: 15px; text-align: center; font-weight: bold; color: #434343;}

	a.img img {border: none; padding: 0px; margin: 0px;}
	a.img:hover img {border: none; position: absolute; width: auto; z-index: 100;}

	.question, .vote {color: #222222;}
	a.question:hover {text-decoration: none; cursor: default;}

	li a {color: #80ff04; text-decoration: none;}
	a {color: #ce5300; text-decoration: none;}
	.select a {color: yellow;}
	
 	a:hover {text-decoration: underline;}
	a:hover .bmenu_on{color: #feff1c;}
	
	.bmenu_on {color: #d6f400;}
	.bmenu_off {color: #131313;}

	.path a {color: #ff7b22;}

 	.pagenum {padding:4px; border:1px solid #dadada; line-height: 28px;}
	
 	#phones { position: absolute; text-align: center; margin-left: 190px; margin-top: 4px; padding: 5px 10px 5px 10px; color: #2a2a2a; font-weight: bold; border: 1px solid white; background-color: #ecc900; }
  	.opacity {
  		filter:alpha(opacity=70); /* IE 5.5+*/
		-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
		-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
		opacity: 0.7;
		color: #000000;}
		
		
/* оформляем кнопку открытия формы на демо-странице
** не обязательный раздел, у каждого свой элемент */
.show-btn { 
	text-decoration: none;
	display: block;
	width:110px;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 auto;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #6f8504;
	border: solid 1px #6f8504;
	background: #6f8504;
	background: -webkit-gradient(linear, left top, left bottom, from(#bde207), to(#6f8504));
	background: -moz-linear-gradient(top,  #bde207,  #6f8504);
	background: -ms-linear-gradient(top,  #bde207,  #6f8504);
    background-image: -o-linear-gradient(top,#bde207,  #6f8504);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bde207', endColorstr='#6f8504');
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.show-btn:hover{
	background: #6f8504;
	background: -webkit-gradient(linear, left top, left bottom, from(#6f8504), to(#3e4b01));
	background: -moz-linear-gradient(top,  #6f8504,  #3e4b01);
	background: -ms-linear-gradient(top,  #6f8504,  #3e4b01);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f8504', endColorstr='#3e4b01');
}
.show-btn:active {
	color: #3e4b01;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e4b01), to(#131701));
	background: -moz-linear-gradient(top,  #3e4b01,  #131701);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e4b01', endColorstr='#131701');
}				