form.image_exists
{
	font-size: 11px;
	border-bottom: 1px silver solid;
	width: 400px;
	padding: 5px;
}

input
{
/* 	background: silver; */
}

select
{
	font-size: 11px;
}

input.submit
{
	font-size:11px;
	width: 95px;
	height: 20px;
	border-style: outset;
}

input.submit_s
{
	font-size:11px;
	width: 43px;
	height: 20px;
	border-style: outset;
}

/*to make sure text are displayed the same in all forms*/
input,textarea
{
	font-family: sans-serif;
	font-size: 11px;
}
