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

/* Common Items */

input, textarea{
	border:solid #F90;
	color: #069;
	font-size:14px;
}

input:active, textarea:active{
	border:solid #069;	
}


input{
	height:20px;
}

textarea{
	height:200px;	
}

.button{
	border:none;
	background-color:#F90;
	color:#FFF;
	width:200px;
	height:24px;
	
}

h1{
	text-align:center;
	position:absolute;
	top:200px;
	left:270px;
}



