.explain{
   width:800px;
   margin:0 auto; 
}

.errorMsg{
    width:600px;
    margin:0 auto;
    margin-top:30px;
    padding-top:20px;
    height:30px;
    /* display:none; */
}

div.errorMsg p{
    color:#f00;
    font-weight:bold;
    display:none;
}