table.whoisresults{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
}
table.whoisresults td.upperleft {
	background-repeat : no-repeat;
	background-image : url(/media/whois/kader_upper_left.gif);
	width : 7px;
	height : 7px;
}

table.whoisresults td.upperright {
	background-repeat : no-repeat;
	background-image : url(/media/whois/kader_upper_right.gif);
	width : 7px;
	height : 7px;
}

table.whoisresults td.upper {
	background-image : url(/media/whois/kader_upper.gif);
	height : 7px;
	width : 450px;
	background-repeat : repeat-x;
}

table.whoisresults td.bottomleft {
	background-repeat : no-repeat;
	background-image : url(/media/whois/kader_bottom_left.gif);
	width : 7px;
	height : 7px;
}

table.whoisresults td.bottomright {
	background-repeat : no-repeat;
	background-image : url(/media/whois/kader_bottom_right.gif);
	width : 7px;
	height : 7px;
}

table.whoisresults td.bottom {
	background-repeat : repeat-x;
	background-image : url(/media/whois/kader_bottom.gif);
	text-align : right;
	height : 7px;
}


table.whoisresults td.left {

	background-image : url(/media/whois/kader_left.gif);
	width : 7px;
	background-repeat : repeat-y;
}
table.whoisresults td.right {
	background-image : url(/media/whois/kader_right.gif);
	width : 7px;
	background-repeat : repeat-y;
}


table.whoisresults td.data {
	background-color : #EFEFEF;
/*	height : 50px;*/
}


table.whoisresults table td.checkbox {
	width: 25px;
	text-align : center;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #CECECE;
}


table.whoisresults table td.status {
	width: 100px;
	text-align : center;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #CECECE;
}

table.whoisresults table td.domainname {
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #CECECE;
}

div.DomainFree {
	color : Green;
}

div.DomainTaken {
	color : Red;
}


table.whoislookup td.upperleft {
	background-repeat : no-repeat;
	background-image : url(/media/whois/textbox_upper_left.gif);
	width : 3px;
	height : 3px;
}

table.whoislookup td.upperright {
	background-repeat : no-repeat;
	background-image : url(/media/whois/textbox_upper_right.gif);
	width : 3px;
	height : 3px;
}

table.whoislookup td.upper {
	background-image : url(/media/whois/textbox_upper.gif);
	height : 3px;
	width : 450px;
	background-repeat : repeat-x;
}

table.whoislookup td.bottomleft {
	background-repeat : no-repeat;
	background-image : url(/media/whois/textbox_bottom_left.gif);
	width : 3px;
	height : 3px;
}

table.whoislookup td.bottomright {
	background-repeat : no-repeat;
	background-image : url(/media/whois/textbox_bottom_right.gif);
	width : 3px;
	height : 3px;
}

table.whoislookup td.bottom {
	background-repeat : repeat-x;
	background-image : url(/media/whois/textbox_bottom.gif);
	text-align : right;
	height : 3px;
}


table.whoislookup td.left {

	background-image : url(/media/whois/textbox_left.gif);
	width : 3px;
	background-repeat : repeat-y;
}
table.whoislookup td.right {
	background-image : url(/media/whois/textbox_right.gif);
	width : 3px;
	background-repeat : repeat-y;
}

input.domainname {
	border : 1px solid #CECECE;
	width : 325px;
}

select.tld {
	border : 1px solid #CECECE;
	width : 100px;
}

