input[type="text"]
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 4px;
	border: 0;
	background-color: #FFFFFF;
} 
.ibold
{
	font-weight: bold;
}
.ibold input[type="text"]
{
	font-weight: bold;
}
input[type="text"].ismall
{
	font-size: 10px;
	margin-top: 2px;
}
input[type="text"].ibig
{
	font-size: 28px;
	font-weight: bold;
}
