@charset "utf-8";



#aform fieldset *:last-child  {
	margin-bottom: 5px;
}

#aform fieldset label  {
	display: block;
	text-align: left;
	width: 150px;
}

#aform fieldset *  {
	font: 14px;
	margin-bottom: 5px;
}

#aform fieldset  {
   border: none;
}
#formsizer  {
	visibility: visible;
	width: 270px;
	position: relative;
	padding: 10px;
	background-color: #2E2D28;
	background-image: url(img/contact-form-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#formsizer-news {
	visibility: visible;
	width: 270px;
	position: relative;
	padding: 10px;
	background-color: #2E2D28;
	background-image: url(img/news-form-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#aform  {
	visibility: visible;
	z-index: 2;
	width: 255px;
	padding-left: 15px;
	color: #FFFFFF;
}
.sendleft  {
	text-align: left;
}
.left-half-txt {
	width: 400px;
	float: left;
}

