@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	background-color: #333333;
}
input.buttons {
	border: 1px solid #FFCC00;
	width: 100px;
}
input.insert_medium {
	border: 1px solid #FFCC00;
	width: 200px;
	background-color:#CCCCCC;
}
.login {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
h3 {
	color:#FF0000;
}