/**
* @BluePlanet, Elxis Login Screen
* @package Elxis
* @copyright: (C) 2006-2009 Elxis.org. All rights reserved
* @author: Ricard Lozano (ricard), 2009/04/17
*/

html {
    overflow: hidden;
}

/* IE7 */

body {
    margin: 0px;
    padding: 0;
    color: #777;
    background: #F4F4F4;
    font-size: 101%;
    font-family: verdana, arial, helvetica;
    overflow: hidden;
}

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    overflow: hidden;
    margin: -220px 0px 0px -220px;

}

#signin {
    text-align: left;
}

#signin-rtl {
    text-align: right;
}

h1 {
    font-size: 29px;
    margin: 0;
    padding: 3px 0 5px 50px;
    font-weight: bold;
    font-family: "Trebuchet MS", verdana;
    background: url(/images/efneplogo.png) 36% 0 no-repeat;
}

div, p, span {
    font-size: 0.95em;
}

p.buttonp {
    padding: 0;
    margin: 0;
    text-align: right;
    margin-right: 43px;
}

p.buttonp-rtl {
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 43px;
}

.inputlabel-rtl label {
    text-align: right;
}

.button {
    margin-top: 10px;
    margin-bottom: 25px;
    background: #63A6D9;
    border: 0;
    padding: 5px 25px;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

p.inputlabel input {
    font-family: verdana, arial, helvetica;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    width: 300px;
    background: #f4f4f4;
}

p.inputlabel input:focus {
    background-color: #FFC;
    border-color: #FC6;
}

p.inputlabel-rtl input {
    font-family: verdana, arial, helvetica;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    width: 300px;
    background: #f4f4f4;
}

p.inputlabel-rtl input:focus {
    background-color: #FFC;
    border-color: #FC6;
}

.cloak-desc {
    text-align: center;
    font-size: 0.80em;
    font-weight: normal;
}

.flags {
    text-align: center;
    margin-top: 20px;
}

.roundedtop-l, .roundedtop-r, .roundedbot-l, .roundedbot-r {
    background-image: url('/images/corners.gif');
    height: 20px;
    font-size: 2px; /* IE */
}

.roundedtop-l {
    margin-right: 20px;
}

.roundedtop-r {
    margin-top: -20px;
    margin-left: 20px;
    background-position: 100% 0;
}

.roundedbot-l {
    margin-right: 20px;
    background-position: 0 -20px;
}

.roundedbot-r {
    margin-top: -20px;
    margin-left: 20px;
    background-position: 100% -20px;
}

.rounded-inside {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    padding-left: 35px;
    padding-right: 20px;
}

/* Inputs */

input.text, input.file, textarea.textarea, select.select {
    color: #333;
    margin: 0;
    padding: 4px;
}

input.text, textarea.textarea {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
}

select.select {
    padding: 1px 5px 0 0;
}

input.checkbox, input.radio {
    display: block;
    margin: 4px 0 0 0;
    padding: 0;
    width: 13px;
    height: 13px;
}

input.other {
    margin: 0 0 8px 25px;
}

.safari select.select {
    font-size: 120% !important;
    margin: 0 0 1px 0;
}

* html select.select {
    margin: 1px 0;
}

*+html select.select {
    margin: 1px 0;
    border: 1px solid red;
}

/* Size */

input.small, select.small {
    width: 125px;
}

input.smaller, select.smaller {
    width: 60px;
}

input.mediumsmall, select.mediumsmall {
    width: 200px;
}

input.medium, select.medium {
    width: 266px;
}

input.large, select.large, textarea.textarea {
    width: 70%;
}

input.full, select.full, textarea.full {
    width: 99%;
}

textarea.small {
    height: 5.5em;
}

textarea.medium {
    height: 10em;
}

textarea.large {
    height: 20em;
}

.error {
    color: red;
    font-weight:bolder;
}

.success {
    color: green;
    font-weight:bolder;
}