html, body	{
	/*font-family: arial;*/
	background-color: #E5E5E5;
	color: #000;
	text-align: justify;
	font-size: medium;
	margin: 0;
	padding: 0;
}
html			{
	overflow-y: scroll !important;
	scroll-y: visible !important;
}

h1	{
	font-size: medium;
}

/*---------- error page ----------*/
#errorPageCenter		{
	width: 400px;
	height: 250px;
	position: absolute;
	top:50%;
	left:50%;
}

#errorPageFrame		{
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: url("img/warning.png");
	background-position: 40px 40px;
	background-repeat: no-repeat;
	width: 200px;
	height: 210px;
	padding: 40px 20px 0 180px;
	position: absolute;
	bottom: 50%;
	right: 50%;
}

/*---------- main page ----------*/
#top	{
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 780px;
	margin: 10px auto 10px auto;
}

#headerImg	{
	background-image: url("img/biurodomen_pl.jpg");
	background-position: 460px 20px;
	background-repeat: no-repeat;
	height: 220px;
}

#header	{
	background-image: url("img/biurodomen.png");
	background-position: 60px 50px;
	background-repeat: no-repeat;
	height: 200px;
}

#menu	{
	width: 180px;
	float: left;
	overflow: hidden;
	text-align: center;
	min-height: 400px;
	/*background-color: #cfc;*/
}

#main	{
	/*background-color: #C7C7F7;*/
	width: 560px;
	padding: 20px;
	float: left;
	overflow: hidden;
}

#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #FFCB40;
	background-color: #FFEFC6;
	padding: 10px 0 10px 0px;
	/*background-color: #fff;*/
	text-align: center;
}

/*---------- left menu ----------*/

#leftMenu, #leftMenu li	{
	display: block;
	list-style: none;
	padding: 0;
	text-align: center;
}

#leftMenu		{
	/*width: 180px;*/
}

#leftMenu a:link, #leftMenu a:visited	{
	display: block;
	width: 140px;
	text-decoration: none;
	background-color: #FFF;
	background-image: url("img/button_bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #420;
	padding: 6px;
	margin: 4px auto 4px auto;
	border: 1px outset #ccc;
}

#leftMenu a:hover	{
	border-style: inset;
	padding: 7px 5px 5px 7px;
}

/*---------- domain list ----------*/
/*#domainList a:link, #domainList a:visited	{
	font-family: monospace;
	text-decoration: none;
	color: #000;
}

#domainList a:hover	{
	color: #950;
}*/

/*---------- dictionary ----------*/
#dictionaryList	{
	list-style-type: none;
}
#dictionaryList li	{
	float: left;
	display: block;
	width: 155px;
	padding: 2px;
}
#dictionaryList li a	{
	text-decoration: none;
}

/*---------- other id ----------*/
#bottomInfo		{
	position: absolute;
	right: 0px;
	font-size: small;
	color: #888;"
}
#bottomInfo a		{
	color: #888;
	text-decoration: none;
}
#bottomInfo a:hover	{
	color: #555;
}

/*---------- contact form ----------*/

#contactForm li	{
	/*font-weight: bold;*/
	display: block;
	list-style: none;
	padding: 6px;
}
#contactForm li input	{
	width: 20px;
}

#contactForm	{
	/*background-color: #ffe0e0;*/
}
#captchaField	{
	width: 40px;
	min-width: 40px;
}

/*---------- whois form ----------*/

#whoisForm li	{
	/*font-weight: bold;*/
	display: block;
	list-style: none;
	padding: 6px;
}

#whoisData	{
	border: 1px solid #AAA;
	background-color: #FFF;
	background-image: url("img/input_bg.png");
	background-repeat: repeat-x;
	padding: 10px;
	overflow: hidden;
	font-size: small;
}

#whoisData:hover	{
	border: 1px solid #F90;
	/*overflow: scroll;*/
    /*overflow-y: hidden;*/
}

/*---------- input ----------*/

input, textarea	{
	background-color: #FFF;
	background-image: url("img/input_bg.png");
	background-repeat: repeat-x;
	border: 1px solid #AAA;
	min-width: 200px;
	min-height: 20px;
}

input:hover, textarea:hover, input:focus, textarea:focus	{
	border: 1px solid #F90;
}

/*---------- other ----------*/

.tip		{
	padding: 8px 20px 8px 60px;	
	overflow: hidden;
	min-height: 40px;
}
.close_tip	{
	position: absolute;
	color: #444;
	font-size: large;
	font-family: arial;
	font-weight: bold;
	right: -20px;
	top: -8px;
	cursor: pointer;
	padding: 0 6px 1px 6px;
}
.close_tip:hover{
	color: #f44;
}
.error		{
	background: #fdd url("img/icon_error.png") no-repeat scroll 12px 10px;
	border: 1px solid #f55;
	color: #d00;
}
.success	{
	background: #dfd url("img/icon_success.png") no-repeat scroll 12px 10px;
	border: 1px solid #3a3;
	color: #080;
}
.help		{
	background: #dde6ff url("img/icon_help.png") no-repeat scroll 12px 10px;
	border: 1px solid #06d;
	color: #048;
}
.info		{
	background: #dde6ff url("img/icon_info.png") no-repeat scroll 12px 10px;
	border: 1px solid #06d;
	color: #048;
}
.icon_button	{
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0 0 0 5px;
}
.info_button	{
	background: url("img/icon_gray_info.png") no-repeat scroll 0 0;
}
.info_button:hover	{
	background-image: url("img/icon_small_info.png");
}
.help_button	{
	background: url("img/icon_gray_help.png") no-repeat scroll 0 0;
}
.help_button:hover	{
	background-image: url("img/icon_small_help.png");
}

.hidden	{
	display: none;
}

.rel		{
	position: relative;
}

a:link, a:visited	{
	text-decoration: none;
	color: #840;
	/*font-weight: bold;*/
}

a:hover	{
	color: #c60;
}
