@charset "UTF-8";
/* CSS Document */

.cssform h4 {
	background: #17a849; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: -moz-linear-gradient(top, #17a849 0%, #17a849 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a849), color-stop(100%, #17a849)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #17a849 0%, #17a849 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #17a849 0%, #17a849 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17a849 0%, #17a849 100%); /* IE10+ */
	background: linear-gradient(to bottom, #17a849 017a849%, #17a849 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a849', endColorstr='#17a849', GradientType=0 ); /* IE6-8 */
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.01em;
	padding: 10px 10px 10px 30px;
	text-align: left;
}
.cssform .first h3 {
	border-top: 0 none !important;
	padding-top: 0 !important;
}
.cssform h3 {
	border-top: 2px solid #17a849;
	color: #9a8f88 !important;
}
h1 {
    color: #575757 !important;
}
.cssform .submitBtn {
	background: #17a849; /* Old browsers */
	background: -moz-linear-gradient(top, #17a849 0%, #17a849 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a849), color-stop(100%, #17a849)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #17a849 0%, #17a849 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #17a849 0%, #17a849 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17a849 0%, #17a849 100%); /* IE10+ */
	background: linear-gradient(to bottom, #17a849 0%, #17a849 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a849', endColorstr='#17a849', GradientType=0 ); /* IE6-8 */
	background-repeat: no-repeat;
	border: 2px solid #17a849;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px #888888;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	margin: 30px 0 30px 28px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	width: 236px;
}
.cssform #notes {
	display: none;
}
.sidebarDate {
	color: #17a849;
}
#shadows {
    background-image: none !important;
    background-position: center center;
    background-repeat: repeat-y;
    box-shadow: 0 -20px 15px #333333 !important;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 966px;
}