@charset "UTF-8";
label {
	font-weight: bold;
	display: block;
}
fieldset {
	background-color: #C5D5D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
}
fieldset  input, select, textarea {
	margin-bottom: 2em;
}
textarea {
	display: block;
	margin-bottom: 2em;
	width: 300px;
}
.required {
	font-size: .80em;
}
#snailMail {
	display: none;
}
.button {
	background-image: url(images/buttonsBackground.gif);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	padding-left: 2em;
	margin-top: 1em;
	background-position: 8px 6px;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	font-size: 1.1em;
}
.button:hover {
	background-image: url(images/buttonsBackgroundHover2.gif);
}
.inLine   {
	display: inline !important;
}
