@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #fff url('../g/mainbg.png') top left repeat-x;
	font-family: arial, verdana;
	font-size: 77%;
	}

div#header {
	height: 475px;
	}

	div#header .fb {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 50px;
	    float: right;
	    text-indent: -9999em;
	    overflow: hidden;
	    background: url('../g/facebook.png') right top no-repeat;
		}
		
div.cont {
	clear: both;
	width: 880px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -440px;
	}


a {
    text-decoration: none;
    color: #f80;
    font-weight: bold;
    }
  
a:hover {
    text-decoration: underline;
    }
  
h1#logo {
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	border: none;
	background: url('../g/logo.png') top left no-repeat;
	width: 80px;
	height: 104px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 10;
	}

h1#logo a {
	display: block;
	text-decoration: none;
	outline-style: none;
	outline-width: 0;
	width: 80px;
	height: 104px;
	}

div#upload {
	width: 335px;
	height: 360px;
	background: url('../g/formbg.png') no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	top: 36px;
	left: 0;
	overflow: visible;
}

form {
	border: none;
	padding: 0;
}

form h2 {
	margin: 30px 0 25px 32px;
	padding: 0;
	color: #7ca504;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 1.5em;
	display: block;
	}

form ul {
	list-style: none;
	padding: 0;
	padding-left: 35px;
	margin: 0;
	height: 155px;
	}

form ul li {
	margin: 7px 0 0 0;
	padding: 0;
	}

form ul li#l_history {
	margin-top: 30px;
	}

	
form input {
	vertical-align: middle;
	}

form label {
	margin-left: 6px;
	vertical-align: middle;
	color: #253;
	}

form label:hover {
	color: #000;
	cursor: pointer;
	}

form div#thumb {
	position: absolute;
	top: 80px;
	right: 70px;
	}

form div#thumb div {
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0;
	background-image: url('../g/thumb.gif');
	background-position: 0 0;
	}
	
form div#thumb div.la {
	background-position: -100px 0;
	}

form div#thumb div.cr {
	background-position: -200px 0;
	}

form div#thumb div.lacr {
	background-position: -300px 0;
	}

form div#file {
	position: relative;
	top: 5px;
	left: 32px;
	width: 265px;
	height: 75px;
	overflow: hidden;
	}

form div#file .fileupload {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 6em;
	-moz-opacity:0;
	opacity: 0; 
	text-align: right;
	z-index: 2;
	cursor: pointer;
	outline-style: none;
	outline-width: 0;
	}

form div#file div {
	position: absolute;
	color: #111;
	top: 0;
	right: 0;
	width: 260px;
	height: 75px;
	padding-right: 40px;
	font-size: 3em;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	line-height: 55px;
	z-index: 1;
	cursor: pointer;
	}

form div#file div span  {
	display: block;
	line-height: 1.4em;
	font-size: 0.5em;
	font-weight: normal;
	margin-top: -1em;
	margin-right: 5px;
	color: #4a5a32;
	}

form div#file div.over {
	color: #fff;
	}

form div#file div.over span {
	color: #cbe4a8;
	}

div#content {
	padding-top: 40px;
	clear: both;
	}

dl#codes {
	text-align: right;
	width: 340px;
	list-style: none;
	position: absolute;
	top: 237px;
	left: 0;
	margin: 0;
	margin-left: 170px;
	padding: 0;
	}

dl#codes dd {
	display: none;
	position: absolute;
	top: 45px;
	left: -155px;
	width: 480px !important;
	height: 100px;
	padding: 0;
	margin: 0;
	}

dl#codes dd div {
	border: solid 3px #ffb515;
	background: #fff;
	padding: 10px 25px;
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	overflow: auto;
	-moz-border-radius: 7px;
	}
	
dl#codes dd.sel {
	display: table;
	table-layout: fixed;
	}

dl#codes dt {
	display: inline-block;
	float: left;
	margin: 0px 0px;
	height: 25px;
	padding: 0 0 0 15px;
	font-size: 1.2em;
	line-height: 25px; 
	font-weight: bold;
	overflow: hidden;
	}

dl#codes.img div.noimg {
	display: none;
	}

dl#codes.noimg div.img {
	display: none;
	}

dl#codes dt a {
	text-decoration: none;
	color: #666;
	height: 25px;
	line-height: 25px;
	vertical-align: top;
	padding: 5px 15px 5px 0px;
	margin: 0;
	outline: none;
	outline-style: none;
	outline-width: 0;
	}
	
dl#codes dt.sel {
	background: url('../g/tab.png') 0 -41px no-repeat;
	}

dl#codes dt.sel a {
	background: url('../g/tab.png') top right no-repeat;
	}

div#noimg {
	position: absolute;
	top: 237px;
	left: 50px;
	width: 120px;
	line-height: 20px;
	}

div#noimg label, input#imgchk {
	vertical-align: middle;
	color: #777;
	}

div#history {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	background: #b3b3b3 url('../g/hisbg.png') top left repeat-x;
	}

div#history h2 {
	color: #ffc519;
	opacity: 0.8;
	margin: 0;
	padding: 10px 5px;
	font-size: 1.4em;
	}

div#history div#mailit, div#history a#purge {
	background: url('../g/maildel.png') no-repeat;
	position: absolute;
	top: 0;
	height: 25px;
	width: 72px;
	text-indent: -9999em;
	overflow: hidden;
	z-index: 1;
	}

div#history div#mailit {
	width: 37px;
	right: 50px;
	overflow: visible;
	}
		
div#history a#purge {
	right: 15px;
	width: 35px;
	background-position: -37px 0;
	}

