body {
	color:black;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

#mediaList {
	font-size:.9em;
	color:black;
}
#mediaList a {
	color:black;
	text-decoration:none;
}
#mediaList a:hover {
	color:#e4952b;
	text-decoration:none;
}
#mediaList a:active {
	background-color:#e4952b;
	color:white;
	text-decoration:none;
}
#tabs {
	background-color:white;
	height:35px;
	width:800px;
	float:none;
}
#tabs td {
	color:white;
	font-weight:bold;
	background-color: #e4952b;
	border-right:5px solid white;
	width:115px;
	padding-left:10px;
}
#tabs td a {
	color:black;
}
#tabs td.activeTab {
	color:white;
	background-color: #e4952b;
}
#tabs td.messageSpace {
	padding-left:50px;
	width:0px;
	color:red;
	background-color: white;
}
#meMessageSpace {
	font-size:14px;
	color:red;
}
#container {
	border:5px solid #e4952b;
	min-height:500px;
	width:800px;
	float:none;
}
#container td
{
	color:black;
	font-family:Arial;
	font-size:12px;
}
#container select {
	width:200px;
}
#container #dateMonth {
	width:100px;
}
#container #dateDay {
	width:40px;
}
#container #dateYear {
	width:60px;
}
#container input.textbox {
	width:200px;
}
#container textarea.title {
	font-family:Arial;
	font-size:12px;
	width:200px;
	height:65px;
}
#container textarea.html {
	font-family:Arial;
	font-size:12px;
	width:365px;
	height:200px;
}
.orange {
	background-color:#e4952b;
}
.orangeText {
	color:#e4952b;
}
input.search {
	background-image:url(magnifying-glass.gif);
	background-position:2 3;
	background-repeat:no-repeat;
	padding-left:25px;
}
input.big {
	border:1px solid black;
	color:#e4952b;
	font-weight:bold;
	width:150px;
}
select.big {
	border:1px solid black;
	color:#e4952b;

	font-weight:bold;
}

<!-- Form Styles -->



input, textarea, label, select {

	background: #fff;

	color:#333;

}



input[type=submit], input[type=submit]:active, input[type=button], input[type=button]:active {

	font-size:14px;

	color:#333;

	background:transparent url(/images/bg_button.png) repeat-x 0 0;

	text-decoration:none;

	border:1px solid #CCC;

	border-width:0 1px;

	height:21px;

	margin-left:5px;

	margin-right:5px;

	width:auto;

	white-space:nowrap;

}



input[type=submit] + input[type=button] {

	margin-top:-1.05em;

}



textarea, input, select {

	background: #f4f4f4;

	border: 1px solid #b2b2b2;

	color: #000;

	font:  16px;

	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;

	margin: 1px;

	padding: 3px;

}



input:focus, textarea:focus, label:focus {

	background: #fff;

	border: 1px solid #686868;

}





.submit input, .submit input:focus, .button, #userfile {

	background: url(/images/fade-butt.png );

	border: 3px double #999;

	border-left-color: #ccc;

	border-top-color: #ccc;

	color: #333;

	padding: 0.25em;

}



.submit input:active, .button:active , #userfile:active {

	background: #f4f4f4;

	border: px double #ccc;

	border-left-color: #999;

	border-top-color: #999;

}








