@charset "utf-8";
form {
	font-size: 12px;
}
fieldset {
	padding-right: 15px;
	padding-top: 10px;
	width: 360px;
}
legend {
	font-size: 16px;
	font-weight: bold;
	color: #2993A3;
}


.textpadding form ul {
}
.textpadding form ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
}
.textpadding form ul li a {
}
.textpadding form ul li input {
	background-color: #FFFFFF;
}
.textpadding form ul li input.button {
	color: #FFFFFF;
}
.textpadding form ul li label {
	font-weight: bold;
	color: #174A8B;
	font-size: 12px;
}
.button {
	color: #045290;
	font-weight: bold;
	background-color: #BEE1F4;
}
select.S_long {
	width: 350px;
	font-size: 11px;
}
input.checkbox {
	width: 14px;
	background-color: #FFFFFF;
	display:inline;
	margin-left: 5px;
	border: none;
}
.textpadding form ul li input.button {
	color: #FFFFFF;
}



input {
	font-size: 12px;
	background-color: #72BCE1;
	border: 1px solid #94B0C0;
	width: 120px;
}
label {
	display: block;
}
.checkboxGroup {
	margin-bottom: 5px;
}
.checkboxGroup select {
	display: inline;
}
.checkboxGroup label {
	display: inline;
}

input.noBorder {
	Sborder-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}