@charset "utf-8";

#form {
	float: left;
	width: 680px;
	background-color: #EBEEF3;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #4199CB;
	border-bottom-color: #4199CB;
}

.form {
	float: left;
	width: 280px;
}
#form .text {
	padding-left: 20px;
	padding-right: 20px;
}
/* =label/labelspan */
label, label span {
	display:block;
}
span {
	background-color: #EBEEF3;

}

label {
	float: left;
	width:100%;
	padding: 0;
}
label span {
	float:left;
	width: 30%;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0 5px 0 0;
}
fieldset input {
	float:left;
	width:50%;
	border: 1px solid;
	border-color: #688ECF;
}
fieldset input:hover {
	border-color: #003399;
}
fieldset input:active, input:focus {
	border-color: #339900;
}
/* =fieldset */
fieldset {
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 0px;
}
