@charset "utf-8";
/* CSS Document */
.input {
	background-color:#FFF;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	color:#999;
	font-weight:500;
}
.input:hover {
	background-color:#EFEFEF;
}
.button {
	background-color:#CCC;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	color:#666;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
}
.button:hover {
	color:#000;
	border-color:#000;
}
