@charset "UTF-8";
/* CSS Document */
h1, form {
  border:0;
  margin:0;
  padding:0;
}
body {
	background-color: #f1f2d8;	
}

h1, h2, legend{
	text-align: center;	
}

/*form {
	background-color:#FFFFFF;
  	border:2px solid #425955;
 	margin:0 auto;
 	padding:14px;
 	width:400px;
}
legend{
	font-weight: bold;	
}
div{
	display: block;
}
div.button{
	
	
}
form label{
	display: inline-block;	
}
label {
  	display: block;
  	float:left;
  	font-weight:bold;
  	text-align:right;
  	width: 110px;
	postition: relative;
  
}
input {
  	border:1px solid #BFBD9F;
  	font-size:12px;
  	margin:2px 0 20px 10px;
  	padding:4px 2px;
 	width:200px;
}*/
form{
	margin: 0 auto;
	width: 500px;
	background-color: #fff;
	border: solid 2px #000;	
	box-shadow: 5px 5px 5px #000;
}

fieldset{
	margin: 15px 15px 15px 15px;	
}
legend{
	font-weight: bold;	
}
label{
	display: block;
	float: left;
	text-align: right;
	width: 240px;
	margin: 10px 15px 0 10px;
	font-weight: bold;
}

input, select{
	margin: 10px 0 0 5px;
}

.submitButton {
	clear: both;
	text-align: center;
	margin: 0 0 15px 200px;
	border: solid 1px #000;
	font-weight: bold;
	width: 100px;
	
}


