.Calculator
{
font-family:Tahoma, Verdana, Helvetica, sans-serif;
color: #0000FF;
background-color: inherit; /* #ffffff;*/
font-size: 9px;
font-weight: normal;
text-align: right;
/*padding: 10px 10px 0px 0px;*/
/*margin: 2px 2px 2px 2px;*/
/*
border-style:none;
border-width:thin;
border-width:0px;
 border-collapse:collapse;
*/
}
#otableMessage
{
    color:#ff0000;
    border:solid 1px #ff0000;
    margin-left:10px;
    margin-top:15px;
    height:20px;
    font-size:10pt;
}
#formSweldistaLogin, #formSweldistaLoginSuccess
{
    width:520px;
    height:240px;
    /*border:solid 1px #989898;*/
    background-color:#f5f5f5;
    
}
body
{
    padding:0px;
    margin:0px;
    font-family:Tahoma, Helvetica, Verdana;
    font-size:10pt;
    }
#divLoginLeft
{
    background-color:#fff;

    margin:10px 0px 0px 5px;
    height:200px;
    border:solid 1px #989898;
    width:230px;
    float:left;
    text-align:center;
    overflow:hidden;
    
    }
.pWelcomeMsg
{
    color:#484848;
    margin:3px;
    padding:0px;
    font-size:12pt;
    font-weight:bold;
}
#divWelcomeMsg
{
	
	}

#divLoginLeft div
{
    text-align:center;
    padding-top:2px;
    height:23px;
    font-size:12pt;
    background-color:#484848;
    color:#fff;
    margin-bottom:5px;
    background-image:url(../images/bg_black_1x25-000000.gif);

    background-repeat:repeat-x;
}
#obtnClose
{
    margin-top:10px;}
#divLoginRight
{
    background-color:#fff;
    margin:10px 0px 0px 5px;
    height:200px;
    border:solid 1px #989898;
    width:250px;
    float:left;
    }
    
#divLoginRight a img
{
    border:solid 0px;
    /*width:250px;*/
    margin-top:65px;
    padding-left:25px;
}
#otbPassword, #otbEmail
{  
    width:140px;
    margin-top:10px;
    
}

.divShadowRight
{
    width:3px;
    height:199px;
    background-color:#d8d8d8;
    float:left;
    margin-top:13px;
}
#divShadowBottomLeft
{
    width:233px;
    background-color:#d8d8d8;
    height:3px;
    /*clear:both;*/
    margin-left:6px;
    float:left;
    overflow:hidden;
}
#divShadowBottomRight
{
    width:253px;
    background-color:#d8d8d8;
    height:3px;
    /*clear:both;*/
    margin-left:7px;
    float:left;
    overflow:hidden;
}
#obtnLogin
{
    margin-top:10px;
    border:solid 1px #989898;
    background-image:url(../images/bg_black_1x25-000000.gif);
    color:#fff;
    font-weight:bold;
    background-position:center;
    
}
button
{
    border:solid 1px #989898;
    background-image:url(../images/bg_black_1x25-000000.gif);
    color:#fff;
    font-weight:bold;
    background-position:center;
}
button:hover, #obtnLogin:hover
{
    text-decoration:underline;
    cursor:pointer;
    
}