

#formdiv {
color: #DDDDDD; 
overflow: hidden;
padding-bottom: 10px;
font-family: "Myriad Pro",Arial,Verdana,Helvetica,sans-serif;}

#formdiv #submitB {
	margin-top: 4px;
	color: #FAFAFD;
	width: 150px;
	height: 30px;
	background-color: #555D5F;
	font-weight: bold;
	margin: 0 auto;
}

#formdiv #submitB:hover {
	background-color: #656D4F;
}

#formdiv #submitB:active {
	background-color: #757D7F;
}

#formdiv input {
background-color: #454D4F;
border: 1px solid black;
font-weight:bold;
font-size:12px;
padding:5px;
}

#formdiv select {
background-color: #454D4F;
border: 1px solid black;
color: #DDDDDD;
margin-left: 7px;
}

#formdiv #topHolder {
	overflow: auto;
	width: 710px;
	text-align: left;
	margin: 0px auto 10px auto;
}

#formdiv textarea {
background-color: #454D4F;
border: 1px solid black;
}
		
.fdiv {
	margin-bottom: 15px;
	margin-left: 5px;
}

.fdiv .header {
color: #2AA6ED;
width: 100%;
text-align: left;
display: block;
}

.fdiv .entryV {
width: 100%;
margin-top: 10px;
}

.fdiv .label {
display: block;
margin-bottom: 5px;
font-size: small;
}

.fdiv input {
margin-left: 7px;
color: #EEEEEE;
padding: 2px 2px 2px 5px;
		
}

.highlight
{
	background-color: #AA4D4F !important;
}

img.errpic {
	width: 10px;
	height: 10px;	
}

span.espan {
	display: none;
	color: #dd0000;
}

.fdiv textarea {
color: #EEEEEE;
padding: 2px 2px 2px 5px;

width:85%;
height: 9em;
margin-right: 10px;
margin-bottom: 5px;
		
}

#formdiv #formcontainer
{
	width: 100%;
	display: block;
	float: left;
	clear: both;
}



.msg {
	background-color:  #666666;;
	color: #DDDDDD;
}

a.backlink {
	color: blue;
}
