body {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #161616;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
    color: #01bae6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #01bae6;
    text-decoration: underline;
	border-width: 0px;
	font-weight: bold;
}

.border {
    border: 1px solid #888888;
}

hr {
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    border: 0;
    width: 800px;
    margin: 15px 0px 15px 0px;
}

hr.headline {
    color: #000000;
    background-color: #000000;
    height: 1px;
    border: 0;
    width: 800px;
    margin: 15px 0px 15px 0px;
}

.clear {
    clear: both;
}

.layout {
    width: 850px;
}

.layout_content {
    background-color: #ffffff;
    width: 850px;
    padding: 10px 0px 10px 0px;
}

.layout_body {
    width: 800px;
}

h1 {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	font-family: Arial;
	font-size: 17px;
	text-align: left;
}

.edit_left {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 4px 0px 0px 10px;
    float: left;
}

.edit_left_sub {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 4px 0px 0px 30px;
    float: left;
}

.edit_right {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 10px 0px 0px;
    float: right;
}

.edit_default {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.edit_default_2 {
	color: #555555;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.text_field {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
	height: 25px;
	border: 1px solid #cdcdcd;
	background-color: #eeeeee;
}

.text_field_short {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 25px;
	border: 1px solid #cdcdcd;
	background-color: #eeeeee;
}

.textarea_field {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
	height: 100px;
	border: 1px solid #cdcdcd;
	background-color: #eeeeee;
}

.display_left {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    text-align: left;
}

.display_left_2 {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
}

.display_left_3 {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: right;
    text-align: right;
}

.display_left_sub {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 300px;
    text-align: left;
}

.display_right {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
}

.display_right_textarea {
	color: #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
    float: left;
    width: 480px;
    text-align: justify;
}

.padding {
    padding: 0px 0px 0px 310px;
}

.padding_2 {
    padding: 0px 0px 0px 10px;
}

.padding_3 {
    padding: 0px 10px 0px 0px;
}

#upload_content {
    position: relative;
}

#upload_content #upload_browse {
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 1;
}

#upload_content #upload_browse img {
    cursor: hand;
}

#upload_content #upload_blank {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#upload_content #upload_browse_object {
	position: absolute;
    top: 1px;
    left: 92px;
    z-index: 2;
}

#upload_content #upload_browse_object input {
	width: 410px;
	height: 35px;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	cursor: hand;
}

#upload_content #upload_info {
	position: absolute;
    top: 12px;
    left: 8px;
    z-index: 4;
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
}

.gallery {
    width: 800px;
    text-align: left;
    padding: 0px 0px 0px 20px;
}