/* CSS Document */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border : solid 1 #cccc99;
	background: transparency;
}
legend {
	font-weight: bold;
	color: #993399;
	display: block;
}
input {
	width: 200px;
	background-color: #FFF;
}
input:focus, textarea:focus {
	background: #FFF;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input.radio, input.checkbox, input.submit {
	width: 5px;
}

.submit_class {
	width: 275px;
	border: 1px solid #666666;
}
.checkbox {
	width: 5px;
}
.state {
	width: 20px;
}
textarea {
	width: 400px;
	height: 100px;
	background: #FFF;
}
label {
	display: block;
	float: left;
	width: 250px;
}
.button {
	background: #ffffff;
	border: 1px solid #000;
	padding: 5px;
	width: 60px;
}
.required {
	font-size: 0.75em;
	color:#ff0000;
}
.agree {
	border: 4px groove #f00;
width: 150px;
padding: 5px 0 5px 0;
background-color: #FFFFFF;
}


