/*Formatting for the buttons*/
body{ background-color:#080912}

.button {
        background-color : #D7D7D7;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-bottom:3px;
        margin-left:1px; margin-right:1px;
        margin-top:2px
}
/*Blends the helpbox into the background of the page*/
.helpbox {border-style:none;
                background-color:#030514;
                margin:5px;
				
				color:#8a8cac
}

/*Sets the properties of the editform table cells*/
table#editform {border-width:1px;
                border-style:solid;
				/*background-color:#CCC;*/
                width:400px;
				
				background-color:#030514;
				border-color:#181a32;
				color:#8a8cac;
}

table#editform > tr,td {
				/*border-width:1px;*/
				/*border-width:2px;
				border-color:#0f1241;
                border-style:solid;*/
}

td#header {border-style:none;
                text-align:center;
}

td#smilies {text-align:center;
                /*vertical-align:top;*/
                padding: 10px;
				border:2px solid #0f1241;
}

td#top_buttons{
padding: 10px;
border:2px solid #0f1241;
}

/*td#smilies span{
	border:2px solid #0f1241;
	width:100%;
	height:100%;	
}*/

td#post {text-align:center;
}

/*Background color for the subject line and post area*/
.form_elements_text {/*background-color:#D7D7D7*/

width:100%;
color:#8a8cac;
background-color:#2a2a3b;

border-color:#051051;
border:1px solid #051051;
}

/*Background color for the dropdown menus*/
.form_elements_dropdown {
/*background-color:#D7D7D7*/
color:#8a8cac;
background-color:#2a2a3b;
}

img {border-style:none}

.editor_quote, .editor_code{
	width:85%;
	margin:10px;
	border:none;
}



.editor_quote_box span{
		border:2px solid #0f1241;
		padding:10px;
		background-color:#2a2a3b;
}

.editor_code_box span{
		border:2px solid #99CC00;
		padding:10px;
		background-color:#2a2a3b;
}


