
#output {
	margin: 0 20px;
	padding: 20px;
	width: 200px;
	height: 400px;
	position: absolute;
	left:1300px;
	top:80px;
	background-color: #eee;
	color: #090;
	font-weight: bold;
	font-size: 12px;
	font-family: monospace;
	overflow-x: auto;
	overflow-y: scroll;
}

#output1 {
	margin: 0 20px;
	padding: 20px;
	width: 200px;
	height: 400px;
	position: absolute;
	left:1000px;
	top:80px;
	background-color: #eee;
	color: #090;
	font-weight: bold;
	font-size: 12px;
	font-family: monospace;
	overflow-x: auto;
	overflow-y: scroll;
}

.actions {
	width: 150px;
}



div#wrapper {
  margin : 150px auto 25px auto;
  width : 620px;
}

div.image-decorator {
/*	-moz-border-radius : 5px 5px 5px 5px;
	-moz-box-shadow : 0 0 6px #c8c8c8;
	-webkit-border-radius : 5px 5px 5px 5px;
	-webkit-box-shadow : 0 0 6px #c8c8c8;
	background-color : #ffffff;
	border : 1px solid #c8c8c8;
	border-radius : 5px 5px 5px 5px;
	box-shadow : 0 0 6px #c8c8c8;*/
	display : inline-block;
	padding : 5px 5px 5px 5px;
	position: relative;
	margin-bottom: 10px;
}
