@charset "utf-8";
/* CSS Document */




label
{
width: 9em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:400;
}

 
input
{
	font-size:24px;
	color: #06F;
	background:#CCF;
	border: 1px solid #781351
}

.submit input
{
	font-size:18px;
	color: #ffffff;
	background: #06F;
	border: 2px outset #d7b9c9;
	position: relative;
	top:100px;
} 
fieldset
{
border: 0px solid #781351;
width: 33em
}

legend
{
	color: #fff;
	background: #009;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-size:20px;
}
.hidden{
	display:none;
	}
.formalign{
	font-size:18px;
	position:relative;
	top:0px;
	left:250px;
	height:450px;
	
	}

