
/*BODY {
	background-color: black;
}*/

div.form-group label { color: white; color: #d6d6d6; font-size:16px; font-weight: bold; }

div.form-group input,
div.form-group select,
div.form-group textarea { 
	border: 1px solid #000; 
	/*border-radius: 0px;*/
}

input.btn { 	
	background-color: #ffb95f;
	color:: black;
	font-weight: bold;
	/*border-radius: 0px;*/
	width: 100px;
	
	/*text-shadow: 2px 2px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;*/
}

div.form-group input.btn {
	border: 3px solid #000;
}
div.form-group span {
	color: orange;
}

input.btn:hover {
	/*background-color: white;*/
	/*background-color: #ffddbb;*/
	background-color: black;
	color: white;
}

div.opener { color: #bdbdbd; text-shadow: 1px 1px #000000; font-size:14px; line-height:18px; }

div.sidebar { color: #bdbdbd; text-shadow: 1px 1px #000000; font-size:14px; line-height:18px;}
div.sidebar a { color: #eba74e; }

div.sidebar h5 { color: #d0d0d0; text-shadow: 1px 1px #000; font-size:17px; line-height:24px; margin-bottom: 0px; }
div.sidebar h6 { color: #d0d0d0; text-shadow: 1px 1px #000; margin:0px; padding:0px; }

form #website{ display:none; }