@charset "UTF-8";
/* CSS Document */


#confirmation { padding: 0 10px;}
#confirmation h2 { margin:20px 0 40px; font-size: 1em;}
#confirmation .ttl {margin: 0 0 30px; font-size: 1.6em; padding: 0; border: none; font-weight: normal;}
#confirmation .agree { text-align: center;}

#confirmation .consent  {margin: 60px 15px 0;}
#confirmation .consent h3 {font-size: 1.2em !important; margin-bottom: 15px !important; padding: 0; border: none; font-weight: normal;}
#confirmation dl {margin: 20px 0;}
#confirmation dt { background:#EDEDED; padding: 8px 8px 10px; font-weight: normal; border-left: solid 10px #1A7AC2;}
#confirmation dd { font-size: 0.9em; padding: 10px 10px 30px;}


.fome {text-align: center;}
input[type="submit"][disabled] {
    background: #ccc;
    cursor: default;
}
input[type="submit"] {
    cursor:pointer;
    text-align:center;
    padding:10px 50px;
    color:#fff;
    border:none;
    background:#59bb0c;
    border-radius:5px;
}
