*{
    margin:0;
    padding:0;

}
body {
    background-color:#74b1d1;
    color:#fff;
    font:14px/1.3 Arial,sans-serif;
}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

.container {
    overflow:hidden;
    width:960px;
    margin:20px auto;
}
.contr {
    background-color:#212121;
    padding:10px 0;
    text-align:center;

    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
}

.upload_form_cont {
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);

    color:#000;
    overflow:hidden;
}
#upload_form {
    float:left;
    padding:20px;
    width:700px;
}
#preview {
    background-color:#fff;
    display:block;
    float:right;
    width:200px;
}
#upload_form > div {
    margin-bottom:10px;
}

#usel {
	float: left;
}

#utyp {
	float: right;
}
#speed,#remaining {
    float:left;
    width:100px;
}
#b_transfered {
    float:right;
    text-align:right;
}
.clear_both {
    clear:both;
}
input {
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    border:1px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
}
input[type=button] {
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}
#image_file {
    width:400px;
}
#progress_info {
    font-size:10pt;
}
#fileinfo,#error,#error2,#abort,#warnsize {
    color:#aaa;
    display:none;
    font-size:10pt;
    font-style:italic;
    margin-top:10px;
}
#progress {
    border:1px solid #ccc;
    display:none;
    float:left;
    height:14px;

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
}
#progress_percent {
    float:right;
}
#upload_response {
    margin-top: 10px;
    padding: 20px;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    box-shadow: 0 0 5px #ccc;
    background: -moz-linear-gradient(#bbb, #eee);
    background: -ms-linear-gradient(#bbb, #eee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #eee));
    background: -webkit-linear-gradient(#bbb, #eee);
    background: -o-linear-gradient(#bbb, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
    background: linear-gradient(#bbb, #eee);
}

/*CSS ALL*/
.checkbox,
.radio {
  margin-bottom: 15px;
  display: inline-block; }
  .checkbox:hover,
  .radio:hover {
    cursor: pointer; }

.indent {
  padding-left: 30px; }
  .indent .icon-checkbox,
  .indent .icon-radio {
    margin-left: -30px; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none; }
  .checkbox input[type="checkbox"] + i,
  .radio input[type="radio"] + i {
    width: 22px;
    height: 22px;
    background: url("../images/green@2x.png") 0 0 no-repeat;
    background-size: 240px 24px;
    display: inline-block;
    position: relative;
    bottom: -4px;
    margin-right: 5px; }

.checkbox:hover input[type="checkbox"] + .icon-checkbox {
  background-position: -24px 0; }

.checkbox input[type="checkbox"]:checked + .icon-checkbox {
  background-position: -48px 0; }

.checkbox input[type="checkbox"]:disabled + .icon-checkbox {
  background-position: -72px 0; }

.checkbox input[type="checkbox"]:disabled:checked + .icon-checkbox {
  background-position: -96px 0; }

/*CHECKBOX-XS*/
.checkbox-xs.indent {
  padding-left: 25px; }
  .checkbox-xs.indent .icon-checkbox {
    margin-left: -25px; }

.checkbox-xs input[type="checkbox"] + i,
.radio-xs input[type="radio"] + i {
  height: 16px;
  width: 16px;
  background-size: 160px 16px; }

.checkbox-xs:hover input[type="checkbox"] + .icon-checkbox {
  background-position: -16px 0; }

.checkbox-xs input[type="checkbox"]:checked + .icon-checkbox {
  background-position: -32px 0; }

.checkbox-xs input[type="checkbox"]:disabled + .icon-checkbox {
  background-position: -48px 0; }

.checkbox-xs input[type="checkbox"]:disabled:checked + .icon-checkbox {
  background-position: -64px 0; }

/*RADIO*/
.radio:hover input[type="radio"] + .icon-radio {
  background-position: -144px 0; }

.radio input[type="radio"] + .icon-radio {
  background-position: -120px 0; }

.radio input[type="radio"]:checked + .icon-radio {
  background-position: -168px 0; }

.radio input[type="radio"]:disabled + .icon-radio {
  background-position: -192px 0; }

.radio input[type="radio"]:disabled:checked + .icon-radio {
  background-position: -216px 0; }

/*RADIO-XS*/
.radio-xs.indent {
  padding-left: 25px; }
  .radio-xs.indent .icon-radio {
    margin-left: -25px; }

.radio-xs:hover input[type="radio"] + .icon-radio {
  background-position: -112px 0; }

.radio-xs input[type="radio"] + .icon-radio {
  background-position: -80px 0; }

.radio-xs input[type="radio"]:checked + .icon-radio {
  background-position: -112px 0; }

.radio-xs input[type="radio"]:disabled + .icon-radio {
  background-position: -128px 0; }

.radio-xs input[type="radio"]:disabled:checked + .icon-radio {
  background-position: -144px 0; }
  