.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
	margin:0; 
	font-size: 0.70em; 
	line-height: 1.35em;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 11px;
	padding-top: 11px;
	text-align:justify;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background: #F8FBFF;	
	border-width:0 1px;
	border-left:0px solid #637169;
	border-right:0px solid #637169; 
}

#example2 div a{ /*CSS specific to demo 2*/
color: #000000;
text-decoration: none;
font-weight: bold;
}

#example2 div a:link{ /*CSS specific to demo 2*/
color: #11414D;
text-decoration: none;
font-weight: bold;
}

#example2 div a:visited{ /*CSS specific to demo 2*/
color: #999999;
text-decoration: none;
font-weight: bold;
}

#example2 div a:hover{ /*CSS specific to demo 2*/
color: #666666;
text-decoration: underline;
font-weight: bold;
}

#example3 a{ /*CSS specific to demo 3*/
color: #D80101;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}
