* {	margin: 0; padding: 0; }
*:focus { outline: none; } 

html, body {
	height: 100%;
}

html {
}

body {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-family: tahoma;
}

a {
	color: #327FBE;
	text-decoration: none;
}
	a img {
		border: 0;
	}

h1, h2 {
	font-size: 18px;
    color: #505050;
    margin-bottom: 30px;
}
h2 {
	font-weight: normal;
}
input[type=text], #fileQueue, textarea, select {
	color: #333;
	background: #FFF;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0, 0.15);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, 0.15);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
input[type=password], #fileQueue, textarea, select {
	color: #333;
	background: #FFF;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0, 0.15);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, 0.15);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
#action {
    clear: both;
        margin-top: 30px;
        margin-bottom: 30px;
}
#action a {
    margint-top: 10px;
    color: #fff;
	background-color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	max-width: 350px;
	padding: 10px;

}
#uploadBG {
	background-color: #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 0;
	text-align: center;
	padding: 40px;
	border: 1px solid #ccc;
}
#uploadbtn {
	background-color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}
input[type=text], textarea, select {
	padding: 5px 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
input[type=text]:focus, textarea:focus {
	color: #000;
	border-color: #5BA8F4;
	-webkit-box-shadow: 0 0 4px #5BA8F4;
	-moz-box-shadow: 0 0 4px #5BA8F4;
	box-shadow: 0 0 4px #5BA8F4; 
}

#top, #content, #in-foot, #done {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
    color: #505050;
}
#done img {
    border: 3px solid #505050;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#top {
	padding: 30px 37px 0 37px;
	position: relative;
	z-index: 1000;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	top: 73px;
	width: 920px; /* 994 - 37*2 */
	min-height: 180px;
	padding: 64px 37px;
	overflow: auto;
	margin-top: -26px;
}
.formats {
    font-weight: bold;
}
/*** 404 ***/

#foot {
    height: 40px;
	font-size: 11px;
	color: #999;
	background: #F2F2F2;
	border-top: 1px solid #E5E5E5; /* E5E5E5 */
    text-align: center;
}
.btn {
	width: 150px;
	padding: 10px 30px;
	font-size: 14px;
	background-color: #505050;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btn:hover{
    background-color:#a0a0a0;
    cursor:pointer;
}
.errorbox {
	background-color: #ff5555;
	color: #fff;
	padding: 10px;
	border: 1px solid #a44;
	font-size: 14px;
}
#preview{
	margin-top: 30px;
	margin-bottom: 30px;
}
.disabled{
    opacity: 0.5;
    cursor:not-allowed !important;
}
#download-container, #img-container{
    display:none;
    margin-top:40px;
}
.seperator {
	border: 1px solid #aaa;
	margin-top: 40px;
	margin-bottom: 40px;
}