div#history div#mailit div {
	display: none;
	text-indent: 0;
	color: #fff;
	position: relative;
	left: -225px;
	top: 5px;
	width: 324px;
	height: 112px;
	background: url('../g/box.png') no-repeat;
	z-index: 2;
	padding: 20px 7px;
	}

div#history div#mailit:hover div {
	display: block;
	}

div#history ul#lst {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
div#history ul#lst li {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	margin: 5px;
	}

div#history ul#lst a, div#history ul#lst img {
	border: none;
	text-decoration: none;
	outline: none;
	}

div#history ul#lst a {
	display: table-cell;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	}

div#history div.note {
	clear: both;
	color: #333;
	padding: 0 5px;
	}

div#msg{
	position: absolute;
	top: 180px;
	left: 30px;
	font-size: 2.3em;
	font-weight: bold;
	color: #ccc;
	overflow: visible;
	width: 400px;
	}

div#msg span {
	display: block;
	line-height: 2.2em;
	font-size: 0.6em;
	margin-top: -0.7em;
	margin-right: 5px;
	color: #c4c4c4;
	text-align: right;
	overflow: visible;
	}

div#msg .error {
	color: #999;
	}
	
div#success {
	position: absolute;
	top: 132px;
	left: 100px;
	width: 380px;
	color: #bbb;
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	}

div#success img {
	position: absolute;
	float: right;
	top: -35px;
	right: 0;
	border: solid 1px #eee;
	float: left;
	border: solid 3px #eee;
	font-size: 1px;
	}

ul.boxes {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	color: #666;
	}

ul.boxes li {
	display: block;
	width: 380px;
	float: left;
	padding: 0;
	margin: 0 20px 20px 20px;
	}

ul.boxes li li {
	list-style: disc;
	float: none;
	width: auto;
	display: list-item;
	margin: 0;
	}

ul.boxes h2 {
	color: #aaa;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	}

div#footer {
	background: #fff url('../g/mainbg.png') 0 -261px repeat-x;
	color: #aaa;
	text-align: center;
	padding: 30px 0;
	border-top: solid 30px #fff;
	clear: both;
	}

  
div#intro {
	background: url('../g/intro2.jpg') center bottom no-repeat;
	width: 400px;
	height: 360px;
	position: absolute;
	top: 59px;
	left: 90px;
	text-align: center;
	color: #aaa;
	}

div#intro span {
	font-size: 3em;
	font-weight: bold;
	color: #666;
	}

div#intro div {
	font-size: 2.4em;
	font-weight: bold;
	color: #bbb;
	position: absolute;
	bottom: 60px;
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0.7;
	}
	
div#progressBarWrapper {
	position: relative;
	top: 10px;
	left: 35px;
	width: 260px;
	height: 10px;
	background-color: #23740a;
	display: none;
	}

div#progressBar {
	height: 10px;
	display: block;
	width: 0%;
	background: url('../g/progress.gif') left top repeat-x;
	}
	
div#progressBar.done {
	width: 100%;
	background: #ffee00;
	}

	
/***** new *****/

div#search {
	position: absolute;
	right: 315px;
	top: 10px;
	float: right;
	background: url('../g/search.gif') left top no-repeat;
	width: 20px;
	overflow: visible;
	text-indent: -999em;
	height: 20px;
	display: block;
	}

div#search div {
	display: none;
	text-indent: 0px;
	color: #fff;
	position: relative;
	left: -235px;
	top: 5px;
	width: 324px;
	height: 112px;
	background: url('../g/box.png') no-repeat;
	z-index: 2;
	padding: 20px 7px;
	}

div#search:hover {
	background-position: -20px 0;
}

div#search:hover div {
	display: block;
	}

form.boxform {
	width: 300px;	
	margin: 7px auto;
}

form.boxform label {
	color: #aaa;
	font-size: 1em;
	margin: 7px 0;
	display: block;
	text-align: left;
	padding: 0;
	}

form.boxform input {
	width: 180px;
	vertical-align:middle;
	border: solid 1px #888;
	background: #666;
	color: #fff;
	}

form.boxform button {
	width: 90px;
	vertical-align: middle;
	background: url('../g/boxbut.gif');
	color: #fff;
	font-weight: bold; 
	border: none;
	height: 23px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	}

form.boxform button span {
	margin: 0;
	padding: 0;
	line-height: 23px;
	position: relative;
	top: -2px;
	left: 0;
	}
	
form.boxform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

#infoButtons, #setText {
	position: absolute;
	top: 370px;
	left: 15px;
	width: 480px;
	text-align: left;
	}
	
#setText {
	top: 400px;
	}
	
	#setText textarea {
		width: 100%;
		border: 1px solid #aaa;
		width: 100%;
		height: 2.5em;
		}
		
	#setText p {
		color: #666;
		margin: 0px;
		padding: 0px;
		}

	#infoButtons .buttons, #setText .buttons {
		text-align: right;
		}
		
	#infoButtons button, #infoButtons .button, #setText button {
		cursor: pointer;
		color: #ccc;
		background: white;
		
		padding: 1px 10px;
		margin: 0px;
		border: 0px;
		font-weight: normal;
		text-decoration: none;
		display: inline-block;
		line-height: 20px;
		vertical-align: middle;
		}
		
		#infoButtons button, #infoButtons .button, #setText button.updated {
			color: #333;
			}

			#infoButtons button:hover, #infoButtons .button:hover, #setText button:hover.updated {
				background: url('../g/mainbg.png') 0px -200px repeat-x;
				}

div#langsel, div#sharesel {
	top: 6px;
	}
	
