/* CSS Document */
.congrads {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #003300;
	background-color: #F4FFE6;
	padding: 5px;
	width: 230px;
	border: 1px solid #B6CB89;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.formbox {
	background-color: #EDF6F7;
	width: 530px;
	padding: 15px;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border: 1px solid #CEE7EA;
}
input.signup:focus {
	font-family: "Trebuchet MS";
	font-size: 12pt;
}	
input.signup,select.signup,textarea.signup {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #333333;
	border: 1px solid #A7A8A8;
	width: 300px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.button {
	background-color: #EDF6F7;
	font-size: 12pt;
	font-family: "Trebuchet MS";
	border: 1px solid #D6EBED;
	margin-top: 10px;
	width: 100px;
	margin-bottom: 10px;
}
.topbox .box a {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}.formboxOrange {
	background-color: #FFEFDF;
	width: 530px;
	padding: 15px;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border: 1px solid #FFD9B3;
}
.formboxgreen {
	background-color: #F4FFDF;
	width: 530px;
	padding: 15px;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border: 1px solid #E4FFB3;
}
.input2 {
	width: 20px;
}
.inputsidebyside {

	width: 255px;
}
.inputwide {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #333333;
	border: 1px solid #A7A8A8;
	width: 380px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.inputdropdowns {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #333333;
	border: 1px solid #A7A8A8;
	width: 250px;
	font-weight: bold;
	background-color: #FFFFFF;
}
