#selectBgimageDiv{
	margin-top: 30px;
	height: 400px;
	width: 400px;
	border: 1px solid black;
}

#bgImageBelt{
	background: blue;
	display: block;
	width: 100%;
	height: 21px;
}

a.button{
	display:block;
	font-weight: bold;
	color: black;
	text-align:center;
	width: 20px;
	top: 1px;
	left: 5px;
	margin-right: 1px;
	background: #dddddd;
	border: 1px solid black;
	height: 18px;
}

a.button:hover{
	background: red;
}

#bgSelectionDiv{
	padding-left: 10px;
	display: block;
	height: 379px;
	overflow-y: scroll;
}

img.selectImg{
	border: 1px solid black;
	margin: 2px;
}


.printOut222{
	position:relative;
	margin-top: -190px;
	height: 170px;
	width: 340px;
	border: dashed black 1px;
	margin-left: 19px;
	background: white;
	z-index: 40;
}

p {
margin:0;
padding:0;
}