#content_admin
{
	position: relative;
	left: 160px;
	width: 830px;
}

#admin_box_title
{
	background-image: url('images/topboxbg.jpg');
	border: 1px solid #272727;
	width: 830px;
	margin-left: 0px;
  	margin-right: 0px;
}

#admin_box_title p
{
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#admin_box_body
{
	background-color: #2D2D2D;
	border: 1px solid #272727;
	border-top: 0px;
	width: 830px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#admin_box_p
{
	padding: 5px;
}

#important
{
	width: 24px;
	height: 24px;
	color: #C44;
	border: 1px solid #D00;
}

.admin_form
{
	padding: 5px;
	margin-bottom: 10px;
}

.admin_legend
{
	position: relative;
	left: 0px;
	top: -10px;
	width: 405px;
	border: 1px solid #272727;
	background-color: #353535;
	color: #FFFFFF;
	font-size: 8pt;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.admin_fieldset
{
	border: 1px solid #272727;
	background-color: #353535;
	padding: 5px;
	margin-bottom: 10px;
}

.admin_fieldset_news
{
	border: 1px solid #272727;
	background-color: #353535;
	padding: 5px;
	margin: 10px;
}

.admin_fieldset_news ul
{
	position: relative;
	left: 25px;
	list-style-image: url('images/list.gif');	
}

.admin_fieldset_news li
{
	font-size: 9pt;
}

.floating_buttons
{
	position: relative;
	bottom: 20px;
	float: right;
}

.floating_buttons input
{	
	border: 1px solid #30472F;
	background-color: #50674F;
	color: #000000;
	width: 150px;
	font-size: 7.5pt;
	height: 14px;
	margin-bottom: 5px;
	padding: -0px;
}

.admin_fieldset ul
{
	margin-left: 20px;
	list-style-image: url('images/list.gif');
}

.admin_fieldset li
{
	font-size: 8.5pt;
}

.admin_text_layer
{
	height: 250px;
	margin-bottom: 10px;
}

.float_box
{
	width: 140px;
	height: 250px;
}

.bbbox_body
{
	background-color: #2D2D2D;
	border: 1px solid #272727;
	height: 250px;
}

.bbbox_title
{
	background-image: url('images/topboxbg.jpg');
	border-bottom: 1px solid #272727;
	margin-bottom: 5px;
}

.bbbox_title p
{
	font-size: 9pt;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.bbbox_content
{
	text-align: center;
}

.admin_bbcode_layer
{
	float: left;
	margin-right: -150px;
}

.admin_textarea_layer
{
	height: 100%;
	margin-bottom: 2px;
}

.admin_textarea_layer textarea
{
	margin: 0px;
	position: relative;
	left: 150px;
	width: 630px;
	height: 250px;
	padding: 0px;
	padding-left: 5px;
	background-color: #2D2D2D;
}

.admin_input_layer
{
	position: relative;
	left: 5px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.admin_form_input
{
	position: relative;
	left: 145px;
	bottom: 15px;
	height: 100%;
	margin-bottom: -15px;
}

.admin_form_input input
{
	width: 630px;
	padding-bottom: 2px;
	background-color: #2D2D2D;
}

.admin_input_layer_left
{
	position: relative;
	left: 5px;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.admin_form_input_left
{
	position: relative;
	left: 70px;
	bottom: 15px;
	height: 100%;
	margin-bottom: -15px;
}

.admin_form_input_left input
{
	width: 300px;
	padding-bottom: 2px;
	background-color: #2D2D2D;
}

.admin_input_layer_right
{
	float: right;
	position: relative;
	top: -38px;
	left: 5px;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.admin_form_input_right
{
	position: relative;
	left: 70px;
	bottom: 15px;
	height: 100%;
	margin-bottom: -15px;
}

.admin_form_input_right input
{
	width: 300px;
	padding-bottom: 2px;
	background-color: #2D2D2D;
}

.admin_select
{
	width: 638px;
	background-color: #2D2D2D;
}

.admin_small
{
	font-size: 7pt;
}