﻿/*
 * Created by: Lam Dang
 * Created date: 2008/09/26
 * Description:
 * Updated: 
 */

.p_tbl_login, .p_msgAlert, .popupbox
{
	width: 300px;
	text-align: center;
	height:auto;
}
.p_tbl_login, .p_txtUserName
{
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	outline: none;
	cursor: default;
}

.popupboxlogin
{
	/*background: #FBFBF0;  Login Box background color. Change this if desired. */
	z-index: 9; /* Makes it on top of everything else */
	font-family: arial; /* Sets the font */
	visibility: hidden; /* Makes it hidden at first. Very Important.*/
	top: -300px;
	left: -300px;
	/*new*/
	float:left;
    background: url(../../images/graphics/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../../images/graphics/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
    position: absolute;
}

.popupboxlogin_inner
{
    display: block;
    position: relative;
    /*--background-image:url(../../Images/Graphics/PopupBG1.jpg);-->*/
    background-color:White;
    border: 2px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: px;
    width:300px;
}

.p_tbl_login_c1
{
	width: 25px;
}
.p_tbl_login_c2
{
	width: 120px;
	text-align: right;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.p_tbl_login_c3
{
	width: 4px;
}
.p_tbl_login_c4
{
	width: 140px;
	text-align: left;
}
.p_tbl_login_c5
{
	width: 50px;
}

.p_tbl2_login
{
	width: 200px;
}

.p_tr_normal
{
	height: 3px;
}
.p_tr_medium
{
	text-align: left;
}
.p_tr_large
{
	height: 25px;
}

.p_txtUserName
{
	width: 140px;
	height: 17px;
	padding-top:2px;
	padding-left: 3px;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	border: solid 1px #FF9911;
	
}
.p_txtPassword
{
	width: 140px;
	height: 17px;
	padding-top:2px;
	padding-left: 3px;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	border: solid 1px #FF9911;
}

.p_img_login
{
	height: 22px;
	width: 82px;
	background: url(../../images/graphics/dangnhap.gif);
}

.p_img_content_login{font-family:Tahoma;font-size:12px;color:#ffffff;padding:3px;text-align:center;}