﻿.fieldset {
	border: thin #333333 dotted;
}
.legend {
	background-color: #46668D;
	font-size: x-large;
    font-weight: bold;
    color: white;
}
.textfield {
	border: thin green ridge;
	background-color: #46668D;
	color: white;
}
.button {
	border: medium green outset;
	background-color: #46668D;
	color: white;
	font-weight: bold;
}
.radio {
	border: thin green dotted;
	background-color: #46668D;
}
.textL {
	color: #333333;
	font-weight: bold;
	font-size: x-large
}
.textN {
	color: #333333;
	font-weight: bold;
}
.hrS {
	color: #CCCCCC;
	height: 0px;
	text-align: left;
}
.hintS {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

