
/* CSS Document */
.popup
{
   position: fixed;
   width: 100%;
   opacity: 0.9;
   top:0px;
   min-height:200px;
   height:100%;
   z-index: 100;
   background: #FFFFFF;
/*   font-size: 20px;*/
   text-align: center;
   display:none;
   
}
#login_form
{
	position:absolute;
	top:60px;
	left:50%;
	background-color:#CCC;
	/*padding:4px;*/
	border:1px solid #202c74;
	display:none;
	z-index:101;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #aaa;
	line-height:normal !important;
}
/*#login_form table td{white-space: nowrap; background: red; color: #fff; font: bold 12px "trebuchet ms", verdana, arial, sans-serif;}

#tbl_login_form{background: none;}*/
#tbl_login_form td{background-color: #ffffff; padding:2px}

#tbl_login_form .formfld2 { cursor:pointer}


