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: 156px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border-top: 1px solid #830001;
}

.markermenu li a:link, .markermenu li a:visited {
display: block;
width: 156px;
text-indent:20px;
line-height:20px;
text-decoration: none;
border-bottom: 1px solid #830001;
color: #850001;
background: url(images/bullet.gif) 7px no-repeat;
}


.markermenu li a:active{
 	color: #BC1010;
}

.markermenu li a:hover{
 color: white;
  background-color: #830001;
  border-bottom: 1px solid white;
}

#description{
  padding: 10px; 
/*  color:black;*/
}

#description p{
text-indent:25px;
}


/** Hidden State for the dialog */
div.hiddenState {
	visibility: hidden;
	display: none;
}

/* Some rought layout, could be anything including backgrounds etc */

div.visibleNotifyMsg {
	position: relative;
width:400px;
        float:left;	
	background-color: #F00;
	color: #FFF;
        height:61px;
        line-heght:59px;
	border: 1px solid #CCC;
	padding-left: 20px;
        margin:0px;
text-align:center;
}

#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: #F3B7B7;
}
#menu li a:hover {
	padding: 0 2px 0 4px;
	color: white;
}

.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 #850001;
padding: 0 2px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 145px;
margin-top: 5px;
width: 90px;
background: #FEE4E5;
}


#label_text{
color:#ffffff;
font-size:13px;

}

