/* =label/labelspan */

/* =label/labelspan */
label, label span { display : block; padding-bottom : .25em; }
label {
	float : left;
	width : 500px;
}
label span {
	float : left;
	width : 35%;
	text-align : right;
}

/* =input */
fieldset input {
	float : right;
	width : 55%;
	border : 1px solid #2B3B92;
}

fieldset select {
	float : right;
	width : 45%;
	border : 1px solid #C1C9F0;
}

fieldset textarea {
	float : right;
	width : 45%;
	border : 1px solid #2C3C93;
}


fieldset input:hover {
	background-color: #C1C9F0;
	border-top-color: #2B3B92;
	border-right-color: #2B3B92;
	border-bottom-color: #2B3B92;
	border-left-color: #2B3B92;
}
fieldset input:active, input:focus {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* =fieldset */
fieldset {
	margin-bottom : 10px;
	padding : 20px;
	border : 1px solid #2B3B92;
	overflow : hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #2B3B92;
	font-weight: bold;
}


fieldset:hover {
	border-color : #C1C9F0;
}

form div input {
	padding : 0 .25em;
	border-top-color : #2B3B92;
	color : #FFFFFF;
	text-transform : uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #2B3B92;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #2B3B92;
	border-bottom-color: #2B3B92;
	border-left-color: #2B3B92;
}

form div input:hover{
	background-color : #C1C9F0;
	color: #FFFFFF;
}

/* =div */
form div {
	margin-bottom : 10px;
	padding : 0px 0px;
	border : 1px solid #2B3B92;
	text-align : center;
}

