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

form{
	margin:10px;
	padding:10px;
}
.formDiv{
	margin-bottom:10px;
}
.labelArea{
	font-weight:600;
	width:410px;
}
.formInput, label{
	height:20px;
	color: black;
	text-align:left;
}
.formInput{
	width:455px;
	padding:2px;
	border: solid #CCCCCC;
	border-width:1px;
	border-top-color:#999999;
	border-right-color:#999999;
	background-color:#ffffff;
}
.formInputArea{
	height:100px;
}

.submitButton{
	width:60px;
	height:21px;
	background-image:url(../images/menuSmallBG.png);
	background-repeat:no-repeat;
}
.submitButton:hover{
	width:60px;
	height:21px;
	background-image:url(../images/menuSmallOver.png);
	background-repeat:no-repeat;
}
