/*form*/

/*
input.textField{
	
	width:250px;
	padding-right:2px;
	margin-bottom:6px;
	background-image:url(../img/bgFieldOff.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
*/

input{
	/*width:400px;*/
	padding-right:2px;
	margin-bottom:6px;
	background-image:url(../img/bgFieldOff.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

input.button
{
	width:90px;
	border:1px solid #b8b4ac;
	color:#FFFFFF;
	font-size:10px;
	background-color:#888678;
	background-image:url(../img/bgButtonInput.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	cursor:pointer

}


/*end form*/