/* Styles */
html { overflow: -moz-scrollbars-vertical !important; }

body 	{
	padding: 0;
	margin: 20px;
	color: #333;
	background: #000;
	font: 12px verdana, sans-serif;
	line-height: 150%;
}

a:link, a:active, a:visited {
	color: #084C8F;
}

h2 {
	margin-top: 30px;
	color: #084C8F;
	font-size: 18px;
	font-weight: bold; 
	font-family: verdana, sans-serif;
}

h3 {
	margin-top: 30px;
	font-size: 11px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

#nav {
	border-top: 2px solid #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #636363;
	height: 25px;
}

#nav ul {
	list-style-type: none;
	white-space: nowrap; 
	padding: 0px;
	margin: 0px;
}

#nav li {
	display: inline;
}

#wrapper {
	width: 920px; 
	background-color: #fff;
	padding: 10px; 
	margin: auto; 
	padding-bottom: 50px;
	background: url('media/bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer {
	width: 920px;
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
	color: #fff;
	background-color: #666;
	background-image: url('media/bottomback.jpg');
	background-repeat: repeat-x;
}

#footer a:link, #footer a:visited { 
	font-size: 11px;
	color: #fff;
}

.adminnav {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	display: inline;
}

.req {
	font-weight: bold;
	color: #ff0000;
}

.adminnav li {
	margin: 0px;
	padding-left: 5px;
	border-bottom: 2px dashes #ccc;
}

.display {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

.display li {
	margin: 0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#user_reply {
	margin: auto;
	font-size: 14px; 
	color: #084C8F;
	font-weight: bold;
	padding-top: 100px;
}

#audio_container {
	background-color: #2F79BB;
	width: 618px;
	margin: auto;
	font-size: 14px; 
	font-weight: bold; 
	color: #fff;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #084C8F;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 140px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
}

fieldset div input {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div textarea {
	width: 350px;
	height: 100px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus, select:focus {
	background: #efefef;
	color: #000;
}

p.error {
  background-color: #ff0000;
  background-image: url('media/icon_error.gif');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #FFBFBF;
  padding-bottom: 10px;
}

form div.error p.error {
  background-image: url('media/icon_error.gif');
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  margin: 0 0 0 20px;
  color: #ff0000;
}


/* Basic page styling, not part of the form example */


#container {
	margin: auto;
	width: 400px;
	text-align: left;
}

#pscroller1{
	width: 200px;
	height: 100px;
	padding: 5px;
}

