* { margin: 0; padding: 0; }

body {
    font-size: 12px;
    margin: 0;
    padding: 0;

    color: #6b6b6b;
    font-size: 16px;
    line-height: 30px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;

}

.disable_scroll {
    overflow: hidden;
}

.left_padding {
	width: 50%;
	float: left;
	display: block;
	height: 100%;
}

.main {
    min-width: 350px;
	max-width: 550px;
    width: 35%;
    float: left;
	margin-left: 10%; 
	margin-top: 10%;
    /*margin-right: 60px;*/
}

.header {
    color: #df4526;
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
    line-height: 60px;
    /*margin-top: 70px;*/
}

.body label {
    clear: both;
    display: inline;
    font-size: 16px;
    line-height: 26px;
    padding-right: 20px;
}

.input {
    display: block;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border: 0;
    margin: 0;
    width: 98%;
    margin-bottom: 10px;
    padding: 1%;
    /*padding: 5px;*/
}

.input_select {
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 100px;
}

.radio {

}

button {
    background-color: #df4526;
    border: 0;
    padding: 5px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
}

button.gray {
    background-color: #6b6b6b;
}

#make_license {
    float: right;
    padding: 10px 20px;
}

.body_footer {
    clear: both;
    text-align: right;
    padding: 10px;
}

.body_footer a {
    color: #6b6b6b;
    text-decoration: none;
	font-size: 14px;
}

.body_footer a:hover {
    text-decoration: underline;
}

.container_body {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 600px;
    background: url(../images/bg_new.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer {
    clear: both;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}




/*body, label, h1, .cFFF {    */
    /*color:#FFF; */
/*}*/
/*h1 {*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
/*}*/
/*a.copy:link, a.copy:visited, a.copy:hover, a.copy:active {*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*text-decoration: none;*/
/*}*/


/*.input {*/
    /*background: url(../images/inputbg.jpg) repeat-x top left #FFF;*/
    /*border: 1px solid #cccccc;*/
    /*padding-left:5px;*/
    /*height: 23px;*/
    /*width: 450px;*/
    /*font-weight: bold;*/
/*}*/
/*.input_area {*/
    /*width:456px;*/
/*}*/
/*.copy{ */
    /*color:#FFF; */
/*}*/
/*.hidEl {*/
    /*width:0px;*/
    /*height:0px;*/
    /*line-height:0px;*/
    /*font-size:0px;*/
    /*margin:0px;*/
    /*padding:0px;*/
    /*border:none;*/
    /*overflow:hidden;*/
/*}*/
/*.title {*/
    /*width: 296px;*/
    /*height: 66px;*/
    /*display:block;*/
/*}*/
/*.open_upload_btn, .clear_selected_mc_btn {*/
    /*text-indent:-3000px;*/
    /*float:left;*/
    /*display:block;*/
    /*width:90px;*/
    /*height:31px;*/
/*}*/
/*.get_license_btn {*/
    /*width:109px;*/
    /*height:45px;*/
    /*display:block;*/
    /*float:right;*/
    /*text-indent:-3000px;*/
/*}*/
/*.upload_box {*/
    /*display:none;*/
/*}*/
/*.paste_box {*/
    /*display:block;*/
    /*padding-bottom:20px;*/
/*}*/
/*.sp_top {*/
    /*height:145px;*/
/*}*/
/** html .sp_top {!*ie6*!*/
    /*height:165px;*/
/*} */

#mask, #mask_iframe {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;

}
#mask_iframe {
    z-index: 900;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    /* this works in IE6, IE7, and IE8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    /* this works in IE8 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    background-color: #000;
}

#mask #loading_txt {
    width:324px;
    height:72px;
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #000000;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
    position:relative;
}
#mask #loading_txt .loading {
    width:32px;
    height:32px;
    margin:20px;
    background-image:url('../images/loading.gif');
    display:block;
    float:left;
}
#mask #loading_txt .ok {
    background-image:url('../images/ok.gif');
}
#mask #loading_txt .loading_txt {
    height:32px;
    margin-top:20px;
    display:block;
    float:left;
    line-height:32px;
    color:#000000;
    text-align:left;
    width: 240px;
    font-size: 12px;
}
#mask #loading_txt a {
    color:#0000FF;
    text-decoration:underline;
}

#mask #upload_form {
    width:624px;
    height:280px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    display:block;
}
#mask #upload_form_bg {
    width:624px;
    height:280px;
    margin-left:auto;
    margin-right:auto;
    /*background-image:url(../images/upload_bg.jpg);*/
	background-color: #FFF;
    /*border:1px solid #265492;*/
	border:1px solid #666;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
}
#mask #upload_form_bg_close {
    background-image:url(../images/frame_img.png);
    background-position:-40px 0px;
    background-repeat:no-repeat;
    position:absolute;
    top:-15px;
    right:-15px;
    text-indent:-3000px;
    width:30px;
    height:30px;
}
* html #mask #upload_form_bg_close {/*ie6*/
    background-image:url(../images/frame_img.gif);
}

