.labels
{
	float: left;
	display: block;
	height: 22px;
	width: 119px;
	padding-top: 8px;
	color: white;
}

.inputs
{
	display: inline;
	height: 20px;
	width: 255px;
	border: 1px solid white;
	margin: 5px 0px 5px 0px;
	padding-left: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	background-color: #334360;
}

.inputselect
{
	display: inline;
	height: 22px;
	width: 260px;
	border: 1px solid white;
	margin: 5px 0px 5px 0px;
	padding-left: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	background-color: #334360;
}

.inputtext
{
	display: inline;
/*	#height: 244px;
	#height: 212px; */
	width: 255px;
	border: 1px solid white;
	margin: 5px 0px 5px 0px;
	padding-left: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	background-color: #334360;
}

.inputdate
{
	display: inline;
	height: 20px;
	width: 230px;
	border: 1px solid white;
	margin: 5px 0px 5px 0px;
	padding-left: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	background-color: #334360;
}

.inputdate_img
{
	vertical-align: middle;
	border: 0px;
}

.showbox
{
	display: inline;
	height: 85px;
	width: 255px;
	#border: none;
	border: 1px solid white;
	margin: 5px 0px 5px 0px;
	padding-left: 3px;
	#padding-top: 8px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	#background-color: #1D2F4F;
	background-color: #334360;
	overflow: hidden;
}

.buttons
{
	display: block;
	position: absolute;
	top: 324px;
	left: 403px;
	height: 24px;
	width: 100px;
	border: 1px solid white;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-style: normal;
	font-size: 9pt;
	color: white; 
	background-color: #334360; 
}

.buttons_active
{
	display: block;
	position: absolute;
	top: 324px;
	left: 403px;
	height: 24px;
	width: 100px;
	border: 1px solid white;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-style: normal;
	font-size: 9pt;
	color: white; 
	background-color: #778295;
}

.checkbox
{
	display: inline;
	height: 20px;
	width: 20px;
	margin: 5px 0px 5px 0px;
}

.hidden
{
	#display:none;
	border: 1px solid white;
}

div.note
{
	display: inline;
	position: relative;
	top: -6px;
	height: 30px;
	width: 200px;
	color: white;
	padding-left: 5px;
}

