/*************************************************
 * SOFT64 PhpAjaxWhois
 *
 * Version: 1.1
 * Date: 1/29/2008
 *
 ****************************************************/
body		{ margin: 0; padding: 0; }

h1.green		{color: #666; font-size:x-large; margin-top:5px;}
.red		{color: #FF0000;}

/* search form */
#domain	{
margin:84px 0 0 280px;
}
#domain input[type="text"] {
width: 250px;
background:url(../domain/images/tran.gif);
color:#fff;
height:20px;
}
#domain input {
width: 250px;
background:url(../domain/images/tran.gif);
color:#fff;
height:20px;
}

/*result table */
#log		{ padding-top: 7px; width:300px; height:340px; clear:both;}
#log_res	{overflow: auto; color:#fff;}
#log_res.ajax-loading	{padding: 40px 0;background: url(../images/loading.gif) no-repeat center;}

.tabel		{width:100%; margin:auto; border-collapse:collapse;}
.tabel th	{padding:2px; background-repeat: repeat-x; color:#000;}
.tabel td	{padding:2px;}

.domain_left {
	margin-top:75px;
	margin-left:160px;
	float:left;
	_float:right;
	_margin-left:-500px;
}
.domain_left img {
	behavior: url("../../js/iepngfix.htc")
}
.domain_right {
	margin-top:70px;
	float:left;
	_padding-left:510px;
}

.table_domain {
	width:45px;
	display:block;
	float:left;
}
.table_domain div {
	font-size:18px;
	font-family: Fontface;
	text-align:center;
	color:#cccccc;
}

.disponibil {color:#66cc00; text-align:left; float:left;}
.ocupat 	{color:#cc0000; text-align:left; float:left;}
.alt 		{}
#footer		{padding:10px; background-color: #FFFFFF;}


