
a.button
{
	width: 66px;
	height: 19px;
	display: block;
	float: right;
	background-repeat: no-repeat;
	margin: 2px;
}

a.verzend
{
	background-image: url(../pic/Verzend.gif);
}

a#verzend
{
	background-position: 0px 0px;
}

a#verzend-hover
{
	background-position: 0px -19px;
}

a#verzend-pressed
{
	background-position: 0px -38px;
}

a.reset
{
	background-image: url(../pic/Reset.gif);
}

a#reset
{
	background-position: 0px 0px;
}

a#reset-hover
{
	background-position: 0px -19px;
}

a#reset-pressed
{
	background-position: 0px -38px;
}

input,
textarea
{
	border: 1px solid #642C14;
	font-size: 10px;
	color: #642C14;
	font-family: Arial;
}

label
{
	font-size: 12px;
	color: #264653;
}	
