/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#ccc;  
	line-height: 1.4em;
}

#dropmenudiv{
position:absolute;
border:1px solid #cccccc;
border-bottom-width: 1px;
border-top-width: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color: #FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #cccccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #2c66b6;
color: #FFFFFF;
}

#input {
  width:200px; height:20px;
border-width:1px;
border-style:solid;
border-color:#932824;
background-color:#bf5f16;

padding-left:4px; padding-top:2px
}
.inputcss {
  width:200px; height:20px;
border-width:1px;
border-style:solid;
border-color:#932824;
background-color:#bf5f16;

padding-left:4px; padding-top:2px
}
#textarea {
  width:200px; height:200px;
border-width:1px;
border-style:solid;
border-color:#932824;
background-color:#bf5f16;

padding-left:4px;
overflow:auto
}

p.MsoTitle, li.MsoTitle, div.MsoTitle
	{text-align:center;
	font-size:14.0pt;
	font-family:Arial, Helvetica, sans-serif;}
p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent
	{text-indent:.5in;
	font-size:14.0pt;
	font-family:Arial, Helvetica, sans-serif;}
	
