@charset "windows-1251";
/* CSS Document */

/* reg form */

#regForm {
	color:#999;
	text-align:left;
	width:68em;
	background:#FFF;
	margin:3em auto;
	font-size:12px;
	}

#regForm .logo {
width:150px; border:1px solid #9C0;
height:80px;
}

#regForm fieldset{
	border:0;
	margin:0.5em 0;
	}

#regForm label {
	text-align:right;
	display:block;
	float:left;
	width:20em;
	padding:8px 0;
}


#regForm input {
	padding:5px;
	margin:0 0.5em;
	display:block;
	float:left;
	width:20em;
	background:#F6F6F6;
	border:1px solid #CCC;
}



#regForm div.valid,
#regForm div.default,
#regForm div.empty,
#regForm div.invalid
{
height:18px;
padding:5px 0 5px 25px;
width:20em;
float:left;
color:#666;
font-size:12px;
visibility:visible;
}

#regForm div.default { visibility:hidden;}
#regForm div.empty { color:#666; background:url(../elm/V.gif) left center no-repeat;}
#regForm div.valid { color:#FFF; background:url(../elm/V.gif) no-repeat; font-size:1px; }
#regForm div.invalid { color:red; background:url(../elm/V.gif) left bottom no-repeat;}

#regForm .button{
	float:none;
	font-size:18px;
	display:inline;
	width:15em;
}

.regNote {
	color:#666;
	position:absolute;
	z-index:10;
	display:block;
	width:25em;
	margin-left:46.2em; 
}

.regNote ul{
	background:#f6f6f6;
	font-size:11px;
	border:1px solid #CCC;
	padding:5px;
	margin:0;
}

.regNote ul li{
	margin:0.5em 0 0.5em 2em;
}


#regForm .note-tr {
	width:0; 
	height:0;
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	border-top: 0;
	border-bottom: 10px solid #CCC;
	margin-left: 10px;
	background:#FFF;
}

#regForm .note-tr-inner {
	width:0; 
	height:0;
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	border-top: 0;
	border-bottom: 10px solid #f6f6f6;
	margin-top:1px;
	margin-left: -10px;
	position:absolute;
	background:transparent;
	
}