{ margin: -10px 0px; padding: 0; }

html { 
	/*background-color: rgba(255,0,0,0.5);*/
    background: url('../../images/BG.jpg') no-repeat center center fixed;

    /*background-color: #000000;
    background: url('../../images/line-992.png') repeat; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    clip: rect(10px, 20px, 30px, 40px);
}

body
{
	background-color: #dddddd;
}

td
{
	border-collapse: collapse;
}

.my_btn
{
    background-color: #E45D02;

    padding-top: 10px;
    padding-bottom: 10px;

    color: #ffffff;

    font-size: 12pt;

    border: 0px;

    cursor: pointer;

    border-radius: 5px;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #ffffff;
}

#Btn_Reset_Pwd
{
	color: #ffffff;

	cursor: pointer;
}

#Lbl_Error_Msg
{
	margin-top: 20px;

	color: #ffffff;
}

table#TB_Footer
{
    margin-top: 80px;

    width: 100%;

    height: 50px;

    /*background-color: #ffffff;*/
}

table#TB_Footer>tbody>tr>td
{
    color: #AAAAAA;
}

table#TB_Footer>tbody>tr>td#Cell_Footer_Title
{
    width: 20%;

    font-size: 18pt;
}

table#TB_Footer>tbody>tr>td.Cell_Footer_Line
{
    vertical-align: middle;

    text-align: center;

    width: 40%;
}

table#TB_Footer>tbody>tr>td.Cell_Footer_Line>.Line_Footer
{
    height: 1px;

    background-color: #AAAAAA;
}

table#TB_Footer>tbody>tr>td#Cell_Footer_SubTitle
{
    font-size: 8pt;
}











#Lbl_CoTitle
{
	color: #ffffff;
	font-size: 30pt;
	text-align: center;
	/*position: absolute;
	top: 25%;
	width: 100%;*/
	font-weight: bold;

	line-height: 25px;
}

#Lbl_SubCoTitle
{
	margin-top: 10px;

	font-size: 5pt;

	color: #ffffff;

	font-weight: normal;
}

.MyLoginWin
{
	height: 180px;
	top: 60px;
	z-index: 0;
}

.x-form-text-default
{
	border: 0px;
}

#TB_Login
{
	margin: auto;

	margin-top: 10px;

	width: 260px;

	min-height: 150px;

	background-color: #ffffff;

	border-radius: 5px;
}

#TB_Login>tbody>tr>td
{
	border-bottom: 1px solid #cccccc;

	vertical-align: middle;

	text-align: center;
}

#TB_Login>tbody>tr.TR_Last>td
{
	border: 0px;
}
.icon_Login
{
	width: 20px;

	height: 20px;
}

#Btn_Submit
{
	width: 260px;
}

#IFrame_Init_Src
{
	display: none;

	border: 0;
}

#TB_Login .icon_4_txt
{
	font-size: 12pt;
}

#TB_Login .icon_4_txt.act
{
	color: #ED5F01;
}

#TB_Login .icon_4_Pointer
{
	font-size: 10pt;

	color: #ED5F01;

	display: none;
}





