@charset "UTF-8";
/* CSS Document */

fieldset {
font-family: Georgia, Times New Roman, Times, serif;
background-color:#eedbb7;
width:430px;
margin-left:50px;
margin-right:0px;
border-style:ridge;
}

label{
font-family: Georgia, Times New Roman, Times, serif;
font-size:12px;
font-weight:bold;
clear:left;
float:left;
width:100px;
text-align:right;
margin:5px 10px 5px 0px ;
padding:5px;
color: #313131;}

input{
	font-family: Georgia, Times New Roman, Times, serif;
float:left;
	background-color:#EEE;
color: #313131;
clear:right;
margin:5px 10px 5px 0px ;


}

select
{
	font-family: Georgia, Times New Roman, Times, serif;
float:left;
	background-color:#EEE;
color: #313131;
clear:right;
}

textarea{
	font-family: Georgia, Times New Roman, Times, serif;
float:left;
	background-color:#EEE;
color: #313131;
}

button{
	font-family: Georgia, Times New Roman, Times, serif;
float:left;
	clear:both;
	margin-left:275px;
	margin-top:50px;
	background-color:#313131;
	color:white;

}

.button
{
	font-family: Georgia, Times New Roman, Times, serif;
margin-left:255px;
	margin-top:25px;
	background-color:#313131;
	color:#EEE;
	
	
}

