#frmContact input,
#frmContact textarea,
#frmContact select {
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	margin-top: 5px;
	margin-left: 120px;
	border: 0;
}

#Backoffice #frmContact,
#Backoffice #newsletterForm {
	margin-top:10px;
	padding-top:10px;
 	border-top:1px dotted #fff;
	width:478px;
}

#frmContact fieldset {
	margin:0;
	padding:0;
	border:0;
}

#frmContact #notification,
#newsletterForm #notification {
	padding:10px 0;
	font-style:italic;
	display:block;
}

#frmContact div.row {
  padding: 4px 10px 4px 0;
}

#frmContact label {
  position: absolute;
  margin-top: 5px;
}

#frmContact input {
	padding:5px 5px 0 5px;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	color:#58595B;
	background:url(../images/inputfield.gif) left top no-repeat;
	height:18px;
	width:252px;
}

#frmContact textarea {
	padding:5px;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	color:#58595B;
	background:url(../images/textarea.gif) left top no-repeat;
	height:190px;
	width:252px;
}

#frmContact #formSubmit {
	margin:0;
	margin-left:120px;
	margin-top:10px;
	padding:0;
	color:#fff;
	background:url(../images/btnSubmit.gif) left top no-repeat;
	width:109px;
	height:23px;
}
