/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*Forms defaults*/
form {
	margin-top:15px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	width:236px;
	height:15px;
	background:url(/fileadmin/style/template/template_1/img/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

textarea {
	width:336px;
	height:125px;
	background:url(/fileadmin/style/template/template_1/img/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.submit {
	padding:2px 2px 2px 2px;
	height:auto;
	width:auto;
  	background-image:none;
  	border:1px solid #b2b4bc;
  	background-color:#f4f4f4;
}

.powermail_mandatory_js {
	position:absolute;
	margin-left:230px;
	margin-top:-95px;
	color:#ffffff;
	text-align:center;
	padding-top:20px;
	width:229px;
	height:87px;
	background-image:url(/fileadmin/style/template/template_1/img/sprechblase_2.png);
	background-repeat:no-repeat;
}