.codes {
    display: block;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    height: 2.5em;
    font-size: 100%;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}
html {
	text-align: center;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.MainBox {
	background: #FFF;
	color: #000;
	text-align: left;
	padding: 0 1em 0 1em;
	margin: 0 auto;
	border: 1px solid #CCC;
	width: 600px;
}
#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes input{
	width: 80%;
}
#footer {
	text-align: center;
	font-size: small;
}
select
{
   color:#000000;
   border-style:solid;
   border-color:#666666;
   border-width:1px;
}
#links {
background-color:#F4F4F4;
width:100%;
}

div.multiupload{
	border:1px outset gray;
	padding:3px;
	width: 250px;
	background:#eee;
}
div.multiupload div.list{
	border:1px inset gray;
	background: #fff;
}
div.multiupload div.list div.item{
	margin:1px;
	background: #eee;
	text-align: left;
}
div.multiupload div.list div.item:hover{
	background: #ccc;
}
div.multiupload div.list img{
	float:left;
	margin: 3px;
	cursor:pointer;
}
