﻿.form{
	min-height: 1px;
	margin: 0 0 20px;
	position: relative;
}

* html .form{
	height: 1px;
}

.form:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.form h2{
	border-bottom: solid 3px #494440;
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 0;
}

fieldset{
	background: url(fieldset.jpg) repeat;	
	border: none;
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	border-bottom: solid 2px #d0c9b5;
}

fieldset .fieldset{
	background: url(fieldset.fieldset.jpg) no-repeat right 0;
	padding: 20px;
}

.form_buttons{
	min-height: 1px;
	position: relative;
	margin: 20px 2px 0 0;
}

* html .form_buttons{
	height: 1px;
}

.form_buttons:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.form_buttons .btn{
	height: 40px;
	border: none;
	background-color: Transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-indent: -9000px;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	display: block;
	cursor: pointer;
}

.form_buttons .btn:hover{
	background-position: 0 -40px;
}

.send{
	width: 98px;
	background-image: url(btn.send.gif) ;
}
