﻿.process_form 
{
}
.process_form .form_item 
{
	height: 26px;
}
.process_form .form_item.textarea
{
	height: 100px;
}
.process_form .form_item label 
{
	float: left;
	display: block;
	width: 70px;
	color: White;
	clear: left;
	text-align: right;
	padding-right: 6px;
	font-size: 14px;
}
.process_form .form_item .input
{
	float: left;
}
.process_form .form_item .input input
{
	width: 220px;
	border: none;
	background-color: White;
}
.process_form .form_item .input textarea
{
	width: 220px;
	border: none;
	background-color: White;
	height: 220px;
}
.process_form .action
{
	padding-top: 6px;
	clear: both;
	height: 20px;
	padding-bottom: 10px;
}
.process_form .action .submit
{
	float: right;
}
.process_form .action .submit input
{
	border: none;
	background: transparent url(/images/layout/icon-envelop.gif) no-repeat top right;
	height: 19px;
	padding-right: 26px;
	color: #465263;
	margin-right: 21px;
	padding-bottom: 20px;
}

#messagefield {
	height: 100px;
}