html,body {
	font-family: Arial;
    font-size: small;
    margin:10px;
    padding:0px;
    text-align:left;
    background: #262626;
}
.fileQueue {
	width: 99%;
	overflow: visible;
    background-color:#FFF;
    border:1px solid #FFF;
    padding:2px 1px;
    color: #333;
    height: auto;
}
.fileQueue span
{
 font-size:11px;
 position: relative;
 left: 8px;
}
.cboresize
{
  padding-left: 4px;
  width: 328px;
  outline: none;
}
.button
{
  border:1px solid #333;
  padding:0px 4px;
  background:#FFF url(images/input.jpg) repeat-x;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  float: right;
  margin-left: 4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
.button:hover
{
  border:1px solid #333;
  padding:0px 4px;
  background:#eee url(images/input_over.jpg) repeat-x;
  color: #333;
  margin-left: 4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
a.upload:link,a.upload:visited,a.cancelUpload:link,a.cancelUpload:visited
{
  border:1px solid #333;
  padding:1px 4px;
  background:#FFF url(images/input.jpg) repeat-x;
  color: #333;
  text-decoration: none;
  margin-left: 4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
a.upload:hover,a.cancelUpload:hover
{
  background:#eee url(images/input_over.jpg) repeat-x;
  color:#333;
  border:1px solid #333;
  text-decoration: underline;
  padding:1px 4px;
  margin-left: 4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
.part1
{
  margin:0 auto; width:770px;border:1px solid #666;
}
.part2
{
  margin:0 auto; width:750px;
  border:1px solid #666;
  padding:10px;
  background:#262626;
  overflow: hidden;
}
table.upload
{
  width:100%;
  background: #262626;
}
table.upload tr td
{
  text-align: left;
  color: #FFF;
  padding:0px;
}
.clear,#clear
{
  clear: both;
  font-size: 1px !important;
  padding:0px;
  margin:0px;
}
.upnhanh
{
  width:97%;
  float:right;
}
.uptop
{
  /*background: url(images/up_topleft.jpg) 0px 0px no-repeat;*/
  height: 10px;
}
.uptop span
{
  /*background: url(images/up_topright.jpg) right 0px no-repeat;*/
  height: 10px;
  width: 10px;
  float:right;
}
.upmiddle
{
   padding:0px 0px 0px 10px;
}
.upmiddle h3
{
  padding:8px 0px;
  margin:0px;
  font-size:12px;
}
.upmiddle span i
{
  font-size:11px;
}
.upmiddle h3 a
{
  color: #fff;
  text-decoration: underline;
  font-size:12px;
}
.upmiddle p
{
  line-height: 150%;
  margin:0px;
  padding:4px 0px 0px 0px;
}
.upbottom
{
  /*background: url(images/up_bottomleft.jpg) 0px bottom no-repeat;*/
  height: 18px;
}
.upbottom span
{
 /* background: url(images/up_bottomright.jpg) right 0px no-repeat;*/
  height: 18px;
  width: 165px;
  float:right;
}
div.item
{
  margin:5px 0px;
}
.warning
{
  padding:5px 0px;
  text-align: center;
  width: 90%;
  color:#888;
  font-size:11px;
  position: relative;
  bottom: 0;
}
table.show
{
  border-collapse:collapse;
  height: auto;
}
table.show tr td
{
  color:#333;font-size:11px;
}
.my_clip_button { width:40px; text-align:center; border:1px solid black; background-color:#FFF;cursor:default;padding:2px; }
.my_clip_button.hover { background-color:#333;color:#FFF; }
.my_clip_button.active { background-color:#FFF; }
.text,.text1
{
  width: 510px;
  height: 15px;
  border: 1px solid #333;
  padding:1px 2px;
  overflow: hidden;
  background-color: #FFF;
}
a.colorbox:link img,a.colorbox:visited img
{
  border:1px solid #000;
  outline:none;
  text-decoration:none;
}
a.colorbox:hover img
{
  border: 1px solid #E67817;
}
object
{
  outline: none;
}
input.email
{
  width:200px;
  border:1px solid #333;
  text-indent: 4px;
}
div#loader
{
  float:left;
  padding:2px 5px 2px 10px;
  background:#FF8927;
  color: #FFFF66;
  border: 1px solid #000;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
em.success {
  background: none;
}
em.error
{
  float:right;
  font-weight: normal;
  color: #f00;
  padding:0px 2px;
  position: relative;
  top: 5px;
  margin:0px;
}
input[type="button"],input[type="submit"]
{
  cursor: pointer;
}
form
{
  margin: 0px;
  padding:0px;
}
#notice
{
	color:#FC403F;
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
}


