* { font-family:arial; }
body {
	 margin: 0px;
	 padding: 0px;
	 background-color: white;
	 height:100%;
}
tbody { height:100%; }
xtr { margin:0px; padding:0px; height:100%; }
xtd { margin:0px; padding:0px; height:100%; }
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}.contentTable {
	border-collapse:collapse;
}
.contentTable td { padding:2px 4px; }

.valid_false {
		background-color:yellow;
}

div.autocomplete_choices {
	background-color:rgb(255,255,255);
	border:1px solid rgb(100,100,120);
}
div.autocomplete_choices li, div.autocomplete_choices ul{
	margin:0px; padding:0px;
	list-style:none;
}
div.autocomplete_choices li{
	border-bottom:1px dotted rgb(100,100,100);
	font-size:11px;
	padding:3px;
}
#ajax_request_text{
	display:none; 
	background-color:rgb(200,70,0); 
	color:white; 
	font-size:15px; 
	-moz-border-radius:6px;
	width:360px; 
	padding:15px; 
	position:fixed; 
	top:30px; 
	right:40px; 
	z-index:100000; 
}



