*{
    padding: 0;
    margin: 0;
}
html{
    background: #e8eef7;
    font-family: arial, sans-serif;
    font-size: 13px;
}

#wrapper{
    width: 860px;
    background: #ffffff;
    margin: 20px auto;
    border: 1px solid #eeeeee;
    padding: 20px;
}

h1{
    font-size: 20px;
    margin-bottom: 15px;
}

p{
    margin: 10px 0;
    line-height: 18px;
    font-size: 13px;
}

.required{
    color: #C43B1D;
}

p.heading{
    background: #eeeeee;
    margin: 10px 0;
    line-height: 24px;
    font-size: 13px;
    padding: 6px 10px;
    font-weight: bold;
}

.errors{
    background: #eeeeee !important;
    padding: 6px 10px;
    color: #C43B1D;
}

.errors ul{
    list-style-type: none;
    line-height: 18px;
}

label{
    color: #666666;
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 18px 0 5px;
}

label strong{
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

select, input{
    width: 220px;
}

textarea{
    width: 500px;
    height: 150px;
}

.btn{
    width: 100px;
    margin-top: 18px;
}
