body{
	font-family: Verdana;
	font-size: 14px;
	/* background-color: #DDFFE6; */
}
a{
	text-decoration: none;
	font-weight: bold;
}
.domains_table td{
	border: 1px dotted #75BAFF;
}
#tabs li{
	display: inline-block;
	float: none; 
	display: inline; 
	list-style: none; 
	position: relative;
	padding: 5px;
}
#auto{
	width: auto;
}
#tabs ul{
	width: 500px;
	margin: auto;
	font-size: 14px;
	margin-bottom: 50px; 
}
#tabs a{
	color: #75BAFF;
}
tr.first_row {
	border: 1px solid #75BAFF;
	background-color: #75BAFF;
}
.tableWithFloatingHeader table{
	width: auto;
	border: 1px solid #333333;
}
.show_report table{
	width: auto;
	border: 1px dotted #75BAFF;
}
.show_report td{
	border: 1px dotted #75BAFF;
}
.tableWithFloatingHeader td{
	width: 5%;
	text-align: center;
	vertical-align: center;
}

td.domain{
	text-align: left; 
}
.box { 
	background-color: #75BAFF; 
	/* border: 1px solid #EEEEEE; */
	height: auto; 
	width: 200px; 
	padding: 5px; 
	display:none; 
	position:absolute; 
}
.error{
	color: #FF907F;
	border: 1px solid #FF0400;
	text-align: center;
	width: 200px;
	margin: auto;
}
.noerror{
	color: #32A300;
	border: 1px solid #32A300;
	text-align: center;
	width: 200px;
	margin: auto;
}
.form { 
	padding: 100px 0px 0px 0px; 
}
a {
	text-decoration: none;
	color: #333;
	font-size:12px
}
#login, #dnsreport, #dnslookup, #whois, #tr {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#login { width: 400px; margin: 7em auto; }
 
#password, #username, #password_confirm, #email {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
#domain, #domaind, #domaint, #domainw {
	font-size: 24px;
	width: 50%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
 
label {
	color: #777;
	font-size: 13px;
	float: left;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif
}
 
#login form p {
	margin-bottom: 0;
}
 
form p { margin-bottom: 24px; }
 
.button{
	padding: 3px 10px;
	background-color: #fbfbfb;
	border: none;
	font-size: 16px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	border-color: #e5e5e5;
	color: black;
} 
textarea, input, select {
	border-color:#DFDFDF;
}
