#privacyMsg {
	display: none;
	margin: 10px 30px 10px 40px;
}

#smartForm {
	font-size: 1.1em;
	
}

#smartForm label {
	margin-left: 30px;
	display: block;
	width: 500px;
	font-size: 1.3em;
	font-weight: normal;
	color: #343434;
	margin-bottom: 3px;
}

#smartForm input {
	padding: 7px;
	display: block;
	margin-left: 30px;
	width: 500px;
	font-size: 1.1em;
	margin-bottom: 10px
}

#smartForm #sf-private {
	display: inline ! important;
	margin-left: 30px;
	width: auto;
	

}

#smartForm select {
	margin-left: 30px;
	font-size: 1.1em;
	width: 500px;
	padding: 7px;
}

#smartForm textarea {
	margin-left: 30px;
	width: 500px;
	font-size: 0.9em;
	padding: 7px;
	height: 100px;
}

#sf-submit {
	width: auto ! important;
}

#privacyMsg {

	font-style: italic;
	font-size: 0.8em;

}

.success,.e  {
	color: black;
	width: 80%;
	margin: 10px auto;
/* 	border-left: none ! important; */

} /* Most Success Styles from blueprint css . . . screen.css */


.instructions {
	font-size: 1em;
	margin-bottom: 10px ! important;
	margin-top: 20px;
	margin-left: 30px ! important;
	width: 500px
}


.e {
	width: 80%;
	border-width: 3px;
	border-color: #b67b77;
	border-style: solid;
	background-color: #ffe0d4;
	padding: 20px;
	margin: 0px auto 20px auto; 
}

.success {
	width: 80%;
	border-width: 3px;
	border-color: #69b66f;
	border-style: solid;
	background-color: #d9ffd3;
	padding: 20px;
	margin: 0px auto 20px auto; 
}


