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

#call_us,
#voluntary {

}
#call_us fieldset,
#voluntary fieldset {
	width: 49em;
	border: 1px solid #FC9;
	border-left: 10px solid #FC9;
}
#call_us legend,
#voluntary legend {
	font-weight: bold;
	padding: 0 .5em;
	font-size: 120%;
}
#call_us input,
#call_us textarea,
#voluntary input,
#voluntary textarea {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	padding: .2em;
	width: 35em;
	border: 1px solid #036;
}
#call_us textarea {
	height: 10em;
	overflow: auto;
}
#call_us input.Button,
#voluntary input.Button {
	float: left;
	width: 12em;
	margin-right: 1.5em;
	cursor: pointer;
}
.Button:hover {
	background: #666;
}
#voluntary input.Radiobox  {
	width: 1em;
	border: none;
}
#voluntary textarea {
	height: 20em;
	overflow: auto;
}
#call_us .Notice,
#voluntary .Notice {
	font-weight: bold;
	color: #003366
}
