html
{
	height: auto;
}

body
{
	background-image: none;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: auto;
	min-height: 100px;
}
#contentcontainer
{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 100px;
	width: auto;
	float: none !important;
}
form {
	padding: 0px;
	margin: 0px;
}
input, textarea, select
{
	border: 1px solid #999999;
	background-color: #ffffff;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	width: 250px;
}
.submit
{
	border: 1px solid #666666;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	background-color: #eeeeee;
	font-weight: bold;
	width: 150px;
}
.left_cell
{
	width: 130px;
	padding: 2px;
	line-height: 120% !important;
}
.right_cell
{
	padding: 2px;
}
.sinput
{
	display: none;
}
