.uploadifyQueueItem {
	margin: 0 auto;
}
body {
	background-image: url("images/body-bg.gif");
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px #fff;
}
#logo {
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	width: 538px;
	height: 80px;
	cursor: pointer;
	margin-bottom: 20px;
}
#main {
	width: 538px;
	margin: 0 auto;
	padding-top: 15px;
}
#full {
	background-image: url("images/contant-tail.gif");
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#full-transparent-top {
	background-image: url("images/content-bg.jpg");
	background-repeat: no-repeat;
}
#full-transparent-bottom {
	background-image: url("images/content-bottom-bg.jpg");
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	color: #484848;
}
#nav {
	background-image: url("images/border.gif");
	background-position: 0px 100%;
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	margin-bottom: 15px;
}
h1 {
	font-size: 20px;
}
img {
	border-width: 0;
}
#desc {
	font-size: 14px;
}
#type {
	width: 48px;
	height: 116px;
	float: left;
	margin-left: -48px;
	text-shadow: 0 0 0;
}
#type-flash, #type-noflash, #type-url {
	background: #a4a6ab;
	margin: 5px 0 0 0;
}
#fromwhat {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}
#options {
	margin-top: 15px;
	margin-bottom: 15px;
}
#result {
	display: none;
}
.result-file input {
	width: 400px;
}
.result-file {
	margin-bottom: 35px;
}
a, a:visited {
	color: #484848;
}
a:hover {
	text-decoration: none;
}
#bottom {
	margin-top: 15px;
}
#mainform {
	margin-top: 15px;
}
.link {
	display: inline-block;
	background: url(images/link-left.png) 0 0 no-repeat;
	font-size: 14px;
	line-height: 1.2em;
	color: #4d4d4d;
	padding-left: 15px;
	text-decoration: none;
}
.link span {
	display: block;
	background: url(images/link-right.png) right 0 no-repeat;
	padding-right: 15px;
}
.link span span {
	display: block;
	background: url(images/link-tail.png) 0 0 repeat-x;
	padding: 7px 19px 7px 17px;
	height: 19px;
	cursor: pointer;
	text-shadow: 0 0;
}
.link:hover {
	background: url(images/link-left-hover.png) 0 0 no-repeat;
	color: #e5e5e5;
}
.link:hover span {
	background: url(images/link-right-hover.png) right 0 no-repeat;
}
.link:hover span span {
	background: url(images/link-tail-hover.png) 0 0 repeat-x;
}
#error {
	background-color: #cd9999;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
	text-shadow: 0 0 0;
}