﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.loginPanel {
    position:relative;
    background:#fff;
    width:393px;
    height:248px;
    border:2px solid #0099FF;
    background:url(/naos/img/login_bgr.png) no-repeat;
}

.loginPanel #formsTable {
    position:absolute;
    top:110px;
    left:120px;    
}

.loginPanel #formsTable td {
    font-size:0.8em;
    text-align:left;
}




