body {
    font-family: Arial,Helvetica,sans-serif;
    width:600px;
    margin:0 auto;

}

form{ 
        font-weight: bold;
        font-size:18px;
        margin-bottom:50px !important;
        margin-left:0px;
}

.img{
        margin-top:10px;
        margin-bottom:60px;
}

.bt {
        display: inline-block;
        padding: 5px 5px 5px;
        border: 3px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
        position: relative;
        cursor: pointer;
        font-size: 15px;
        color: #fff;
        
        background: -webkit-gradient(linear, left top, left bottom, from(#79B932), to(#60A908));
        background: -moz-linear-gradient(top, #79B932, #60A908);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79B932', endColorstr='#60A908');
       
        -moz-user-select: none;
        -webkit-user-select: none;
        margin-left:155px;
        margin-top:10px;
}

p {
        font-size:16px;
}


