@import url('css_reset.css');

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font: normal 75% Arial, Helvetica, Sans-serif;
    line-height: 1.65;
    color: #999999;
    text-align: center;
    background-color: #F9F9F9;
}

div#container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -230px;
    padding: 25px;
    border: 10px solid #EEEEEE;
    width: 400px;
    height: 400px;
    overflow: visible;
    text-align: left;
    background-color: #FFFFFF;
}

div#content {
    position: relative;
    margin: 0;
    padding: 25px 0 0 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../media/images/layout/logo.png) no-repeat right top;
}

div#footer {
    position: absolute;
    left: 0;
    bottom: 25px;
    margin: 0;
    padding: 5px 0 5px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: #EEEEEE;
}

div#content input {
    position: relative;
    margin: 0;
    padding: 0 10px 0 10px;
    border: 1px solid #EEEEEE;
    width: 180px;
    height: 25px;
    line-height: 25px;
    color: #AAAAAA;
    background: #F9F9F9;
}

div#content input.button {
    border: 0;
    width: auto;
    font-weight: bold;
    color: #FFFFFF;
    background: #DDDDDD;
}

p {
    padding-bottom: 10px;
}

a {
    color: #79A2C1;
    font-size: 90%;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

label {
    display: block;
    font-weight: bold;
}

button {
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    overflow: visible;
    background: transparent;
}

input, select, textarea, button {
    font: normal 100% Arial, Helvetica, Sans-serif;
    line-height: 1.65;
    color: #999999;
}

input.small {
    width: 125px;
}

.color_alert {
    color: #FF6600;
}

.color_main {
    color: #79A2C1;
}

.size_150 {
    margin: 0;
    font-size: 150%;
}

.size_200 {
    margin: 0;
    font-size: 200%;
}