#tips table{margin: 5px auto;}
#tips p{margin: 10px auto 0;width: 250px;}
#tips_send{
    margin: 10px 0;
    cursor:pointer;
    display:block;
    height:30px;
    width:100px;
    line-height:30px;
    text-align:center;
    background-image:url('/res/img/icons/button1.jpg');
    background-repeat:no-repeat;
}
#tips input{margin: 1px 0;}
#tips_error{max-width:285px;color: red;margin: 0 auto;}
#tips_ok{max-width:400px;margin: 0 auto;}