#supForm
{
	width: 60%;
}

#supForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#supForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#supForm fieldset:hover
{
	background-color: #FFF;
}

#supForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}
/* Label */
#supForm label
{
	background-color: #FFCC66;
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#supForm .form_label_nostyle
{
	background: none;
}
/* Input */
#supForm input, #supForm select
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

#supForm input:hover, #supForm select:hover, #supForm input:focus, #supForm select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#supForm .form_input_day_month
{
	width: 3%;
}

#supForm .form_input_year
{
	width: 16%;
}
/* button submit */
#supForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#supForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#supForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#supForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}
