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

/* form CSS */
/* =label/label span */
label, label span {display: block; padding-bottom: .05em;}
label {
	float: left;
	width: 100%;
}
label span {
	float: left;
	width: 20%;
	text-align: right;
	padding: 0px 5px 5px 0px;
}

/* =input */
fieldset input {
	float: left;
	width: 75%;
	border: 1px solid #999;
}
fieldset input:hover {
	border-color: #999;
}
fieldset input:active, input:focus {
	border-color : #999;
}

/* =fieldset */
fieldset {
	width : 280px;
	height: 205px;
	padding: 15px;
	border: 1px solid #999;
	overflow: hidden;
	margin: 10px 0px;
	background-color: #FFF;
}

/* =div */
form div {
	margin-bottom: 0px;
	padding: 10px 20px;
	text-align : center;
}
#message {
	border: 1px solid #999;
	overflow: hidden;
}
#message :hover {
	border-color: none;
}