body {
    font-family: Verdana, Geneva, sans-serif;
}

.clickable {
    cursor: pointer;
    cursor: hand;
    cursor: -o-pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
}

.centerDiv {
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

input[type="submit"] {
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fbaf3d));
    background:-moz-linear-gradient(top, #ffc477 5%, #fbaf3d 100%);
    background:-webkit-linear-gradient(top, #ffc477 5%, #fbaf3d 100%);
    background:-o-linear-gradient(top, #ffc477 5%, #fbaf3d 100%);
    background:-ms-linear-gradient(top, #ffc477 5%, #fbaf3d 100%);
    background:linear-gradient(to bottom, #ffc477 5%, #fbaf3d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fbaf3d',GradientType=0);
    background-color:#ffc477;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #eeb44f;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #cc9f52;
}
input[type="submit"]:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbaf3d), color-stop(1, #ffc477));
    background:-moz-linear-gradient(top, #fbaf3d 5%, #ffc477 100%);
    background:-webkit-linear-gradient(top, #fbaf3d 5%, #ffc477 100%);
    background:-o-linear-gradient(top, #fbaf3d 5%, #ffc477 100%);
    background:-ms-linear-gradient(top, #fbaf3d 5%, #ffc477 100%);
    background:linear-gradient(to bottom, #fbaf3d 5%, #ffc477 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbaf3d', endColorstr='#ffc477',GradientType=0);
    background-color:#fbaf3d;
}
input[type="submit"]:active {
    position:relative;
    top:1px;
}

textarea {
    background-color: #fff;
}

select, textarea[readonly] {
    min-width: 180px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #eee;
    border: 1px solid #ccc;
}

input[type="text"] {
    width: 210px;
}

input[type="text"][readonly] {
    background-color: #eee;
}


/* --------- Non Global --------------*/

#content {
    margin: 30px 25px 0 25px;
}

#header {
    background-color: #393939;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    padding: 15px;
    height: 85px;
}

#footer {
    text-align: right;
    background-color: #393939;
    font-size: 10px;
    color: #ccc;
    padding: 5px;
    padding-right: 25px;
    margin-top: 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#logo {
    float: left;
}

#navigation {
    padding: 0 25px;
    /*top: 73px;*/
    position: relative;
}

#navigation span {
    margin: 0 15px;
}

#navigation span a {
    color: white;
    text-decoration: none;
}

#navigation span a:hover {
    text-decoration: underline;
}

.error {
    background-color: #AA0000;
    color: white;
}