body{
padding:0px;
margin:0px;
background-color:#000000;
}
a:hover{text-decoration:none;}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#8D8D8D;
	}

.h_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#D0D0D0;
	}

.h1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#FFD800;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#B4B48B;
	}
	
.lt_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#B3B2B2;
	}

.f_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#808080;
	}

.form
	{
		width:200px; height:20px; border-color:#FFFFFF; border-width:1px; background-color:#000000; border-style:solid
	}
.form_div
	{
		height:23px; margin-top:1px;
	}

.form1
	{
		width:81px; height:19px; border-color:#C6C6C6; border-bottom-width:1px; border-right-width:1px; background-color:#ffffff; margin:0px; padding:0px
	}
		
	a.lt_text{text-decoration:none;}	
	a.lt_text:hover{text-decoration:underline;}
	
	a.text{color:#8D8D8D;text-decoration:none;}	
	a.text:hover{color:#8D8D8D;text-decoration:underline;}

ul {margin:0; padding:0; list-style:none}
li {background:url(images/m.gif) no-repeat 10px 2px; margin: 4px 0px 0px 0px; padding:0px 0px 0px 26px}

/* <div> around all html output by the script */
.Positioner{
	text-align: center;
	width: 100%;
}

/* <div> around the whois lookup form */
.Form{
	text-align: center;
}

/* <div> heading above the whois form */
.Heading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* <input> for entering the domain in */
.Domain{
	width: 100px;
	text-align: right;
}

/* <select> listing tlds */
.Tld{
}

/* <input type="submit"> lookup form submit button */
.Submit{
background-color:#FFFFFF;
border-color:#000099}

/* security code <img> tag */
.SecureImage{
	border: 1px solid black;
}

/* <input> for entering the security code */
.SecureCode{
	width: 60px;
}

/* <div> containing instructions, etc */
.Info{
	font-size: 10px;
	color: #aaaaaa;
	padding: 5px;
	text-align: center;
}

/* <div> containing all whois lookup results */
.Results{
	text-align: center;
}

/* <div> containing the domain status message (available, registered) */
.Status{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 500px;
}

/* <div> containing details of the whois server used for the lookup */
.Server{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}

/* <div> containing the data from the whois lookup */
.Data{
	padding: 4px;
	color: #666666;
}

/* style for <span> around lines in the output to hilight. */
.Hilight{
	font-weight: bold;
	color: #ff0000;
}

/* <div> used to display error messages */
.Error{
	font-weight: bold;
	color: red;
}