/* CSS Document */
a:link {
    color:	inherit;
    text-decoration: none;
}      /* unvisited link */
a:visited {
    color:	inherit;
}  /* visited link */
a:hover {
    color:	inherit;
}  /* mouse over link */
a:active {
    color:	inherit;
}  /* selected link */

html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    bottom: 0px;
    top: 0px;
    font: arial, helvetica, sans-serif;
    background-image: url('../img/extra_clean_paper.png');
}
input {
    border: 1px solid #ccc;
    height: 34px;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
}
input.check {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}
button {
    background-color: #006165;
    color: white;
    height: 34px;
    padding: 8px 20px 7px 20px;
    border: 2px solid #ddd;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div {
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.btn {
    background-color: #006165;
}
div.bigbtn {
    display: inline-block;
    background-color: #006165;
    padding: 25px;
    min-width: 240px;
    text-align: center;
    color: white;
    border: 4px solid white;
}
div.bigbtn:hover{
    border: 4px solid #ddd;
}
div.btn:hover {
    background-color: #327eb4;
}
.styled-select select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}
.styled-select {
    width: 240px;
    height: 34px;
    overflow: hidden;
    background: url(../img/arrow.png) no-repeat right #fff;
    border: 1px solid #ccc;
}

#logo {
    width: 180px;
    margin-top: 50px;
    margin-left: 180px;
}