body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

a:link{text-decoration:none; color:#999999; font-weight:bold; }
a:active{text-decoration:none; color:#999999; font-weight:bold; }
a:visited{text-decoration:none; color:#999999; font-weight:bold; }
a:hover{text-decoration:none; color:#FFFFFF; font-weight:bold; }

#container{
	
	width:100%;
}
#sm-content{
	float:right;
	-moz-border-radius: 5px 5px 5px 5px;
	border-color:#FF6600;
	border-width:1px;
	border-style:solid;
	width:inherit;
	height:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:5px;
	margin-right:0px;
	margin-left:0px;
		margin-bottom:5px;
}
ul{
	line-height:normal;
	color:#FF6600;
	font-weight:bold;
}
li{
	line-height:normal;
	font-weight:normal;
	color:#FFFFFF;
}
#md-content{
	float:right;
	clear:both;
	top:auto;
	-moz-border-radius: 5px 5px 5px 5px;
	border-color:#FF6600;
	border-width:1px;
	border-style:solid;
	width:inherit;
	height:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:5px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:5px;
}
#content{
	float:left;
	-moz-border-radius: 5px 5px 5px 5px;
	border-color:#FF6600;
	border-width:1px;
	border-style:solid;
	width:inherit;
	height:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:5px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:5px;
}
#content-header{
	background-image:url('../img/bg_black.gif');
	background-repeat:repeat;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-color:#FF6600;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	height:22px;
	line-height:20px;
	vertical-align:middle;
	text-indent:10px;
	border-style:solid;
	-moz-border-radius:5px 5px 0px 0px;
}
#form-list-container{	
	float:left;
	vertical-align:top;
	line-height:22px;
	
}
#form-field-container{	
	float:right;
	line-height:22px;
	vertical-align:top;
	
}
input{
	-moz-border-radius: 2em 0em;
	-moz-box-shadow: inset 2px 2px 5px black;
	border-width:1px;
	background-color:#333333;
	height:22px;
	border-style:solid;
	border-color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
textarea{
	-moz-border-radius: 1em 0em;
	-moz-box-shadow: inset 2px 2px 5px black;
	border-width:1px;
	background-color:#333333;
	border-style:solid;
	border-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}