#wrapper{
	width: 500px;
	height: 300px;

	position: absolute;

	left: 50%;
	top: 50%;
	margin: -150px 0px 0px -250px;
}

img{
	display: block;
	margin: 0 auto;
}

label{
	display: block;
	float: left;
	width: 100px;
}

input{
	width: 200px;
	padding: 3px;
}

.checkbox input, .submit{
	float: right;
	width: 50px;
	padding: 0px;
}

.checkbox input{ float: none; width: 15px; }

ul{ list-style: none; }
li{ margin: 10px 0px; }

.buttons{ text-align: center; }
.buttons a{ margin: 0px 5px; }