*{
	font-size:16px;
}
.container{
	background:#f5f5f5;
}
.top{
	font-size:16px;
}
.box2{
    margin: 0 10px 20px;
}
div.must{
	margin: 10px 0;
	color:#787878;
}
div.must span{
	font-size: 14px;
    font-weight: bold;
}
.box1 div.must{
	margin-top: 0px;
}
div.must:before{
	content:"*";
	color:red;
}
.box2 textarea,.box2 input,.box2 select{
	width: 100%;
    border: 1px solid #ededed;
    padding: 5px;
    box-sizing: border-box;
    resize: none;
    color:#434343;
}
.box2 textarea{
	height:150px;
}
.box2 input,.box2 select{
	height:38px;
	
}
.box1{
	border-bottom:none;
	padding-top:0px;
}
.info{
    border-bottom: none;
    margin: 10px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
.div{
	background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}
.box1 label{
	margin-bottom: 10px;
    margin-top: 0px;
}