/* <div> around all html output by the script */
.swPositioner{
	text-align: center;
	width: 100%;
}

/* <div> around the whois lookup form */
.swForm{
	text-align: center;
	width: 80%;
}

/* <div> heading above the whois form */
.swHeading{
	text-align: center;
	font-family:tahoma;
	font-size:14px;
	color:#502325;
	margin-bottom: 15px;
	text-shadow: 0px 1px 1px #ffffff, 0px 2px 2px #969696;
}

/* <input> for entering the domain in */
.ibox{
	width: 120px;
	text-align: right;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}

.tldbox {
	margin:0;
	padding:0 2px 0 2px;
	width: 19%;
	text-align: left;
	float:left;
}

/* <select> listing tlds */
.swTld{
}

/* <input type="submit"> lookup form submit button */
.swSubmit{
	border: 1px solid black;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	background-color: #8f4043;
	text-shadow:0px 2px 2px #969696;
	padding:0 3px 2px 3px;
	opacity:0.8;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/* security code <img> tag */
.swSecureImage{
	border: 1px solid black;
}

/* <input> for entering the security code */
.swSecureCode{
	width: 60px;
}

/* <div> containing instructions, etc */
.swInfo{
	font-size: 10px;
	color: #aaaaaa;
	padding: 5px;
	text-align: center;
}

/* <div> containing all whois lookup results */
.swResults{
	margin-top:30px;
	text-align: center;
	width: 100%;
}

.link, .link:visited {
	text-decoration:none;
	font-size:8pt;
	color:blue;
	margin-right:5px;
}

.nlink, .nlink:visited {
	text-decoration:none;
	font-size:8pt;
	/*color:#6F3D3F;*/
	color:#9c0a0a;
	margin-right:5px;
}

.link:hover, .nlink:hover {
	margin-right:5px;
	text-decoration:none;
	color:gray;
}

/* <div> containing the domain status message (available, registered) */
.swStatus{
	/*border-top: 2px dotted #cccccc;*/
	padding: 5px;
	text-align: right;
	direction:rtl;
	font-family: tahoma;
	width: 65%;
}

/* <div> containing details of the whois server used for the lookup */
.swServer{
	/*border-top: 2px dotted #cccccc;*/
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
}

/* <div containing the data from the whois lookup */
.swData{
	padding: 4px;
	color: #666666;
}

/* style for <span> around lines in the output to hilight. */
.swHilight {
	font-weight: bold;
	color: #ff0000;
}

/* <div> used to display error messages */
.swError{
	margin-top:30px;
	direction:rtl;
	font-family: tahoma;
	color: red;
	width: 100%;
	text-align:center;
}

.clreardiv{
	clear: both;
	height: 0px;
	overflow: hidden;
}