/* Resets */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote,
pre, form, fieldset {margin: 0;	padding: 0;}
/* Fixes annoying Firefox bug that adds extra padding to <button> elements. */
button::-moz-focus-inner { border: none; padding: 0;}
button.button::-moz-focus-inner { border: none; padding: 0;}
body {
	background: #e8eef6;
	text-align: center;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}
a, a:visited {
	color: #749728;
	border-bottom: 1px dashed #DDD;
	text-decoration: none;
	}
a:hover {
	color: #87ae32;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	}
.clear {
	clear: both;
	}
.alignleft {
	text-align: left;
	float: left;
	}
.alignright {
	text-align: right;
	float: right;
	}
.aligncenter {
	margin: 0 auto;
	text-align: center;
	}
.nomargin {
	margin: 0 !important;
	}
.morepadding {
	padding-top: 15px;
	}
.grey {
	font-size: 10px;
	color: #888;
	}
#wrap {
	background: ;
	width: 100%;
	margin: 0 auto;
	}
#content_wrap {
	background: #FFF;
	width: 600px;
	margin: 30px auto 0 auto;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	}
#header {
	background: ;
	width: 600px;
	margin: 0 auto;
	height: 75px;
	padding-top: 20px;
	}
#content {
	background: #FFF;
	width: 370px;
	padding: 5px 20px 20px 20px;
	margin: 0 auto;
	}
#footer {
	background: #FFF;
	margin: 0 auto;
	width: 410px;
	text-align: center;
	text-shadow: 0 -1px 0 #FFF;
	color: #999;
	font-size: 11px;
	padding: 0 0 15px 0;
	}
	#footer a, #footer a:visited {
		border: none;
		font-weight: bold;
		color: #C0C0C0;
		}
	#footer a:hover {
		color: #FFF;
		}
#logo {
	background: url(img/logo.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	float: right;
	opacity: 1;
	width: 71px;
	height: 73px;
	margin: 0 20px 0 0;
	border-bottom: none !important;
	}
#logo:hover {
	opacity: 0.85;
	}
.ubrUploadData {
	width: 370px;
	float: left;
	clear: both;
	border-top: 1px dashed #999;
	}
.ubrUploadData dt {
	float: left;
	width: 180px;
	text-align: left;
	font-size: 12px;
	clear: left;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dashed #999;
	}
.ubrUploadData dd {
	float: left;
	width: 180px;
	text-align: right;
	font-size: 12px;
	clear: right;
	padding: 5px 5px 5px 0;
	border-bottom: 1px dashed #999;
	margin: 0;
	font-weight: bold;
	}
.file {
	width: 350px;
	float: left;
	clear: both;
	font-size: 13px;
	color: #555;
	padding: 10px;
	border: 1px dashed #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	}
.file2 {
	width: 350px;
	float: left;
	clear: both;
	font-size: 13px;
	color: #555;
	padding: 10px;
	background: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	}
.ubrError {
	width: 350px;
	padding: 10px;
	clear: both;
	float: left;
	background: #3a3d34;
	color: #ee6262;
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
	display: block;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 3px #111;
	box-shadow: 0 0 3px #111;
	-moz-box-shadow: 0 0 3px #111;
	text-shadow: 0 -1px 0 #000;
	}
.ubrAlert {
	margin: 0 0 15px 0;
	float: left;
	text-align: center;
	width: 100%;
	font-size: 13px;
	color: #777;
	clear: both;
	} 
#reset_button {
	background: none;
	text-align: center;
	background: #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 8px;
	color: #444;
	text-shadow: 0 -1px 0 #DDD;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	}
#reset_button:hover {
	background: #555;
	color: #ee6262;
	text-shadow: 0 -1px 0 #222;
	}
#reset_button:active {
	background: #31332c;
	}
#upload_button {
	border: none;
	font-weight: bold;
	background: #87ae32 url(img/bgtrans.png) repeat-x 0% 50%;
	padding: 8px 15px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 0 #74942f;
	cursor: pointer;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	}
#upload_button:hover {
	background-color: #98c33c;
	}
#upload_button:active {
	background-color: #749728;
	text-shadow: 0 -1px 0 #666;
	}
.ubrBar1 {
	background-color: #999;
	position: relative;
	text-align: left;
	height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 5;
	background-position-y: center;
	background-image:url(img/progress_bar_white.gif);
	layer-background-image:url(img/progress_bar_white.gif);
	clear: both;
	}
.ubrBar2 {
	background-color: #98c33c;
	position: relative;
	text-align: left;
	height: 13px;
	width: 0%;
	z-index: 6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position-y: center;
	background-image:url(img/progress_bar_blue.gif); 
	layer-background-image:url(img/progress_bar_blue.gif);
	clear: both;
	}
.alert a, .alert a:visited, .alert a:hover {
	padding-bottom: 2px;
	font-weight: bold;
	}
#allowed {
	text-align: left;
	width: 360px;
	padding: 5px 5px 5px 0;
	font-size: 11px;
	color: #999;
	display: block;
	float: left;
	}