/* This is the CSS, you could modify it and put whatever you want */

#form_box {
	width: 150px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
 
#form_box div {
	padding: 0.1em 0.1em;
}
 
#form_box div.hr {
	border-bottom: 0px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 43px;
}
 
#form_box p {
	float: left;
	margin: 1px 0pt;
	width: 120px;
}
 
 
form li.antispam  { 
	visibility: hidden; 
	height: 0; 
	padding: 0; 
} 
 
#log {
	width: 150px;
	margin-top: 5px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(loading.gif) no-repeat center;
}


