@charset "utf-8";
/* CSS Document */


input.NR-quote, textarea.NR-quote, select.NR-quote {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border: 3px solid #f3e479;
	border-radius: 8px;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease-in-out;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: black;
	font-size: 1em;
	background-color: #f3e479;
}

textarea.NR-quote-hidden {
	display: none;
	/*
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px ;
	margin: 0px;
	width: 1px;
	height: 1px;
	*/
}

textarea {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border: 3px solid #ee4b28;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease-in-out;
	font-family: duciejazz;
	font-size: 1em;
}

textarea.NR-quote-message {
	height: 170px;
}

input.NR-quote:focus, textarea.NR-quote:focus {
	border: 3px solid #2891fc;
	margin: 5px 5px 5px 5px;
	outline: none;
	
}

textarea:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #027878;
	margin: 5px 5px 5px 5px;
	outline: none;
	
}


