.labelfield {

	font-family: "Courier New", Courier, mono;
	font-size: 50%;
	font-weight: normal;
	color: #FF6600;
	line-height: 12px;
	font-variant: normal;
	text-transform: uppercase;
}
.datefield {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;

}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: none;

}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	line-height: 12px;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;

}

#example1{ /*Demo 1 main container*/
width: 550px;
height: 30px;
border: 1px solid gray;
padding: 5px;
}

