@charset "utf-8";
/* CSS Document */
fieldset {
	border: 1px solid #ccc;
	background-color: #F0F4F9;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 40px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 15px;
}
legend {
    font-weight:bold;
}
.formelement,
.formelementbtn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.formelementtop {
	margin-top: 0px;
	margin-bottom: 10px;
}
.formelementtop {
	margin-top: 10px;
	margin-bottom: 0px;
}
label.general {
	float:left;
	width:220px;
}
label.long {
	float:left;
	width:300px;
}
label.short {
	float:left;
	width:80px;
}
label.bandlabel {
	float:left;
	width: 160px;
}
label.band {
	float:left;
	margin-right: 20px;
}
label.type {
	float:left;
	width: 220px;
}
label.specifyother {
	float:left;
	width:0px;
	text-indent:-1000em;
}
input {
	width:250px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
input.radio,
input.checkbox { 
    width:auto;
}
input.smallinput {
	width:130px;
}
input.xsmallinput {
	width:50px;
}
input.xlong {
	width:390px;
}
#footnote {
	font-size: x-small;
	margin-left: 220px;
}

input.submit {
	font-size: large;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	display:block;
	height: 40px;
	width: 184px;
	background-image: url(../images/submit-button.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:none;
}


#smallbutton {
	line-height: 25px;
	height: 25px;
	width: 140px;
	margin-top: 12px;
}
div#smallbutton a,
div#smallbutton a:link,
div#smallbutton a:visited {
	font-size: small;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	display:block;
	height: 25px;
	width: 140px;
	background-image: url(../images/smallbutton.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div#smallbutton a:hover,
div#smallbutton a:active {
	background-image: url(../images/smallbutton-hover.gif);
	background-repeat: no-repeat;
}

.warning {
	color: #FF0000;
}
.success {
	font-weight: bold;
	color: #6B276A;
}
.footnote {
	font-size: x-small;
	line-height: 1;
	margin-top: 8px;
	margin-bottom: 16px;
}
.prefer {
	line-height: 1.2;
	font-weight: normal;
	color: #97BFE6;
	font-size: medium;
}

