﻿/*login-form*/
.login-form .holding {
    overflow: visible;
    position: relative;
}

.login-form .holding input {
    border-radius: 4px 4px 4px 4px;
    border:solid 1px #d3d7cf;
    margin-bottom: 8px;
    opacity: 1 !important;
    padding: 9px 7px 10px;
    width: 296px;
}

.login-form .holding .holder {
    line-height: 38px;
}

/*.login-form .holding span.holder:focus  {
    opacity:0.6;
}

.login-form .holding input:focus, .login-form .holding input.focused, .login-form .holding input.actasfocused {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 10px rgba(255, 255, 255, 0.9);
    opacity: 1;
    outline: medium none;
}*/

.login-form .holding input
{
    font: 15px "Helvetica Neue",Arial,sans-serif;
}

.login-form .holding .holder {
    -moz-transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
    color: #999999;
    cursor: text;
    left: 8px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 0;
    white-space: nowrap;
    z-index: 0;
}

.login-form .submit {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    float: left;
    height: 35px;
    padding-left: 16px;
    padding-right: 16px;
}

a.buttonize, input.buttonize {
    background: url("login/buttonize.png") repeat-x scroll 0 0 #e2852b;
    border: 1px solid #FFAA22;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #333333;
    cursor: pointer;
    display: block;
    font: bold 16px Helvetica Neue,Arial,Sans-serif;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFEE66;
}

a.buttonize-s, input.buttonize-s {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #333333;
    cursor: pointer;
    display: block;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFEE66;
}

a.buttonize-s-khaki, input.buttonize-s-khaki {
    background: url("login/buttonize-khaki.png") repeat-x scroll 0 0 #0a0906;
    border: 1px solid darkkhaki;
}

a.buttonize-s-green, input.buttonize-s-green {
    background: url("login/buttonize-green.png") repeat-x scroll 0 0 #adb97f;
    border: 1px solid #BAC987;
}

a.buttonize-s-hgreen, input.buttonize-s-hgreen {
    background: url("images/bkg-header-green.gif") repeat-x scroll 0 0 #476422;
    border: 1px solid #565248;
    color:White;
}

a.buttonize-hgreen, input.buttonize-hgreen {
    background: url("images/bkg-header-green.gif") repeat-x scroll 0 0 #476422;
    border: 1px solid #565248;
    color:White;
}

.login-form > div 
{
    padding-bottom:5px;    
}

.space 
{
    padding-top:10px;    
    padding-bottom:10px;    
    }

/*********/