.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;
}

.logohead
{
	padding-top:0px;
	padding-left:10px;
	font-family:"trebuchet MS", Times, serif;
	color:#0078d4;
	font-weight:bold;
	font-size:16px;
}
.uploadform{
width:800px;
text-align:center;

}
.small
{
	font-size:10px;
}
html {
    text-align: center;
    background: #F7F7F7;
	padding-top:30px;
}
body {
    background: #ffffff;
    color: #000;
    text-align: left;
    font-family: sans-serif;
    width: 950px;
    padding: 0 1em 0 1em;
    margin: 0 auto;
	border: 1px solid #CCC;
	font-family:tahoma,arial;
	font-size:12px;
}
#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes{
	padding-top:10px;
}
#codes input, textarea{
	border:1px solid grey;
	font-size:11px;
	font-family:"trebuchet MS",Times,serif;
	width:450px;
	overflow:hidden;
}
#codes label{
color:#0078D4;
font-family:"trebuchet MS",Times,serif;
font-weight:bold;
}
#footer {
	text-align: center;
	font-size: 9px;
}
.pages
{
	text-decoration:none;
	color:#000000;
	padding:4px; 
	border:1px solid silver;
}
.pages:hover
{
	text-decoration:underline;
}
.url
{
	color:#0078DE;
	font-weight:bold;
}