textarea,
select,
.text{
	text-align:left;
	font-family:"Verdana",sans-serif;
	font-size:12px;
}

textarea{
	overflow:auto;
}

.text_big_outer,
.text_outer{
	height:20px;
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
}


.text_big_outer input,
.text_outer input{
	height:18px;
	border:none;
	position:absolute;
	left:5px; top:2px;
	background:transparent;
}

.text_outer{
	width:200px;
	background-image:url('form_text_200.gif');
}
.text_outer input{width:190px;}
.select_outer select{width:200px;}


.textarea_big_outer,
.textarea_outer{
	height:100px;
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
}
.textarea_big_outer textarea,
.textarea_outer textarea{
	height:90px;
	border:none;
	position:absolute;
	left:7px; top:5px;
	background:transparent;
}

.textarea_big_outer{
	width:280px;
	background-image:url('form_textarea_280.gif');
}
.textarea_big_outer textarea{width:265px;}




#contact_form{
	width:280px;
	position:relative;
}
#contact_form .title{
	display:block;
	float:left;
}
#contact_form .text_outer{
	float:left;
}
#contact_form .textarea_big_outer{
	float:none;
	clear:both;
}
#contact_form .button_send{
	position:absolute;
	right:2px; top:120px;
	float:right;
}


.button{
	border-width:1px;
	padding:2px 4px;
	font-size:11px;
	font-weight:bold;
	background:#eee;
	color:#333;
	cursor:pointer;
}
.button:hover{
	background:#a9b;
	color:#000;
}


.form_table th {
    text-align: right;
    padding-right: 5px;
}


.service_form_table{
	border-spacing:5px;
	border-collapse:separate;
}
.service_form_table th{
	font-size:12px;
	font-weight:bold;
}
.service_form_table td{
	padding-bottom:5px;
}

.service_form_table .error{
	font-size:10px;
}
