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

fieldset {
	padding: 1em;
	border: 1px solid #006;
	margin: .5em;
	}
legend {
	font-weight: bold;
	color: #666;
}
label {
	display: block;	
cursor: pointer;
}

	
textarea {
	width: 90%;
	height: 9em;
}

input[type="text"]:focus, textarea:focus {
	background-color: #FF9;
}

.special {
	visibility:hidden;   
  display:none;
} 
