div.whois {
}
div.whois div.error {
	border: 1px solid red;
	padding: 5px;
	width: 500px; 
	margin-bottom: 20px;
    height:auto;
    float:left;
    margin-right:100%;
}
div.whois div.error p {
    color:red;
}
div.whois div.error ul {
	list-style-type: disc;
	list-style-position: inside;
}
div.whois div.error ul li {
	background-image: none;
	padding: 0px;
    margin:0;
    font-weight:bold;
    color:red;
}
div.whois div.whoisResults ul li {
    background-image: url("../images/newsitem_bullet.png"); 
    height:20px;
    width:600px; 
    padding-top:3px;
    padding-left:25px;
}
div.whois div.whoisResults ul li div {
    float:left;
    overflow:hidden;
    white-space:nowrap;
}
div.whois div.whoisResults ul li div.order_english {
    background-image: url("../images/but_order_english.png");
    background-repeat: no-repeat;
    width:72px;
    height:18px;
}
div.whois div.whoisResults ul li div.order_dutch {
    background-image: url("../images/but_order_dutch.png");
    background-repeat: no-repeat;
    width:72px;
    height:18px;
}
