body
{
	background-color:#ececec;
	background-image:url('images/gradient.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.update {
	width: 150px;
	font-size: 0.8em;
}

.adminPage {
	width: 600px;
	margin-left: 185px;
	margin-right: 190px;
	color: #e4e4e4;
	padding: 5px;
	border-top: #222222 2px solid;
	border-right: #222222 2px solid;
	border-bottom: #222222 2px solid;
	border-left: #222222 2px solid;
}

.contact {
	padding: 5px;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}

input#user, input#email, input#subject {
	background-color:#fcff9f;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}

input#loggedin {
	background-color:#64ff6f;
	border-top: #000 1px dashed;
	border-left: #000 1px dashed;
	border-right: #000 1px dashed;
	border-bottom: #000 1px dashed;
}

.rename {
	background-image: url('images/icons/rename-icon.png');
	background-repeat: no-repeat;
	background-position: 2px -7.5px;
	text-indent: 35px;
}

textarea#message {
	background-color:#fcff9f;
	color:#000;
	padding: 5px;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}

.loginInput {
	color: #ff3b3b;
	background: #fee3ad;
	border: 1px solid #000
}

.loginSubmit
{
	color: #000;
	background: #ff3b3b;
	border: 2px outset #d7b9c9
} 

.message {
	background-color:#fcff9f;
	padding: 5px;
	font-weight: bold;
	color:#000;
	margin-bottom: 5px;
	border-top: #aeaf70 1px solid;
	border-left: #aeaf70 1px solid;
	border-right: #aeaf70 1px solid;
	border-bottom: #aeaf70 1px solid;
}

.message_fail {
	background-color:#ff3b3b;
	padding: 5px;
	font-weight: bold;
	color:#000;
	margin-bottom: 5px;
	border-top: #aeaf70 1px solid;
	border-left: #aeaf70 1px solid;
	border-right: #aeaf70 1px solid;
	border-bottom: #aeaf70 1px solid;
}

.message_success {
	background-color:#64ff6f;
	padding: 5px;
	font-weight: bold;
	color:#000;
	margin-bottom: 5px;
	border-top: #aeaf70 1px solid;
	border-left: #aeaf70 1px solid;
	border-right: #aeaf70 1px solid;
	border-bottom: #aeaf70 1px solid;
}

.index_text {
	color: #b5b5b5;
	padding: 5px;
}

.mainContent {
	width: 600px;
	margin-left: 185px;
	margin-right: 190px;
	color: #b5b5b5;
	padding: 5px;
	border-top: #222222 2px solid;
	border-right: #222222 2px solid;
	border-bottom: #222222 2px solid;
	border-left: #222222 2px solid;
}

.editUser {
	width: 400px;
	color: #b5b5b5;
	padding: 5px;
	border-top: #222222 2px solid;
	border-right: #222222 2px solid;
	border-bottom: #222222 2px solid;
	border-left: #222222 2px solid;
}

.editUserTable {
	border-top: #aeaf70 1px solid;
	border-right: #aeaf70 1px dashed;
	border-right: #aeaf70 1px dashed;
	border-bottom: #aeaf70 1px solid;
}

.menu_bar {
	position: fixed;
	top: 0px;
	left: 360px;
	color: #b5b5b5;
}

.mylinks {
	color: #b5b5b5;
	font-weight: bold;
	text-decoration: none;
}

.file_links {
	color: #e4e4e4;
	text-decoration: none;
	font-size: 0.8em;
}

.footlinks {
	color: #E10019;
	font-weight: bold;
	text-decoration: none;
}

.userTable {
	border-top: #aeaf70 1px solid;
	border-left: #aeaf70 1px solid;
	border-right: #aeaf70 1px solid;
	border-bottom: #aeaf70 1px solid;
}

.userTableLeft {
	color: #b5b5b5;
	padding: 2px;
	border-top: #aeaf70 1px solid;
	border-left: #aeaf70 1px solid;
	border-right: #aeaf70 1px dashed;
	border-bottom: #aeaf70 1px solid;
}

.userTableRight {
	color: #b5b5b5;
	padding: 2px;
	border-top: #aeaf70 1px solid;
	border-left: #aeaf70 1px dashed;
	border-right: #aeaf70 1px solid;
	border-bottom: #aeaf70 1px solid;
}

.flashPreview {
	background-image:url('images/scan_lines.png');
	text-align: center;
	border-top: #333 1px dotted;
	border-left: #333 1px dotted;
	border-right: #333 1px dotted;
	border-bottom: #333 1px dotted;
}