body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
 
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);
 
          z-index: 100;
}
#container {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	width: 470px;
	margin: auto;
}
#holder { 
	font-size: 16px;
	width: 400px;
	min-height: 300px; 	
	margin: auto;
}
#holder img { 
	display: block; 
	border: 1px solid #AAA;
	padding: 5px;
}
#uploadprogress {
	display: none;
	margin-top: 10px;
	margin-bottom: 14px;
}
progress { 
	margin-top: 10px;
	width: 100%; 
}
.fail { 
	background: #c00; 
	padding: 2px; 
	color: #fff; 
}
.hidden { 
	display: none !important;
}
.copyright {
	font-style: italic;
}
#webpfile{
	margin-bottom: 14px;
}
#advanced{
	display: none;
	text-align: left;
}
footer{
	font-size: 14px;
}
header{
	margin-top: 40px;	
	margin-bottom: 20px;
}
header img{
	width: 240px;
}
#upfile{
	font-size: 20px;
	width: 120px;
	margin: auto;
	margin-bottom: 15px;
}
#setting{
	margin-bottom: 15px;
}
#setting input{
	font-size: 16px;
}
#info{
	margin-top: 20px;
}
.btn {
	
	background:#FF5DB1;
	background:-moz-linear-gradient(top,#FF5DB1 0%,#E94A86 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FF5DB1),color-stop(100%,#E94A86));
	background:-webkit-linear-gradient(top,#FF5DB1 0%,#E94A86 100%);
	background:-o-linear-gradient(top,#FF5DB1 0%,#E94A86 100%);
	background:-ms-linear-gradient(top,#FF5DB1 0%,#E94A86 100%);
	background:linear-gradient(top,#FF5DB1 0%,#E94A86 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5DB1',endColorstr='#E94A86',GradientType=0);
	padding:5px 7px;
	color:#fff;
	font-family: Verdana,sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #E8124F;
}
