body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	color: #ffffff;
	margin: 0;
	padding: 0 5px;
	background: #000000;
}
#body-simple {
	background: #191919;
	padding: 5px;
}

/* Misc stuff */
img {
	border: none;
}

/* Links
 ------------ */
a {
	color: #b63023;
	text-decoration: none;
}

a:active,
a:visited {
	color: #b63023;
	text-decoration: none;
}

a:hover {
	color: #F0E80A;
	text-decoration: underline;
}

/* Form Elements
 ------------ */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #D0D0D0;
	border: 1px solid #30B623;
	background-color: #222;
}

input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #D0D0D0;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #D0D0D0;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #F0E80A; 
	color: #FFF;
}

label:hover { 
	color: #F0E80A; 
}

