#contentNew form {
	font-size: 20px;
}

@media (max-width: 768px) {
	#contentNew fieldset {
		width:90% !important;
		margin:0 !important;
	}
	
	#contentNew fieldset ol {
		padding-left:5px;
	}
	
	#contentNew form textarea {
	 	width:90%;
	}
	
	#contentNew label {
		width:19em !important;
		margin-right:1.5em !important;
	}	
}

#contentNew fieldset {
	/*float: left;*/  /* <-- caused problems on smaller screens */
	clear: both;
	width: 90%;
	margin: 0 0 1.5em 0;
	padding: 0;
	/*border: 1px solid #dcdcdc;*/ 
	/*background-color: #F2EFE9; */
}

#contentNew legend {
	margin-left: 0;
	padding: 0;
	color: #00833f;
	font-size: 80%;	
	letter-spacing: 0.01em;	
	font-style: normal;
	font-weight: bold;
	/*font-size: 100%;*/
	/*color: #064b51;*/
}

#contentNew label {
	position: relative;
	float: left;
	width: 19em;
	margin-right: 1em;
	vertical-align: baseline;
	/*	width: 10em; */
}

#contentNew label span strong {
	position: absolute;
	left: 38em;
	top: 0.2em;
	width: 23em;
	color: #C00;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	vertical-align:middle;
	/*	width: 30em; */
	/*	left: 27em; */
}

#contentNew label span img {
	position: absolute;
	left: -19em; 
}

#contentNew fieldset ol {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
	
#contentNew fieldset ol li  {
	color: #494949;
	font-size:90%;
	line-height: 160%;
	background: none;
	margin-bottom: 20px;
	padding: 10px 0 10px 0px; /* padding: 0 0 10px 5px; */	
}

#contentNew form input[type='text'] {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: url(../../images/backgrounds/forms/back_form-field.gif) repeat-x;
	color: #003366;
}

#contentNew form textarea {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ccc;
	background: #fff url(../../images/backgrounds/back_form-field.gif) repeat-x;
	width: 200px;
}

#contentNew form input[type='text'].chartxt {
	border: 0px none; 
	background: none;
	height: 15px;
	background-color: #FFFFFF;	
	color: #CC0000;
	width: 50px;
	font-size: 100%;
	vertical-align: middle;
}

.submit_button {
	color: #003366; 
	background: url(../../images/backgrounds/forms/back_form-field.gif) repeat-x;
	/* background-color: #D7E5F2; */
}

.required_fields {
	color:#EB0000;
}

