@charset utf-8;
/* CSS Document */
@import url(reset.css);

body {
    padding-bottom: 50px;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #555555; 
}
a:hover {
    color: #FF5A00;
}

hr {
    border-top-color:#ff0000;
}

.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.autowidth { width:auto; }

.container {
    text-align: center;
}

.main {
    max-width: 990px;
    text-align: left; 
}

.grid {
    padding: 10px;
}

.element {
    float: left;
    text-align: center;
    margin: 19px;
    height: 385px;
}

.element2 {
    float: left;
    text-align: center;
    margin: 19px;
    height: 235px;
}

.element h2,.element2 h2 {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    font-weight: 400;
}

.element p,.element2 p {
    display: block;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.element img, .element2 img{
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.cred a {
    color: #ff0000; 
}


.btngrande {
    padding: 10px !important;
    background-color: #fef45c;
    border-radius: 10px 10px 10px 10px;
    border: 0px;
    font-size: 20px;
}

.btngrande2 {
    padding: 10px !important;
    background-color: #019700;
    border-radius: 10px 10px 10px 10px;
    border: 0px;
    font-size: 20px;
}

.input-large{
    width: 250px;
}

.form-label{
    width: 150px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 10px;
}
.form-label-large{
    width: 200px;
}


@media only screen and (max-width: 600px) {
    .form-label{
        text-align: left;
        width: 160px;
    }
    .input-large{
        width: 150px;
    }
} 