html, body {
	margin:0;
	padding:0;
	background-color: #282828;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
table
{
	border: 0px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color : white;
}
input, select
{
	background-color: #282828;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #484848;
	border-bottom: 1px solid #484848;
	font-weight: bold; 
	font-size: 11px;
	color: white;
	padding: 2px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
option
{
	background-color: #282828;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px;
	color: white;
}
textarea
{
	background-color: #282828;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #484848;
	border-bottom: 1px solid #484848;
	font-weight: bold; 
	font-size: 11px;
	color: white;
	padding: 2px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
a      
{
	color: white;
	font-weight: bold; 
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}