@charset "utf-8";
/* CSS Document */
.whiteBox{
	background: #FFF;
	border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
	padding:5px;
}
.container.custome {
    padding-top: 12px;
    padding-bottom: 12px;
}
