h1 {
	margin-top   : 50px;
	color        : #000000;
  margin-bottom: 8px;
	font-size    : 30px;
	text-align   : center;
}
#container {
	width		: 640px;
	margin		: 0 auto;

}
.fieldset1 {
	width		  : 290px;
	margin		: 2 auto;
}


.fieldset1 legend, .fieldset2 legend {
	margin     : 0 25px;
	padding    : 0 25px;
	font-weight: bold;
	border     : 1px dotted black;
}

.fieldset2 {
	margin-top	: 7px;
}
.bt_submit {
	border			    : 1px solid #cccccc;
	background-color: #eeefff;	
	text-transform	: capitalize;
	font-weight		  : bold;
}



