
.wid_osshop_login_box form
{
    margin: 2px;
}

.wid_osshop_login_box label {
    font-weight: bold;
}

.wid_osshop_login_box input
{
    width: 110px;
    font-size: 90%;
    margin: 2px auto;
    border: 1px solid #000000;
    height: 1.1em;
}

.wid_osshop_login_box .gobutton
{
    cursor: pointer;
    width: 80px;
    height: 22px;
    text-align: center;
    border: 0px;
    color: #FFF;
    font-weight: bold;
    background:#FFF url(../images/default/widlogin-button.gif) no-repeat;
}


.wid_osshop_login_box .gob_cont {
    text-align: center;
}

.wid_osshop_login_box.linksep {
    padding-left: 0px;
    color: #0098D3;
    font-weight: bold;
}

.wid_osshop_login_box .actionbox {
    float: right;
}

.wid_osshop_login_box .action {
    color: #0098D3;
    text-decoration: none;
    font-weight: bold;
}

.inputerror {
    background-color: #FF5555;
    color: #FFFFFF;
    border: 1px solid #FF0000;
}

.inputerrornone {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

/* ***************************************************** */

.wid_osshop_login_box.pos1
{
}

.pos1 input
{
    border:1px solid #000000;
}

.pos1 td 
{
    vertical-align: bottom;
    padding: 0px;
}

.pos1 .gobutton
{
    cursor: pointer;
}

.pos1 label{
    display: block;
}

.pos1 #login_form a.action{
}

.pos1 #logout_form a.action{
}

.osshop_login_errors {
    z-index:10;
    background-color: #FF4444;
    color: #FFFFFF;
    padding: 0px;
    text-align: center;
    font-weight: bold;
}

.osshop_login_noerrors {
    z-index:10;
    background-color: #2d8e38;
    color: #FFFFFF;
    padding: 0px;
    text-align: center;
    font-weight: bold;
}

/*
.pos1 #logout_form{
    background: #000;
    position: relative;
    top: 12px;
}

*/