@charset "utf-8";
/* CSS Document */
label
	{
		position:relative;
		float:left;		
		width: 200px;
	}
#search {
	width: 200px;
	height: 300px;
	margin: 5px 10px 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	width: 130px;
	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: 130px;
}

#button {
	background: #FFF;
	border: 1px solid #666;
	width: 50px;
}
.year_block
	{
		position:relative;
		float:left;
		width: 70px;
		height:auto;
/*
		background-color:#CCFF00;
*/
	}