input.text, select
{	border: 1px solid #8b8b8b;
	background-color: #f7ffff;
	height: 18px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

input.submit 
{	background-color: #d4e6e5;
	border: 2px solid black;
	color: #034040;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 15px;
	margin: 0px;
}

input.smallSubmit
{	background-color: #d4e6e5;
	border: 1px solid #5b5b5b;
	
	color: #034040;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	letter-spacing: 2px;

	padding: 0px 3px;
	margin: 0px 8px;
	
	height: 18px;
	width: 25px;
}

.xSmallWidth 
{	width: 3em;
}

.smallWidth
{	width: 7em;
}

.middleWidth
{	width: 20em;
}

.largeWidth
{	width: 30em;
}

.backButton form
{	right: 0;
}
