@charset "utf-8";
/* CSS Document */

/* Form Attributes */

#form_contener {
}
label
{
	width: 205px;
	float: left;
	text-align: right;
	margin: 2px 30px 0 0;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	color: #999;
}

.input-box, .input-box_message
{
	margin-bottom: 12px;
	background: #f1f1f1;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: 1px #c7c7c7 solid;
	padding: 3px;
	width: 300px;	
}

.input-box
{
	height: 20px;
}

.input-box_message
{
	height: 250px;
}


/*  #submitbutton {
	color: #fff;
	width: 139px;
	height: 34px;
	border: none;
	margin: 0;
	padding: 0 0 5px 50px;
	background-image: url(img/contact_btn_bg_off.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

 */