body {
    padding: 0;
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#222;
    position:relative;
}

html, body { width:100%; }

/* STYLE RESET */

html, body, div, dl, dt, dd, ul,  h1, h2, h3,  pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
ul { list-style:none }
html * { outline:none }

/* CONTEINERS */

#login-form {
    width:460px;
    margin:200px auto 0;
    overflow:hidden;
    position:relative;
    z-index:300;
}

form img {
    float:left;
    clear:both;
    margin-top:8px;
}

form {
    border-left:2px solid #3D3D3D;
    border-right:2px solid #3D3D3D;
    border-bottom:2px solid #3D3D3D;
    padding:5px;
    background: #FFF;
}

.field-container {
    float:left;
    margin:4px;
}

form label {
    float:left;
    width:40px;
    line-height:25px;
}

form input[type="text"], form input[type="password"] {
    float:left;
    padding:6px !important;
    font-family: Arial, Tahoma;
    padding: 4px;
    border: 1px solid #AAA;
    width:149px;
}

form button[type="submit"] {
    float:right;
    text-align:center;
    margin-top:-15px;
}

ul.tabbed-panel {
    border-bottom: 2px solid #3D3D3D;
    cursor: default;
    outline: none;
    padding: 2px 0 0;
    line-height: 0;
}

ul.tabbed-panel li.tab {
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 24px solid #3D3D3D;
    border-right: 24px solid transparent;
    height: 0;
    padding: 0;
    margin-right: -12px;
    margin-top: -1px;
    filter: alpha(opacity=35);
    opacity: 0.35;
    display: inline-block;
    position:relative;
}

ul.tabbed-panel li.tab a {
    color: white;
    text-decoration: none;
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
}

ul.tabbed-panel li.tab-hover {
    border-bottom-color:#FF7A00;
    filter:alpha(opacity=100);
    opacity:1.0;
}


ul.tabbed-panel li.tab-selected {
    filter: alpha(opacity=100);
    opacity: 1.0;
    z-index: 100;
    position:relative;
}

ul.tabbed-panel li.tab span.tab-text {
    margin: 0 11px 0 15px;
    line-height: 24px;
}

div.tabbed-content div.tab, div.tab-content div.tab-right {
    display:none;
}

div.tabbed-content div.tab-selected, div.tab-content div.tab-selected {
    display:block;
}

/* BUTTONS */

.btn-orange {
    background: #F60;
    border: none;
    color: #FFF;
    padding: 7px 22px;
    cursor: pointer;
    outline:none;
    font-weight: bold;
}

.btn-orange:hover {
    opacity:0.8;
}

.btn-orange[disabled] {
    opacity:0.4;
    cursor:auto;
}

.clearfix {
    clear:both;
}

/* DEBUG STYLE */

#debug {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #DEDEDE;
    padding: 8px;
    font-size:11px;
}