.detailbox
{
	color: #000;
	border: none;
	background-color: #eee; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;    //-rounding the edges, only available in CSS3-//
	font-family:arial;
	text-decoration:none;
	padding: 5px;
	font-size: small;
}

.detailbox a {
	text-decoration: none;
}

.dname {
	font: 12pt Georgia, Times;
	border-bottom: 1px solid #999;
	margin-bottom: 3px;
}

.addsb {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-top: 5px;
}

.addsb:hover {
	background-color: #fff;
}

.inspect {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-top: 5px;
}

.inspect:hover {
	background-color: #fff;
}

.namecheap_box {
	background-color: #cccc09;
	padding: 5px;
	border-color: #000;
	border-width: 1px;
}

.godaddy_box {
	padding: 5px;
	background-color: #f7d51e;
	border-width: 1px;
}
