@charset "utf-8";
/* CSS Document */

fieldset {
	padding:0px 20px 20px 20px;
	margin:0px;
}

fieldset .contourField {
	width:500px;
	clear:both;
	padding:5px 0px;

}

fieldset div.first {
	margin: 10px 0 0 0;
}

.contourNavigation {
	margin: 10px 0 0 0;
	padding: 10px 0 0 170px;
}

legend {
	font-size:1em;
}

label {
	float:left;
	font-size:0.8em;
	width:150px;

}

input {
	float:left;
	font-size:0.75em;
	width:300px;
}

input.contourButton {
	font-size:0.75em;
	width:100px;
	background-color:#c6dbfc;
	border: 2px solid #b0c9f0;
	color:#0d1294;
}

input.button.reset {
	font-size:0.75em;
	width:100px;
	background-color:#FFFFFF;
	border: 2px solid #b0c9f0;
	margin:0px 10px;
	color:#b0c9f0;
}

select {
	float:left;
	font-size:0.75em;
}

textarea {
	float:left;
	font-size:0.75em;
	width:300px;
	height:150px;
}

