#selectionCanvas {
	position : absolute;
	background : url("/images/blue.png") repeat;
	top : 0;
	left : 0;
	width : 0px;
	height : 0px;
}

input.selectable {
	border:1px solid black;
	margin : 0px;
	padding : 0px;
	width : 26px;
	height : 17px;
}

.selectable {
	background-color : white;
}

#selectcontainer {
	background-color : #white;
	cursor : pointer;
}

.selected {
	background-color : #DD9D9D;
}