
body {
	margin: 0;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.markermenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 158px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border-top: 1px solid #FFA202;
}

.markermenu li a:link, .markermenu li a:visited {
display: block;
width: 158px;
text-indent:20px;
line-height:20px;
text-decoration: none;
border-bottom: 1px solid #FFA202;
color: #E57205;
background: url(images/btn_bg.gif);
}

.markermenu li a:active{
 	color: #E73505;
}

.markermenu li a:hover{
  	color: white;
	background: url(images/bullet.gif) 7px no-repeat;
	  background-color: #E57205;
}

#description{
  padding: 10px; 
  color:black;
}

#description p{
text-indent:25px;
}


#menu {
	width:359px;
	height: 25px;
	margin: 0 2px;
	float: right;
		text-align: center;
}

#menu ul {
	height: 25px;
	width: 359px;
	background: url(images/top_menu_bg.gif);
	padding: 0;
	margin: 0;
 }

#menu li { 
	display: inline;

}
#menu li a:link, #menu li a:visited { 
	height: 25px;
	line-height:25px;
  padding: 0 3px 0 3px;
	text-decoration: none;
	color: #CA6301;
}
#menu li a:hover {
	padding: 0 2px 0 4px;
	color: #663300;
}

.ErrorMessage {
        COLOR: #FF0000; FONT-WEIGHT: bold; 
}
.ValidateErrorMessage {
      padding-left:120px;
      COLOR: #FF0000;
    
}

.SuccessMessage {
        COLOR: green; FONT-WEIGHT: bold; 
}


label{
float: left;
width: 140px;
font-weight: bold;

}

input, textarea{
width: 180px;
margin-bottom: 5px;
border: 1px solid #FF6D00;
padding: 0 2px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 145px;
margin-top: 5px;
width: 90px;
background: #FBFBD9;
}


#label_text{
color:#FFFFFF;
font-size:13px;
}
