
  input {font-size: 9pt; face: "verdana, arial";}
  select {font-size: 7pt; face: "verdana, arial";}
  p.body {margin-left: 8px; margin-top: 6px; margin-bottom: 10px;}
  font.body {font-size: 8pt; font-family: "arial";}
  font.header {font-weight: bold; font-family: arial; font-size:18px;letter-spacing:1px;}
.verdanasimpleleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;}
 ul {margin-top:5px; margin-bottom:5px; list-style-type:disc; list-style-position:outside;}
 ul.portfolio {margin-top:5px; margin-bottom:5px; list-style-type:none; list-style-position:outside;}
 li {margin:0 0 0 -25;}
 li.portfolio {margin:0 0 0 -33;}

*/

/* <div> around all html output by the script */
.swPositioner{
	text-align: center;
	width: 100%;
}

/* <div> around the whois lookup form */
.swForm{
	text-align: center;
}

/* <div> heading above the whois form */
.swHeading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* <input> for entering the domain in */
.swDomain{
	width: 70px;
	text-align: left;
}

/* <select> listing tlds */
.swTld{
}

/* <input type="submit"> lookup form submit button */
.swSubmit{padding: 0px 0px;	border: 1px solid black;

}

/*    padding: 2px 8px;	border: 1px solid black;*/
/* 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{
	text-align: center;
}

/* <div> containing the domain status message (available, registered) */
.swStatus{
	border-top: 2px dotted #cccccc;
	padding: 5px;
	text-align: center;
	width: 500px;
}

/* <div> containing details of the whois server used for the lookup */
.swServer{
	border-top: 2px dotted #cccccc;
	text-align: center;
	padding: 10px;
	color: #aaaaaa;
	width: 500px;
}

/* <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{
	font-weight: bold;
	color: red;
}

.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}

