@charset "utf-8";
/* CSS Document */

body {
	font-family:"微软雅黑";
	font-size:14px;
	margin:0;
	height: auto;
	min-width: 800px;
/*	position: relative;*/
}
.createTask{
	padding:0 30px 0 30px;
	}
.create_sub{
	height:33px;
	overflow:hidden;
	margin-bottom:15px;
	}
.create_sub input[type="button"]{
	height:32px;
	color:#FFF;
	float:right;
	margin-right:15px;
	padding:0 25px;
	border:none;
	border-radius:2px;
	font-family:"微软雅黑";
	font-size:18px;
	cursor:pointer;
	}
.create_sub .blue_btn{
	background:#53bbd8;
	}
.create_sub .blue_btn:hover{
	background:#1fafd7;
	}
.create_sub .red_btn{
	background:#e36e6d;
	}
.create_sub .red_btn:hover{
	background:#df4241;
	}
.create_sub .forbid{
	background:#cecece;
	}
.create_sub .forbid:hover{
	background:#c1bfbf;
	}
.create_cont{
	overflow:hidden;
 	padding-bottom:30px; 
	}
.create_cont.last{
	background:none;
	}
.create_cont .create_head_title{
	height:110px;
	position:relative;
	}	
.create_cont .create_head_title .title_line{
	margin-left:128px;
	line-height:34px;
/* 	border-bottom:2px solid #f1f1f1; */
	padding-top:34px;
	}	
.create_cont .create_title{
	height:38px;
	position:relative;
	}
.create_cont .create_title img{
	float:left;
	}
.create_cont .create_title .title_green{
	float:left;
	width:80px;
	line-height:34px;
	font-size:18px;
	border-bottom:2px solid #55bd80;
	margin-left:10px;
	}
.create_cont .create_title .title_yellow{
	float:left;
	width:80px;
	line-height:34px;
	font-size:18px;
	border-bottom:2px solid #f0a94d;
	margin-left:10px;
	}
.create_cont .create_title .title_bule_line{
	float:left;
	width:80px;
	line-height:34px;
	font-size:18px;
	border-bottom:2px solid #37bde0;
	margin-left:10px;
	}
.create_cont .create_title .title_line{
	margin-left:128px;
	line-height:34px;
	border-bottom:2px solid #f1f1f1;
	padding-top:34px;
	}
.create_cont .create_write{
	overflow:hidden;
	position:relative;
	}
.create_cont .create_write .write_p{
	width:180px;
	float:left;
	margin:10px 0 0 55px;
	line-height:28px;
	clear:both;
	overflow:hidden;
	text-align:right;
	}
.create_cont .create_write .tarea2{
	margin:10px 0 0 10px;
	border:1px solid #d4d4d4;
	border-radius:2px;
	float:left;
	width:780px;
	height:120px;
	}
/*正常获取焦点样式*/
.create_cont .create_write .tarea2:focus{
	border:1px solid #79afd9;
	}
/*必填获取焦点样式
.create_cont .create_write .tarea2:focus{
	border:1px solid #f59b9b;
	}*/
.create_cont .create_write .text1{
	margin:10px 0 0 50px;
	height:26px;
	border:1px solid #d4d4d4;
	border-radius:2px;
	width:200px;
	float:left;
	}
/*必填获取焦点样式*/
.create_cont .create_write .text1:focus{
	border:1px solid #f59b9b;
	}
/*正常获取焦点样式
.create_cont .create_write .text1:focus{
	border:1px solid #79afd9;
	}*/
.create_cont .create_write input[type="checkbox"]{
	width:20px;
	height:20px;
/* 	float:left; */
/* 	clear:both; */
	overflow:hidden;
	margin:12px 0 0 10px;
	}
.create_cont .create_write input[type="radio"]{
	width:20px;
	height:18px;
	float:left;
	clear:both;
	overflow:hidden;
	margin:4px 0 0 8px;
	font-family:"微软雅黑";	
	}	
.create_cont .create_write .check_line_span{
	color:#000;
	margin:10px 0 0 5px;
	line-height:28px;
	float:left;
	}

.create_cont .create_write .browse_btn{
	margin:10px 0 0 15px;
	height:26px;
	border:1px solid #b7cee5;
	border-radius:2px;
	float:left;
	width:64px;
	color:#698ba9;
	font-family:"微软雅黑";
	font-size:12px;
	cursor:pointer;
	}
.create_cont .create_write .browse_btn:hover{
	background:#8accf8;
	color:#FFF;
	border:1px solid #42aef5;
	}
.create_cont .create_write .red_span{
	color:#fd4341;
	margin:12px 0 0 5px;
	line-height:26px;
	float:left;
	}

.create_cont .create_write .line_span{
	color:#979797;
	margin:10px 0 0 5px;
	line-height:26px;
	float:left;
	}


	
	