fieldset {
border: 1px dotted #999999;
width: 380px;
	padding: 10px;
}
fieldset legend {
background: #2D3695;
padding: 6px;
font-weight: bold;
	color: white;
}
label {
color: #333333;
display: block;
width: 350px;
float: left;
}
label:after { content: ": " }


input
{
color: #000000;
background: #eee;
border: 1px solid #333333;
	font-size: 1.2em;
	margin-bottom: 20px;
}

#center {
	margin-left: 180px;
	margin-top: 10px;
}

.submit input
{
color: #000;
background: #cccccc;
border: 2px outset #d7b9c9;
}

select {
	color: #333333;
font-weight: bold;
display: block;
width: 350px;
float: left;
background: #e9e8f7;
border: 1px solid #333333
}

textarea {
	color: #000000;
font-weight: bold;
display: block;
width: 350px;
float: left;
background: #eee;
border: 1px solid #333333;
	margin-bottom: 12px;
}

