HTML {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #EEE url("/stuff/img/bg.gif") 0 0 repeat;
}
BODY {
	width: 100%;
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet Ms";
	font-weight: 100;
	color: #002E5B;
}
#header {
	height: 80px;
	background: transparent url("/stuff/img/header.png") 0 0 repeat-x;
}
#logo {
	height: 62px;
	width: 420px;
	margin: 0 auto;
	background: transparent url("/stuff/img/logo.png") 0 0 no-repeat;
	margin-top: -50px;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#main {
	border: 1px solid #999;
	background: #E5EEF1;
	width: 750px;
	margin: 0 auto;
	/*padding: 10px;*/
	clear: both;
}

/* UPLOAD */

#filesDisplay {
	padding: 10px;
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
	display: none;
}
#step2 {
}
#SWFUpload {
	width: 175px;
	margin: 10px auto;
	height: 73px;
	font-size: 0;
	line-height: 0;
}
a.SWFUploadLink {
    width: 175px;
	height: 73px;
    background: url(/stuff/img/upload.jpg) no-repeat;
    display: block;
}
a.SWFUploadLink:hover {
      background: url(/stuff/img/upload_over.jpg) no-repeat;
 }

#mmUploadFileListing {
	margin: 0;
	padding: 0;
}

#mmUploadFileListing li {
	margin: 0 0 10px 0;
	display: block;
	float: left;
	width: 150px;
	list-style-type: none;
	font-size: 11px;
}

.uploading { color: #CCC; }
.uploadDone { color: #000; }

span.progressBar {
	width: 100px;
	background: #000;
	display: block;
	font-size: 10px;
	height: 4px;
	margin-top: 4px;
}


#singleFileUpload {
	overflow: hidden;
}
div.usProgress {
	background: #800000;
	overflow: hidden;
	width: 0;
}
div.usProgress div {
	padding: 5px 0;
	text-align: center;
	color: #FFF;
}
div.usInner {
	padding: 5px 15px;
}
div.usFilename {
	font-size: 15px;
	font-weight: 900;
}
div.usInfo {
	text-align: right;
	color: #AAA;
}
div.usStatus {
	text-align: center;
	font-weight: bold;
}
#usSettings {
	padding: 0 5px;
}
#usResizePercent, #usResizePixels {
	padding: 3px 0;
}
div.sliderTrack {
	background: transparent url('/stuff/img/sliderTrack.gif') 0 50% repeat-x;
	cursor: pointer;
	margin: 0 10px;
}
div.sliderOver div.sliderTrack {
}
div.sliderHandle {
	margin-left: -5px;
	width: 20px;
	height: 18px;
	background: transparent url('/stuff/img/sliderHandle.png') 0 0 no-repeat;
	cursor: pointer;
}
div.sliderOver div.sliderHandle {
	background: transparent url('/stuff/img/sliderHandleOver.png') 0 0 no-repeat;
}
div.sliderText {
	font-weight: 900;
	color: #B33333;
	padding-left: 5px;
}
div.sliderOver div.sliderText {
	color: #C44444;
}
div.sliderText span {
	color: #800000;
	font-weight: 100;
}
div.sliderOver div.sliderText span {
	color: #B33333;
}
#var1 {
	background: #D2D5E3;
	float: left;
	width: 750px;
}
h1 {
	font: 32px Georgia;
	letter-spacing: -2px;
	margin: 10px;
	padding: 0;
}
h1 b {
	background: #355762;
	color: #FFF;
	padding: 0 15px;
}
#var2 {
	width: 375px;
	background: #B9DBCC;
	float: left;
	overflow: hidden;
}
div.clear {
	clear: both;
	line-height: 0;
}
#step1 p, #step2 p {
	margin: 20px;
}
#step1 p br {
	font-size: 7px;
}
.button {
	font: 13px "Trebuchet Ms", Arial;
	font-weight: 900;
	border: 1px solid #800000;
	padding: 4px 15px;
	background: #A33333;
	color: #FFF;
	display: block;
	margin: -5px auto 10px auto;
}
#step3 {
	background: #EEEEEE;
}
#usResizeCustomValue {
	width: 50px;
}
INPUT {
	border: 1px solid #BBB;
	padding: 0 2px;
	font: 11px "Trebuchet Ms";
	font-weight: 100;
}
.check {
	border: 0;
	font-size: 30px;
}
TABLE { width: 100%; }
TD {
	vertical-align: top;
	padding: 0px;
}
div.box {
	background: #DDD;
	margin: 0 5px;
	border: 1px solid #CCC;
	float: left;
	width: 232px;
}

td.tdRadio { 
	width: 20px;
	text-align: right;
}
h2 {
	color: #999;
	margin: 5px 10px;
	font-weight: 900;
	font-size: 16.5px;
}
label {
	color: #B33333;
	font-weight: 900;
	cursor: pointer;
}
#usThumbParams, #usOtherParams, #usResingParams {
	height: 157px;
}
#legalInfo {
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding: 10px;
}
#step4 {
	background: #FFF;
}
img.result {
	margin: 10px auto;
	display: block;
}
img.imgR {
}
ol {
	margin: 10px 0;
	padding: 0 0 0 50px;
}
li {
	padding: 0;
	margin: 0;
}