html {
	 overflow:auto;
	 height:100%;
	 overflow-x:hidden;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

form {
	margin:0;
	height:100%;
}

.inputBox1 {
	border:solid red 1px; 
	width:160px; 
	background:none; 
	border-color:#999999;
	color:#666666;
	font-family:Tahoma;
	font-size:11px;
	
}

.tahoma_333333
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}

.tahoma_FFFFFF
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}

.tahoma_FFFFFF_link
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.tahoma_FFFFFF_link:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:underline;
}

.tahoma_333333_link
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	cursor:pointer;
}

.tahoma_333333_link:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	cursor:pointer;
}

.tahoma_666666
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}

.tahoma_E41715
{
	font-family:Tahoma;
	font-size:11px;
	color:#E41715;
}