fieldset input {
	float : right;
	border : 1px solid #FF9900;
	background-color: #DDDDDD;
	font-size: 10px;
}
fieldset textarea {
	float : right;
	border : 1px solid #FF9900;
	background-color: #DDDDDD;
}
fieldset textarea:hover {
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
fieldset textarea:active, input:focus {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
fieldset input:hover { border-color : #000; }
fieldset input:active, input:focus { border-color : #FF0000; }
label, label span {
	display : block;
	padding-bottom : .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
}
label { float : left; width : 80%; }
label span { float : left; width : 20%; text-align : right; }

/* =fieldset */
fieldset {
	margin-bottom : 10px;
	overflow : hidden;
	background-image: url(../images/bg-htm.png);
	background-repeat: no-repeat;
	width: 280px;
	background-position: left top;
	border: 1px solid #FF9900;
	padding-top: 20px;
}

/* =div */
form div {
	text-align :left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 280px;
}
form div input{
	padding : 0 .25em;
	background-color : #FF9900;
	border-top-color : #000000;
	color : #000000;
	text-transform : uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
}

form div input:hover{ background-color : #FFCC33;
}
