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

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

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

/* =fieldset */
fieldset {
	width : 450px;
	height: 325px;
	padding: 0px;
	border: none;
	overflow: hidden;
	margin: 30px 0px 0px;
	background-color: #FFF;
}
form .button {
	margin: 0px 0px 20px;
	height: auto;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}

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