#upload_form_box {
    width:604px;
    height:220px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;
    margin:10px;
    /*border:1px solid #265492;*/
	border:1px solid #ccc;
    overflow:auto;
}
#upload_form_bar {
    height:32px;
    width:604px;
    margin:0px 10px;
}
#upload_form_bar .upload_txt {
    line-height:32px;
    float:left;
    font-size: 14px;
    color: #0b0b0b;
}
#upload_form_bar #upload_btn {
    height: 32px;
    width: 90px;
    line-height:32px;
    float:right;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 5px;
    background-color: #df4526;
    color: #FFF;
}
#upload_form_bar .close_btn {
    height: 32px;
    width: 90px;
    line-height:32px;
    float:right;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 0px;
    background-color: #df4526;
    color: #FFF;
    text-align: center;
}
#upload_btn .up_btn {
    display:block;
    height: 32px;
    width: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

#upload_btn .uploadify-button {
    text-align: center;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
    border-width: 0 0 100px 200px;
}

/*.upload_form_row {
    height:29px;
    line-height:29px;
    color:#000000;
    font-size:12px;
    border-bottom:1px solid #CCCCCC;
}
.upload_form_title {
    font-weight:bold;
    border-bottom:1px solid #69C;
}
.td_cell {
    display:block;
    float:left;
    line-height:21px;
    height:21px;
    margin-top:4px;
}
.td_name {
    float:left;
    margin-left:10px;
    text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    width:230px;
    white-space: nowrap;
}
.td_size {
    float:right;
    width:110px;
    text-align:center;
}
.td_progress {
    float:right;
    width:120px;
    text-align:center;
}
.td_progress .txt, .td_progress .bar {
    display:block;
    top:0px;
    left:0px;
    height:20;
    width:100%;
}
.td_progress .bar {
    background-color:#99CCFF;
    height:3px;
    font-size:3px;
    line-height:3px;
    width:100%;
    margin-top:-2px;
}
.td_opt {
    float:right;
    width:60px;
    text-align:center;
    border:none;
}
.td_opt .del {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/u_spr_icon.gif");
    background-repeat: no-repeat;
    background-position: -180px -40px;
    margin-top:3px;
    text-decoration:none;
}

.upload_form_title .td_size {
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}
.upload_form_title .td_progress {
    border-right:1px solid #CCCCCC;
}
.upload_form_container .td_size {
    border-right:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
}
.upload_form_container .td_progress {
    border-right:1px solid #FFFFFF;
}*/

/*#select option, .input {*/
    /*color: #333;*/
/*}*/

/*.open_upload_btn {*/
    /*margin-right:25px;*/
/*}*/
/*.radio_paste {*/
    /*display:block;*/
    /*width:45%;*/
    /*float:left;*/
/*}*/


#upload_form_box {
    position:relative;
    overflow: hidden;
}
#upload_form_box .row {
    width: 604px;
    padding: 3px 0px;
    clear: both;
    overflow: hidden;
    background-color: #FFF;
}
#upload_form_box .cell {
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    padding: 0px 5px;
    word-wrap: break-word;
}
#upload_form_box .tab_title {
    font-weight: bold;
    /*border-bottom: 1px solid #69C;*/
	border-bottom: 1px solid #ccc;
}
#upload_form_box .tab_title .cell {
    border-right: 1px solid #AAA;
}

#upload_container {
    width: 604px;
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    position:relative;
}
#upload_container .cell {
    border-right: 1px solid #FFF;
}
#upload_container .row {
    border-bottom: 1px solid #AAA;
    position:relative;
}

#upload_form_box .row .name {
    width: 260px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#upload_form_box .row .size {
    width: 110px;
    text-align: center;
}
#upload_form_box .row .progress {
    width: 120px;
    text-align: center;
    position: relative;
    display: block;
}
#upload_form_box .row .opt {
    width: 70px;
    text-align: center;
    float: right;
    border-right: none;
}
#upload_form_box .row .opt .del {
    text-indent: -2000;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/u_spr_icon.gif");
    background-repeat: no-repeat;
    background-position: -180px -40px;
    text-decoration:none;
    margin-top: 3px;
}

#upload_form_box .row .progress .progress_bar, #upload_form_box .row .progress .progress_text {
    position: absolute;
    width: 120px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    left: 5px;
    top: 0px;
}
#upload_form_box .row .progress .progress_bar span {
    line-height: 22px;
    height: 22px;
    display: block;
    width: 0%;
    background-color: #99CCFF;
}


