#noticeBox{

width: 99%;
display:block;
margin-bottom:10px;
}

#boxTitle{
width: 100%;
display:block;

border-bottom:1px #CCCCCC;
}

#dashline { 
width: 95%;
display:block;
border-bottom:1px dashed #CCCCCC;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}