body {
    background: #0083CA;
    background-image: url("images/bg_page.jpg");
    background-repeat: no-repeat;
}


#pform {
list-style: none;
}

#pform label
{
width: 200px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#pform input
{
margin-bottom: 3px;
}

#pform .submit
{
margin-left: 206px;
}

.testimonial {
    background-color:#EEE;
    padding:5px 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

