html,
body {height: 100%; min-width: 990px; min-height: 600px;}
body {font: 12px/16px Helvetica, Arial, sans-serif; color: #999; margin: 0; padding: 0; background: #14130f url(../img/body_bg.jpg) 50% 50%;}

a {color: #999;}
a:hover {color: #fff;}
img {border: 0;}

#content {min-height: 100%; position: relative;}
* html #content {height: 100%;}
#contentMinSize {width: 990px; height: 600px;}
#footer {height: 60px; margin-top: -60px; position: relative;}

#main {width: 186px; height: 130px; margin: -65px 0 0 -93px; position: absolute; left: 50%; top: 50%;}

/* form */
form,
fieldset {margin: 0; padding: 0; border: 0; display: block;}
input,
button,
select,
textarea {font-size: 12px; line-height: 14px;}
select,
textarea,
input.text {color: #fff; background: #000;}
textarea,
input.text {margin: 0; padding: 6px 11px 7px; border: 1px solid #333;}
textarea {line-height: 18px; padding: 6px 10px; overflow: auto;}
input.button {margin: 0;}
label.placeholder {display: none;}
input.placeholder,
button.placeholder,
select.placeholder,
textarea.placeholder {color: #999;}

/* logo */
.logo {text-align: center; margin-bottom: 18px;}

/* links */
.links a {text-indent: -9999px; height: 28px; overflow: hidden; background-repeat: no-repeat; background-position: 0 7px; float: left; display: inline;}
.links a:hover {background-position: 0 -73px;}
.links i {width: 1px; height: 28px; overflow: hidden; margin: 0 9px; background: #fff; float: left; display: inline;}
.links-enter {width: 85px; background-image: url(../img/links/enter.gif)}
.links-presentation {width: 82px; background-image: url(../img/links/presentation.gif);}

/* auth */
.auth {white-space: nowrap; margin-right: 24px; float: right; display: inline;}
.auth label {line-height: 30px; margin-right: 16px; float: left;}
.auth span.input {margin-right: 8px; position: relative; float: left;}

.auth input.text {width: 100px; float: left;}
.auth input.button {color: #fff; padding: 7px 0 8px 16px; border: 0; background: transparent url(../img/auth_submit.gif) no-repeat 0 50%; float: left; cursor: pointer;}
.auth .status {font-size: 10px; line-height: 12px; position: absolute; left: 0; bottom: -18px; display: none;}
.auth .status-ok {}
.auth .status-error {}

