@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

img {
	border: none;
}

.imageselection {
	width: 580px;
}

.choice {
	float: left;
	width: 24%;
	text-align: center;
	height: 130px;
}

.choice img {
	border: 2px solid White;
}

.choice .selected {
	border: 2px solid Red;
}

.buttons {
	width: 580px;
	clear: both;
	text-align: center;
}