html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}:focus{outline:0;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(img/bg.gif) repeat;
}
a {
	color:#FFFFFF;
}
a:hover {
	color:#FFFF00;
}
#wrap {
	position:relative;
	margin:0 auto;
	width:850px;
	background:#1A1A1A;
	border-bottom:12px solid #FFFFFF;
	border-right:12px solid #FFFFFF;
	border-left:12px solid #FFFFFF;
}
#head {
	margin-top:20px;
}
h1 {
	font-size:2em;
	padding:10px;
}
h2 {
	font-size:1.4em;
	padding:10px;
}
p {
	clear: both;
	padding:10px;
	margin:10px 0px 0px 6px;
}
#fileQueue {
	padding:10px;
}
label.error {
	clear: both;
	color:#FFFF00;
	margin-left:370px;
	margin-top:-20px;
}
form#up_form, form#login {
	margin-bottom:80px;
}
form#up_form p, form#login p {
	clear:left;
	padding:4px;
}
form#up_form p label, form#login p label {
	float:left; 
	text-align:right; 
	padding-top:2px; 
	margin-right:10px; 
	width:250px;;
}
form#up_form p span.error {
}
input#fname, input#lname {
	width:200px;
}
input#submit, input#logs, #logout a, a#upload {
	background:url(img/but.jpg) repeat-x;
	font-size:0.8em;
	font-weight:bold;
	margin-top:20px;
	margin-left:272px;
	margin-bottom:20px;
	width:108px;
	padding:6px;
}
#logout a {
	margin-left:0px;
	padding:6px 27px 6px 27px;
}
a#upload {
	margin-left:260px;
	padding:6px 27px 6px 27px;
}
#logout a:link, #logout a:visited, input#submit, input#logs, a#upload {
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	border:0;
}
a#upload, input#submit {
	display:none;
}