* {margin: 0; padding: 0;}
body {font-family: tahoma, verdana; font-size: 11px; color: #69645f; background:#3e3e3e;}

.float{clear: both;}
tr td{font-size: 12px;font-family: tahoma, verdana;}
a img{border:0;}
a {text-decoration:none; color:#00A4B7;}
a:hover{ text-decoration:underline;color:#00A4B7;}



/* ===== Page Structure ===== */

#full{ text-align:left;margin:10px auto 15px auto; width: 813px; border: 0px solid #99FF00; display:block; }
#header{width:813px;border: 0px solid #99FF00; height:175px; background:url(img/images/header.jpg) no-repeat; padding-top:12px; padding-left:18px;}
#content{width:775px;border: 0px solid #99FF00; background:#fff url(img/images/bg.jpg) repeat-y;padding:15px;}
#wrapper{width:775px; padding-top:15px;margin:0 auto;}
#footer{width:813px; margin:0 auto; height:42px; background:url(img/images/footer.jpg) no-repeat; text-align:center; color:#fff; padding-top:8px;}



/* ===== Header ===== */

/* Navigation */
.nav {background:url(img/images/bg.jpg) repeat-y;padding:0 16px 0 17px;}
.nav ul{margin:0;list-style:none;text-align:center;background:#AAD502;}
.nav li{margin:0; padding:0; list-style:none; font-weight:bold;display:inline;}
.nav li a{color:#ffffff;text-decoration:none; background:#AAD502;padding:5px 20px;line-height:28px;font-size:14px;}
.nav li a:hover{color:#ffffff;text-decoration:none;background:#5B8E0B;}

/* ===== Contents ===== */

.profile{width:600px;text-align:center;}
.row{width:600px;text-align:center;margin-top:5px;}
.rowleft{float:left;width:150px;text-align:right;}
.rowright{float:right;width:420px;text-align:left;}
#error{ background-color: #F9F8BA;border-bottom:1px dashed #BAA13D; padding:8px;text-align:center;}
.error{color:#FF0000; font-weight:bolder;}
.msg{color:blue; font-weight:bolder;}
#displayimage1{display:none;}
.fontcolor { font-size:11px; color:#00A4B7;}
.search1 {width:80px; text-align:right; float:left;}
.search2 {width:200px;text-align:left;float:left;}
.config1{float:left;width:150px;text-align:right;}
.config2{float:left;width:400px;text-align:left;}
.config-width{width:600px;}


#footer a {color:#00A4B7;text-decoration:none;}
#footer a:hover {color:#00A4B7;text-decoration:underline;}


/* ===== Pasted CSS ===== */

.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;
}
#showdiv {
    text-align: center;
}
#squares {
    text-align: center;
}
#squares iframe {
    margin: 0 auto;
}
#codes input{
	width: 80%;
}