label
{
	float: left;
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
}

.field
{
	height: 30px;
}

.textfield
{
	 background-image: url(/img/textfield.png);
	 background-color: transparent;
	 border-style: none;
	 height: 23px;
	 line-height: 23px;
	 width: 234px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 2px;
	 color: #555;
}

.textfield.active
{
	 background-image: url(/img/textfield-active.png);
}