body, html
{
    text-align: center;
}

table
{
    width: 100%;
}

#logo_td
{
    width: 140px;
}

#logo_tr
{
	height:35px;
}

.log_remark
{
	font-size:10px;
}

.top_toolbar_seperator
{
    width: 25px;
}

#language_selection_div
{
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#logon_image_div
{
    position: absolute;
    top: 85px;
    right: 20px;
}

#error_message_div
{
    color: red;
    margin-top: 15px;
}

#login_table
{
	width: 350px;
}


#login_table tr
{
    height: 28px;
}

#bhub_version_div
{
    position: absolute;
    top: 44px;
    right: 15px;
    font-weight: normal;
    color: #737373;
    font-size: 10px; 
    font-family:Arial;
}