/* CSS Document */

#log {
	float: left;
	padding: 8px;
	margin-left: 0;
	width: 464px;
	border: 1px solid #6D6C6A;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../img/spinner.gif) no-repeat center;
}

#log_res label {
	display:block;
	font-weight:normal;
	padding-right:20px;
	border-bottom:1px solid #CCCCCC;
}
#log_res label.domain-free {
	/*background: url(../img/accept.png) no-repeat right;*/
	background-image:url("../img/icons/agt_action_success.png");
	background-position:right 6px;
	background-repeat:no-repeat;
	padding:8px 0 6px;
}
#log_res label.domain-taken {
	/*background: url(../img/delete.png) no-repeat right;*/
	background-image:url("../img/icons/agt_update_critical.png");
	background-position:right 6px;
	background-repeat:no-repeat;
	padding:8px 0 6px;
}
#log_res label.domain-free a,
#log_res label.domain-taken a {
	text-decoration:underline;
	color:#FF5F00;
}

.submit {
	background-color:#FF5F00;
	color:#FFFFFF;
	font-weight:normal;
	padding:3px 5px;
	border: 1px solid #fca470;
	border-bottom-color:#c94d03;
	border-right-color:#c94d03;
}
.submit:hover,
.submit:active {
	border: 1px solid #fca470;
	border-top-color:#c94d03;
	border-left-color:#c94d03;
}

/* WhoIs Table */
table.whoisTable {
	margin:5px;
}
table.whoisTable thead th {
	color:#FF5F00;
	background-color:#FFFFFF;
	text-align:left;
	padding: 0 3px;
}
table.whoisTable tbody th {
	color:#000000;
	background-color:#FFFFF;
	text-align:left;
	padding: 1em 3px 0;
	border-bottom:1px solid #FF5F00;
}
table.whoisTable tbody td {
	text-align:left;
	padding: 0 3px;
}
