@charset "utf-8";
div.main{
	min-height: 300px !important;
}
#container {
    width: 100%;
    color:#383838;
}
ul.lostPackingUl li{
	line-height:35px;
}
.main .ulDiv ul li{
	margin-left:30px;
	list-style-type: disc;
	text-align:left;
	line-height: 35px;
	font-size:16px;
}
.titleCss p{
	font-size:18px;
	font-weight:bold;
	padding-top: 10px;
}
#saveLostPackForm p{
	padding-top: 10px;
}
.main .bottom button{
	text-align:center;
	width:100px;
	border: 5px solid red;
	border-radius:5%;
	background: red;
	margin:0 auto;
	color:white;
	font-size:16px;
	display:block;
}