body {
    background-color: #dedede;
}
h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid #333;
    color: #333;
    margin-bottom: 15px;
}
.mainpage {
    background-color: white;
    padding:15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #aaa;
}
textarea {
    min-height: 200px;
}
.mandatory:after {
    content: '*';
    color:red;
    margin-left: 2px;
}
.alert {
    display: none;
}