/*
    Document   : index
    Created on : 2009-6-11, 12:01:10
    Author     : IBM USER
    Description:
        Purpose of the stylesheet follows.
*/
/*  */
div.content1 {
    margin:3px auto;
    height:400px;
    width:600px;
    text-align:center;
}
/*  */
p.action {
    margin:30px auto;
    font-size: 36px;

}
p.message {
    margin:30px auto;
    color:red;
    font-size: 36px;
}
p.apologize {
    margin:10px auto;
    font-size: 20px;
    color: #999999;
    text-align:left;
}
input.button {
    margin-top:30px;
    width:150px;
    height:30px;
    font-size: 18px;
}