form
{
	margin: 0px;
	padding: 0px;
}
input, textarea, select
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
input, textarea, select
{
	font-size: 1.2em;
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, sans-serif;
	float: left;
}
select
{
	font-size: 1.3em;
	padding: 0px;
}
/* Для Opera */
input[type="text"],
input[type="checkbox"],
textarea,
select
{
	background-color: white;
}
/* для IE как пример
input 
{
	background-color: expression(this.type=="text" ? "white" : "inherit");
}
*/
div.checkbox_outer
{
	clear: both;
	margin-top: 5px;
}
html* div.checkbox_outer input
{
	margin: -4px -4px -3px -4px;
}
div.checkbox_outer label
{
	margin: 0px 0px 0px 5px;
	font-size: 1.2em;
}

div.float_sep
{
	clear: both; 
	height: 0px;
	line-height: 0px; /* для IE */
	font-size: 0px;
}
div.input_inline input,
div.input_inline select
{
	margin: 5px 0px 0px 10px;
}
div.input_inline label
{
	float: left; 
	margin: 9px 0px 0px 10px; 
	font-size: 1.2em;
}
p.form_error
{
	color: red;
	clear: both;
	margin: 0px 0px 6px 0px;
}
div.input_inline p.form_error
{
	margin: 0px 0px 6px 10px;
}


table.sendform
{
	width: 100%;
}
table.sendform1
{
	width: 700px;
}
table.sendform tr,
table.sendform1 tr
{
	vertical-align: top; /* для Opera в теге col указывается valign=top */
}

table.sendform td
{
	padding: 5px 0px 0px 0px;
}
table.sendform td.left p.comment,
table.sendform td.right p.comment
{
	clear: both;
	margin: 0px 0px 0px 10px;
	font-size: 1em;
}
table.sendform td.right p.comment
{
	margin: 0px;
}

div#avia_add input
{
	margin: 10px 0px 0px 10px;
}