/* CSS Document */
 
.size {
	width:150px;
	text-align:left;
}

input, select  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#000000;
}

input.deleteButton {
	BACKGROUND: url(_datta/images/delete.gif) no-repeat;
	background-color:#FFFFFF;
	background-position:left;
	border-style:solid;
	border-color:#7F9DB9;
	border-width:1px;
	padding-left:12px;
}

