/* Style Sheet */


div.nlContainer {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 226px;
}

div.nlContainer form {
	margin: 0;
	padding: 0;
}

div.nlContainer input[type="text"] {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	line-height: 28px;
	padding: 0 10px;
	margin: 0 0 5px 0;
	width: 200px;
	height: 28px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

div.nlContainer select {
	margin: 10px 0 5px 0;
	width: 70px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

div.nlContainer label {
	display: block;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 5px 0;
}

div.nlContainer button {
	display: inline-block;
	padding: 0 15px;
	margin: 5px 0 0;
	line-height: 24px;
	border: 1px solid #d0890c;
	background-color: #d0890c;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

div.nlContainer button:hover {
	border-color: #b57607;
	background-color: #b57607;
}

div.nlContainer input.error {
	border-color: #a61414 !important;
	background-color: #a61414 !important;
	color: #fff !important;
}

div.nlContainer p {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 5px 10px; 
	margin: 0;
}

div.nlContainer p.okay {
	background-color: #33890d !important;
	color: #fff !important;
}

div.nlContainer p.error {
	background-color: #a61414 !important;
	color: #fff !important;
	margin: 0 0 10px 0;
}
