div.curValue {
	font-size:8pt;
	color:#222;
}

label{
	float: left;
	font-size:7pt;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100px;
	background-color: #999998;
	margin-top:5px;
}

label.long{
	float: right;
	font-size:10pt;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 578px;
	background-color: #999998;
	margin-top:5px;
	text-align:middle;
}

input, textarea, select {
	font-size:10pt;
	color: #333;
	width: 200px;
	border: 1px solid #ccc;
	background-color: #EEE;
	padding: 0;
	margin-top:5px;
}

input.submit, input.button{
	font-size:8pt;
	background-color: #888;
	color:#FFF;
	border: 1px solid #000;
	margin-left: 101px;
}
input.reset{
	font-size:8pt;
	width: 50px;
	background-color: #888;
	color:#FFF;
	border: 1px solid #000;
	margin-top:5px;
	margin-left: 101px;
}

input.whithoutLabel{
	margin-left: 101px;
}

input.checkbox{
	width: 20px;
	text-align:left;
	background-color: #999998;
	margin-right: 3px;
}

input.Y{
	width: 40px;
}

input.M,input.D{
	width: 20px;
}