body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}

#wrapper{
	width:900px;
	margin:auto;
	padding:25px;
	border:1px dotted gray;
	text-align:justify;
}

#content{
	min-height:400px;
	height:auto;
}
.logo{
	text-align:center;
}
.title{
	text-align:center;
}

ol{
	padding:25px;
}

.center_text{
	text-align:center;
}

.style_selection{
	padding:5px 50px;
}

input{
	border:none;
	border-bottom:1px solid gray;
	background:#e8e8e8;
}
textarea{
	margin-left:160px;
	margin-top:-12px;
	width:300px;
}
.label{
	width:120px;
	float:left;
}

.label2{
	width:300px;
	float:left;
}

#submitbutton{
	border:none;
}