@charset "utf-8";
/* CSS Document */
.btnone {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.btn {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #0000FF;
	cursor: pointer;
}
.spacer-float{
	float: left;
	font-weight: bolder;
	color: #000000;
	font-size: 20px;
}
.btn:hover {
	background: #999999;
}
.btn:visited {
	background: #999999;
}
.btn:active {

}
.form{
	height: 26px;
	width: 300px;
	background-color: #000;
	padding: 8px;
	margin-left: 40px;
	margin-top: 10px;
}
.float-one{
	float: left;
	height: 27px;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.float-two{
	float: left;
	height: 30px;
}
.pad{
	padding-top: 10px;
}
submit {
	font-weight: bold;
}
input {
	background-color: #FFFFFF;
}

.form a:link{
	text-decoration: none;
	color: #0000FF;
}
.form a:hover{
	background-color: #999999;
	text-decoration: none;
	}
.form a:active{
	text-decoration: none;
	color: #0000FF;
}
.form a:visited{
	text-decoration: none;
	color: #0000FF;
}
