body {
	background-color: #6c1015;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.Navigate {	font-family: tahoma;
	color: #FFFFFF;
	font-weight: bold;text-decoration: none;
	font-size: 14px;
}
.style4 {
	color: #FFAD5B;
	font-weight: bold;
	font-size: 24px;
}
.style5 {
	color: #FFFFFF;
	font-size: 16px;
}
.style6 {font-size: 14px}
.style7 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style8 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.style9 {font-family: "Times New Roman", Times, serif; color: #FFFFFF; }
.style10 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.style11 {color: #800000; }
.style12 {color: #FFA042}
.style13 {color: #FFFFFF}
.style14 {
	font-size: 18px;
	font-family: tahoma;
}
.style16 {
	font-size: 24px;
	font-weight: bold;
}
.style21 {
	font-size: 16px;
	color: #400001;
font-family: "Times New Roman", Times, serif}

.feedbackclr {
	color: #FFFFFF;
	background-color: #6c1015;
border-style: solid;
border-color: #6c1015;
}
.feedbackbtn {
	color: #000000;
	background-color: #FFA042;
}

#over {background:  url(/images/shadowlight.gif) repeat;
	 position: absolute; 
	 left: 0;
	 top: 0;
	 z-index: 100;
	 width: 100%; 
	 height: 100%;
	 margin: 0;
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	 -moz-opacity:0.80;
	 -khtml-opacity:0.80;
	 }
.sh	{position: absolute;
	top:300px;
	left:450px;
	 z-index: 1000;	 
	width: 555px; 
	 right: 30%;
	 background: url(/images/shadow.png) repeat !important;
	  background: url(/images/shadowlight.gif) repeat;
	  }
#box, #box2 { 
	height: 400px;
	overflow: none;
	border: 5px ridge #ccc;
	z-index: 150;	
	background: #fff;	
	position: relative;
	padding: 10px; 
	top: -5px; /* these two define the shadow 'offset'*/
	left: -5px; /*...*/
	  }

.locmaplnk {color: #FF9900;
	text-decoration: none;}

/*------------
CSS Forms
vs.05.04 
blake scarbrough
----------------------*/
form{margin: 0; padding: 0;}
input, textarea {background: #FEFEF5;
	font: normal 12px "Courier New", Courier, monospace;
	color: #777;
	border: 1px inset;
	margin: .3em 0; }
input:focus, textarea:focus	 {
	 background: #fff;
	 color: #333;
	 border-color: #333570;
}
label span {
	 font-weight: normal;
	 font-size: 10px;
}
textarea {overflow: auto;}	
textarea#text {
	width: 90%;
}
fieldset {border: 1px dashed #DDDBC1;
	border-width: 1px 0;
padding: 10px;
margin: 5px 20px; }	

/*buttons*/
.btn {background: url(../images/head.jpg);
	font-weight: bold;
	margin: 0 2px;
	cursor: pointer;
	}	
.btnx{background: url(../images/head.jpg) no-repeat 100% 0;
	margin: 0 2px;
	color: #86846E;
	cursor: pointer; }	
	/*error status*/
	.erInput{border-color: red;
		background: #ffc;
		 color: red;}
	.er {
	 color: red;
	 font-weight: bold;
}
.s1{
	font-weight: bold;
}
#ex04 label {width:100px;
margin-right:5px;
padding-top:2px;
float: left;
	
}	