form {
	margin:0;
	padding:0;
	padding:20px 0;
}

fieldset {
	border:0;
}

legend {
	font-size:12px;
	color:#d10100;
}

span#notification {
	margin-bottom:10px;
	color:#1d398d;
	width:405px;
	display:block;
}

#rightcolumn span#notification {
	margin:0 30px 0 25px;
	color:#1d398d;
	width:auto;
	display:block;
}

span#errNewsletter {
	margin-top:10px;
	width:254px;
	display:block;

}

div.row input, div.row  textarea, div.row  select {
	margin-top: 5px;
	margin-left: 160px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	background:#fbfbfb;
}

div.row2 label {
	display:block;
}

div.row2 input {
	padding:2px 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #666;
	width:140px;
}

div.row2 #newsletterSubmit {
	margin-left:10px;
	padding:0;
	width: 90px;
	height:20px;
}

div.row input {
	padding:2px 5px;
	width:280px;
}

div.row select {
	padding:2px 5px;
	width:290px;
}

div.row textarea {
	padding:2px 5px;
	width:280px;
	height:80px;
}

div.row {
	padding: 4px 10px 4px 0;
}

div.row label {
	position: absolute;
	margin-top: 5px;
}

div.row div.label {
	position:absolute;
}


div.control_checkbox input, div.control_radio input {
	width:auto;
	border:0;
}

div.control_checkbox label, div.control_radio label {
	margin:0 5px;
}


div.row #formSubmit, #submit-send-button {
	margin: 10px 20px 0 160px;
	padding:0 10px;
	height:25px;
	width:auto;
	background-color:#8AA39F;
	border:0;
	color:#fff;
	cursor:pointer;
}

div.row #formSubmit:hover, #submit-send-button:hover {
	background-color:#155EAC;	
}