/* Style sheet for subscription form InfoDesign
DELTA 02.Mar.02013: * Code cleanup * Styling
*/

.grid_10,
.grid_6
 {
	border: 1px solid green;
	background-color: #D1DBBD;
	overflow: hidden;
}

.NF_sub_form {
	border: 1px solid #193441;	
	background-color: #D1DBBD;
	margin: 0;
	padding: 46px 0 24px 20px;
}

form {
	background-color: #D1DBBD;
}

.field_label {
	/*border: 1px solid #d5d5d5;*/
	left: 0;
	position: absolute;
	width: 200px;
	font: bold 16px "Droid Serif";
	background-color: #D1DBBD;
	padding: 0;
	text-align: right;
	overflow: hidden;
	margin: 4px 22px 0 0;
}

.field {
	/*border: 1px solid blue;*/
	position: relative;
	font: normal 16px "Droid Serif";
	background-color: #D1DBBD;
	width: 500px;
	float: left;
	padding: 0 0 0 220px;
}


div.NF_sub_form p {
	/*background-color: #D1DBBD;*/
}

.button_submit {
	border: 1px solid #d5d5d5;
	background-color: #D1DBBD;
}

input.newsletter_ne,
input.newsletter_nn,
input.newsletter_ns,
input.newsletter-submit
 {
	border: 1px solid #91AA9D;
	font: normal 12px "Droid Serif";
	margin: 0 0 30px;
	padding: 3px 0 3px 3px;
}

.manda {
	font: italic 16px "Droid Serif";
	color: #91AA9D;
	background-color: #D1DBBD;
}

button.css3button {
	font: normal 16px "Droid Serif";
	color: #fcfff5;
	background-color: #3E606F; /* IE background color */
	background: -moz-linear-gradient(
		top,
		#3e606f 0%,
		#193441);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3e606f),
		to(#193441));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 3px solid #171717;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	padding: 10px 22px;
	margin-left: 220px;
}