/* Таблица стилей */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
}
#page {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: 100%;
   padding: 0 0 0 0;
/*	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;*/
}
html>body #page {
	height: auto;
} 

.wnameMsg {
	font: normal 20px/50px Helvetica, Arial, Sans-Serif;
	letter-spacing: 2px;
	position: absolute;
	top: 130px;
	left: 25%;
	width: 50%;
	color: white;
	background-color: black;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
}

.wnameMsg .round {
    border-left: solid 2px white;
	border-right: solid 2px white;
    font-size: 1px; height: 2px;
}

.wnameMsg p {
	padding: .3em;
	display: inline; 
}

.wnameMsg a {
	display: none;
}
	
#wnameMsgLog {
	font: normal 10px Helvetica, Arial, Sans-Serif;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 200px;
	display: none;
	z-index: 10000;
}

* html #wnameMsgLog {
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); /* sets max-height for IE */
}		
	
#wnameMsgLog p {
	position: relative;
	white-space: pre;
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	background: #333;
	padding: 0;
}
	
#wnameMsgLog p span {
	display: block;
	height: 20px;
	background: #fff;
}
	
#wnameMsgLog p:after {
/*	content: ".";
   display: block;
   height: 0;
	line-height: 0;
	font-size: 0;
   clear: both;
   visibility: hidden;*/
}


#wnameMsgLog ul {
	background: #eee;
	margin: 0;
	padding: 0;
	position: relative;
	max-height: 160px;
	overflow: auto;
	display: none;
	zoom: 1;
}

* html #wnameMsgLog ul {
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); /* sets max-height for IE */

}	
	
#wnameMsgLog ul li {
	color: #555;
	font-size: 12px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	display: none;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	white-space: pre;
	zoom:1;
}

#wnameMsgLog ul li:hover {
	background: #f2f2f2;
}

#wnameMsgLog ul li:first-child {
	margin-top: 1px;
}
	
* html #wnameMsgLog ul li {
	margin-top:expression(this.previousSibling==null?'none':'1px'); 
}
	
#wnameMsgLog ul li .error {
	color: orangered;
}

#wnameMsgLog ul li .indent {
	position: absolute;
	top: 0;
	left: 100px;
	margin-right: 200px;
	height: inherit;
}

p.links {
	position: absolute;
	font: 2em Helvetica, Arial, Sans-Serif;
	top: 40%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;			
}
		
p.links a {
	text-decoration: none;
	color: #888;
}
	
p.links a:hover {
	color: #222;
}

p.links a.help {
	font-size: 16px;
	color: #ccc;
	vertical-align: top;
}

p.links a.help:hover {
	color: #657384;
}

.tld { 
	font-size: 12px; 
	line-height: 30px;
	color: #666;
	position: relative;
	padding: 0 10px 0 20px;
	float: left;
}

#cheboxes {
	display: block;
	height: 1%;
	overflow: hidden;
	padding: 0 0 0 104px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	background: url(../img/checkbox.gif) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
}

.param {
	padding-left: 10px;
}