#contactform * {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactform  input,#contactform  textarea  {
	width: 386px;
	border: 0;
	float: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
	height: 14px;
	}
#contactform  textarea  {
	height: 80px;
	background: #ffffff;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 20px;
	width: 550px;
}
#contactform label {
	float: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	
}	

.notification_error
{
	height: auto;
	width: 95%;
	padding: 15px;
	text-align: left;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #D50143;
	line-height: 24px;
	margin-bottom: 10px;
	-webkit-text-size-adjust: none;
}

.notification_ok
{
	height: auto;




width: 90%
padding: 8px;
	text-align: center;
	-moz-border-radius: 5px;
	color: #0C0C0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFF00;
	padding: 15px;
	line-height: 24px;
	width: 95%;
}

.button
{
	-moz-border-radius: 3px;
	background-image: url(../images/send_but.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 65px;
	cursor: pointer;
	outline: none;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


.info_fieldset {
	-moz-border-radius: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.info_fieldset legend
{
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
	font-family: Verdana;
	font-size: 13px;
}

/* BR */

br { clear: left; }
#contactform input {
	background-image: url(../images/input_box.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
		 }

