/* CSS Document */

.fieldHolder
{
	width: 210px;
	height: 27px;
	background: url(../img/bg_textfield.gif) no-repeat;
	float: left;
	margin-top: 5px;
}

.textInput2
{
	width: 200px;
	height: 22px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 6px;
	margin-left: 5px;
}

