html, body {
	background-color: #f6f6f5;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Geneva, Tahoma, Verdana, Helvetica, sans-serif;
	color: #3c3c3c;
	min-width: 800px;	
}
a {
	color: #959595;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #959595;
}
a:visited {
	text-decoration: underline;
	color: #959595;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 2px 5px;
	border: 1px solid #333333;
	background:  url(../images/but-bg.gif) repeat-x top #666666;
	color: #FFFFFF;
}

.button:active, .button:focus {
	border: 1px solid #333333;
}
.inputbox {
	border: 1px solid #C0C0C0;
	background: #F0F0F0;
	margin-bottom: 2px;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #888888;
	background: #FFFFFF;
}
#footer {
	margin: 20px;
	color: #959595;
	text-align: center;
}