form
{
	margin: 0;
}

form input, form textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #473124;
	background-color: #DEDDDD;
}

.imgButton
{
	background: url(../images/btn_submit.gif) no-repeat;
	color: #DEDDDD;
	font-size: 12px;
	border: none;
	width: 71px;
	height: 26px;
	cursor: hand;
	cursor: pointer;
}

form fieldset
{
	margin-top: .6em;
	border: 0;
}

form label
{
	display: block;
	font-size: 13px;
	margin-bottom: 2px;
}

form div
{
	
}







