			.container,
			.container header,
			.container .main {
				width: 1000px;
				padding: 0;
				min-height:500px;
			}
			
			.container header {
				width: 1000px;
				margin: 0 auto;
				height: 100px;
				padding: 20px 0;
				border-bottom: 1px solid #ff9900;
			}
			
			.container header span.bg_logo {
				width: 430px;
				height: 60px;
				background: url(/Public/images/logo.png);
				display: block;
			}
			
			.container .main {
				padding-top: 20px;
			
			}
			
			.container .main h3 {
				border-bottom: 1px solid #DDDDDD;
				line-height: 50px;
			}
			
			.container .main form {
				margin: 40px 0;
				
			}
			
			.container .main .row {
				padding-top: 20px;
				margin: 0;
				position: relative;
			}
			
			.container .main .row a.add_sub{
				position: absolute;
				right: 100px;
				top: 100px;
			}
			
			.container .tab-content label {
				font-weight: normal;
			}
			
			.container .main form h4 { overflow:hidden;
				background: #f6f6f6;
				line-height: 40px;
				padding: 0 10px;
				cursor: pointer; font-size:18px; font-weight:normal;
			}
			.section{ clear:both; overflow:hidden; margin-top:10px;}
			.container .main form h4 span {
				line-height: 40px;
				color: #999;
				transition: all .3s;
				padding: 0 10px;
			}
			
			.container .main .section > div.sub_sec {
				padding: 20px 0;
				border-bottom: 1px solid #EEEEEE;
			}
			.container .main .section > div.sub_sec:last-child{
				border-bottom: none;
			}
			.dropdown-menu li.unselect{
				cursor: auto;
			}
			.dropdown-menu .list_head{
				background: #EEEEEE;
				line-height: 30px;
				padding: 0 10px;
				margin: 15px 0 5px 0;
			}
			.dropdown-menu li.unselect{
				background: #f90;
			}
			.dropdown-menu .list_head:first-child{
				margin-top: 0;
			}
			
			.post_section button .rm{				
				color: #333;
				display: none;
			}
			.post_section button:hover > span.rm{
				display: inline-block;
			}
			
			
