/* 
    Created on : 25/07/2017, 09:21:25 PM
    Author     : Claudio
*/

div { 
    width: 500px;
    height: 220px;
    background-color: #E8EDFF;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    
    border-radius: 25px;
    border-color: #039;
    border-style: solid;
    border-width: 2px;
    box-shadow: -10px 10px 10px 0px gray;
}

table {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

p {
    text-align: center;
}

body {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:13px;    
}

h1 {
    font-size: 13px;
    text-align: center;
    color: #039;    
}

input[type=submit] {
    background-color: #039;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}