#content form {
	/* border-bottom: 1px solid #ccc; */
}

#content label {
	display: block;
	margin: 0;
	padding: 0;
}

#content #newsletterUnsubCheckbox label {
	display: inline;
}

#content #newsletterUnsubCheckbox input {
	margin-right:5px;
}

#content .textInput input {
	margin-top: .25em;
	width:17em;
}

#content .textInput textarea {
	margin-top: .25em;	
}

#content .textInput input,
#content textarea {
	border: 1px solid #ccc;
	padding: 3px;
}


#content .textInput input:focus,
#content textarea:focus {
	background: #ffc;
}

#content form p {
	margin: 0 0 1em 25px;
}

#content .dropdownMenu select {
	margin-top: .5em;
	width: 17em;
}

#content form .button input {
	margin-top: 1.5em;
}

#content fieldset {
	background: #fff;
	margin: 3em 0;
	padding: 1em 2em .5em 0;
	border: 2px solid #ccc;
}

#content legend {
	font: normal normal 2em/1 Georgia, "Times New Roman", Times, serif;
	color: #22345f;
	margin-left:18px;
	padding:2px 5px;
	background: #fff;
	/* display: none; */
}

/*
#content form .zemRequired {
	font-weight: bold;
	color:#940003;
}
*/
