.label{
	width:250px;
	text-align:right;
	font-weight: bold;
	margin-right:10px;
  _Background-Color:red;
  _float: left; 
  display: inline-block;
}
.textbox{
	_width:250px;
	_float: left; 
	_Background-Color:red;
	display: inline-block;
}
.ad{
	_float: none; 
	font-style:italic;
	display: inline-block;
	margin-left:10px;
	
}
.line{
	_float: none;
	_Background-Color:blue;
	margin:10px;
}
.number{
	_width:5px;
}
