body{
/* 	background: #efeef4; */
	padding-top:0px;
}
.bg{
    width: 740px;
    background-size: 100% auto;
}
.release_content{
    color: black;
    width: 100%;
    margin: 0 auto;
    padding-top:  8px;
    padding-bottom: 10px;
    font-size: 20px;
    background-color: #efeef4;
   	min-height: 100%;
}
.input-control{
    margin: 0 0 0 20px;
}
.input-title{
    line-height: 1;
    margin-bottom:  10px;
}
.release_content span{
    margin-top: -10px;
}
.input-control .div-logo{
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
    border:  1px solid rgb(131,146,157);
}
.input-control .div-logo img{
    width: 100%;
    display: block;
}
.input-control .div-submit{
    float: left;
    margin: 64px 0 0 58px;
}

.input-control .div-submit iframe{
    width: 400px;
  	height: 120px;
  	position: absolute;
  	top: 148px;
}

.input-control .form-file-div iframe{
	width: 400px;
  	height: 85px;
  	position: relative;
  	bottom: 20px;
  	left: -8px;
}

.input-control .div-submit .blue-btn{
    position: relative;
}
.input-control .div-submit input[type="file"]{
    position: absolute;
    height: 31px;
    left: 0;
    top: 0;
    opacity: 0
}
.input-control .div-submit .green-btn{
    margin-left: 92px;
}
.input-control .text-area,.input-control .input,.input-control select{
    width: 400px;
    border-radius: 4px;
    border:  0px;
    background: rgb(255,255,255);
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-raduis:2px;
}

.input-control .text-area:focus{
    background:rgb(178,212,220);
}

.input-control select:hover{
    background:rgb(178,212,220);
}

.input-control .text-area:focus,.input-control .input:focus,.input-control select:active,input:focus{
    background:rgb(178,212,220);
    outline: none;
    border:  1px solid #a5b7be;
}

.input-control .text-area{
     height: 60px;
}

#addTaskBtn{
 	/* width: 280px;
 	height: 48px;	
 	margin-top:20px;
 	background:rgb(255,105,0);
 	background-size:100% 100%;   */
}
#addTaskBtn:hover{
	background:rgb(2,163,134);
 	background-size:100% 100%;

}

#form-addfile-control{
	background: rgb(178,212,220);
}

#form-addfile-control:hover{
	background: rgb(168,201,209);
}
/* input {
	top:30px;
	left: -25px;
	width: 400px;
	height: 30px;
	font-size:20px;
	border: 0px;
	border-radius: 2px;
	text-indent: 5px;
} */
#fileListDiv_class a,
.form-file-div a{
	display: block;
}

.xttblog {
	width: 400px;
}

#filebox {
    min-height: 100px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.box {
	padding:0;
	/* width:200px; */
	/* overflow:hidden; */
	height:auto;
	list-style: none;
}

.box:after {
	content: ".";
	display: block;
	line-height: 0;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.box li {
	float: left;
	line-height: 60px;
	width: 60px;
	height: 60px;
	position:relative;
}

.box li img, .box li img:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	margin-right: 10px;
	margin:0;
}

.deleteButton {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	color: #23313d;
	background-color: #b2d4dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}
#fileContainer {
/*      display: none; */
}

#form-file-div {
    width: 400px;
    float: left;
}
.fileList {
   /*  width: 200px; */
/*     margin-left: 71px; */
}
#filebox {
    list-style: none;
    padding: 0;
}
.fileWrap {
    width: 100px;
/*     margin-left: 60px; */
	height: 38px;
    margin-top: -15px;
}

