/* Global */
html, body {
	background:#fff;
	font:13px/17px Arial, Helvetica;
	height:100%;
	width:100%;
	}
a {color:#1676b3;}
	a:hover, a:visited:hover {color:#009cff;}
	a:visited {color:#8299a7;}
table {
	height:100%;
	margin:0;
	text-align:center;
	width:100%;
	}
	table td {vertical-align:top;}
#content {
	margin:12% auto 0;
	width:171px;
	}

/* Logo */
h1 {
	color:#0af;
	display:block;
	float:left;
	font-weight:lighter;
	font-size:30px;
	height:40px;
	margin:0;
	overflow:hidden;
	padding:23px 0 0;
	position:relative;
	width:171px;
	}
	h1 span {
		background:url(logo.png) no-repeat 0 0;
		height:63px;
		left:0;
		position:absolute;
		top:0;
		width:171px;
		}
	h1#en span {background:url(logo-en.png) no-repeat 0 0;}

/* Button */
div.button {
	background:url(button.png) 0 0;
	color:#5b5b5b;
	font-size:19px;
	height:33px;
	margin:66px 0 34px;
	padding-top:14px;
	text-align:center;
	width:173px;
	}
	div.button.hover {
		background-position:0 47px;
		color:#242424;
		}
#uploadText2 {
	float:left;
	margin-left:23px;
	}
.swfupload {margin:20px 0 30px;}

/* Progress */
.progress {
	background:#e8e8e8 url(progress-bg.gif);
	height:9px;
	overflow:hidden;
	padding:0;
	margin-top:-26px;
	width:173px;
	}
	.progress span {
		background:#0af url(progress.gif);
		display:block;
		width:100px;
		}

/* Code */
#content table, #code {
	border-spacing:0;
	color:#8c8c8c;
	font-size:12px;
	text-align:left;
	line-height:13px;
	margin-left:-177px;
	}
	#content td {padding:20px 0 50px;}
	#content td img {margin-right:20px;}
#code {
	margin:0 auto;
	width:308px;
	}
h2 {
	color:#000;
	font-size:13px;
	}

/* Forms */
input[type="text"] {
	background:#fff;
	border:1px solid #d4d4d4;
	margin-top:3px;
	padding:2px;
	width:300px;
	}
	input[type="text"]:focus {
		background:#f9fdff;
		border:1px solid #84b5ce;
		}

/* Other */
table#image {height:auto;}
#links {
	color:#a6a6a6;
	padding:0 38px;
	height:48px;
	text-align:left;
	}
	#links a {
		color:#a6a6a6;
		margin-right:20px;
		}
	#links a:hover, #links a:visited:hover {color:#009cff;}
	#links small {
		float:right;
		max-width:50%;
		}
		#links small a {margin:0;}
sup {
	color:red;
	vertical-align:super;
	margin-left:-15px;
	}
#pub a {
	text-decoration:none;
	border-bottom:1px dashed #1676b3;
	}
	#pub a:hover {border-bottom-color:#009cff;}
.resizable {cursor:pointer;}
#go-home {
	font-size:16px;
	font-weight:bold;
	padding:20px 0;
	}
.thumb {
	float:left;
	height:240px;
	margin:15px;
	width:205px;
	}
#pages {margin:20px 20px 0;}
.advert {
	padding:0 auto;
	text-align:center;
	}
	.advert table {
		height:auto;
		margin:auto;
		}

