body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	height: 100%;
	overflow: scroll;
}
html{
	height: 100%;
 	background: url('../../../customer/upload/images/raked_bg.jpg')repeat; 
	background-attachment: fixed;
}
.noIbar {
	cursor:default;
}
.hideElem{
    visibility: hidden;
}
a, img {
    border:none;
    outline:none;
}
table#fileList{
	border-top: 3px solid black;
	
}
table#fileList tr:nth-child(odd){
    background-color: gainsboro;
}
table#fileList tr:nth-child(1){
    background-color: rgb(100, 100, 100);
}

#main{
	width: 1100px;
	background-color: rgb(220, 220, 220);
	height: 100%;
	margin:0 auto;
	
	
-moz-box-shadow:    0px -2px 5px 4px #ccc;
  -webkit-box-shadow: 0px -2px 5px 4px #ccc;
  box-shadow:         0px -2px 5px 4px #ccc;
}
#header{
	width: 1100px;
	float:left;
	height: 100px;
	color: black;
	font-family: sans-serif;
	font-size: 30px;
	background-color: white;
}

#topBar{
	width: 1100px;
	float: left;
	background-color:  	rgb(60, 60, 60);
	height: 25px;
}
#leftSpacer{
	float: left;
	width: 80px;
	height: 200px;
}
#wrapper{
	float: left;	
	width: 1100px;
	height: auto;
	background: white;
	border-bottom: 1px solid gray;
}
#upload-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #C0C0C0;
	padding: 50px;
	padding-top: 10px;
	border-radius: 0px 0px 20px 20px;
}
#wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 1px dotted #DDD;
}
#wrapper input[type=file] {
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
}
#wrapper #submit-btn {
	border: none;
	padding: 10px;
	background: #0066FF;
	border-radius: 5px;
	color: #FFF;
}
#output{
	padding: 5px;
	font-size: 14px;
}

/* prograss bar */
#progressbox {
	border: 1px solid #c3e8FF;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #c3e8FF;
	width:1%;
}
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	height: 50px;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #ffff33;
	border-color: #ffff33;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}



#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000;
}
#success{
	
	font-family: Arial, sans-serif;
  	font-style: normal;
  	font-weight: 300;
	margin: 0;
 	 padding: 0;
  	border: 0;
}
#remove.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 3px;
	text-decoration:none;
}
#remove.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
#remove.myButton:active {
	position:relative;
	top:1px;
}
.cancel {
	background-color:#d9655f;
	border:1px solid #9c9a9c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 15px;
	text-decoration:none;
}
.cancel:hover {
	background-color:#c42f27;
}
.cancel:active {
	position:relative;
	top:1px;
}


