body {
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Arial, sans-serif;
	line-height: 100%;
	font-weight:bold;

}
h1, h2 {
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Arial, sans-serif;
	line-height: 100%;
	font-weight:bold;

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

input, select {
	font: Georgia, Arial, sans-serif;
	color: #fff;
}

select, .inputbox {
	font: Georgia, Arial, sans-serif;
	color: #fff;
}

textarea {
	font: Georgia, Arial, sans-serif;
	color: #fff;
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: repeat-x bottom #333333;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 0.5px solid #CCCCCC;
	background: #333333;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #ffcc00;
	background: #444444;
}