
/* <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: #303030;
	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;
}
