form {
	display: block;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float: right;
	margin-right: 20px;
}

form, input, label, select, option, form strong {
	color: #000000;

}

form img {
	text-align: center;
	clear: both;
}

label, input, select {
	display: block;
	margin: 8px;
	text-align: left;
}

br {
clear: both;
}


