﻿.upload
{
    width: 370px;
    border: solid 1px #999999;
    margin: 10px 0px;
    padding: 10px 25px;
    
}

.Hidden
{
    display:none;
}

.Opacity0
{
    filter:alpha(opacity=0);
	opacity:0;
}
.upload H3
{
	margin:0;
	padding-bottom:5px;
	font-size:14px;
}        

.IFRAME
{
	text-align:center;
	vertical-align:middle;	
	width:272px;
	height:24px;
}

.DialogStyle
{
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;

}

.UINPUT 
{
	margin-left:-350px;
	font-size:30px;
	cursor:pointer;
	filter:alpha(opacity=0);
	opacity:0;
}

.UINPUT2
{
    margin-left:-380px;
	font-size:35px;
	cursor:pointer;
    position:absolute;
    width:450px;
    height:23px;
}

.upload IFRAME2
{
	text-align:center;
	vertical-align:middle;
	border-style:none;
	margin:0px;
	width:100%;
	height:30px;
}
#status, .commands{ height:5px; line-height:25px; }
.upload .commands{ float:right; }
.hidden { display:none; }        
#status { float:left; }
#status.error{ color:Red;}
#status.info{ color:#333;}
#status.success{ color:green;}
#status.cancel{ color:green;}

.menu { position:absolute; z-index:101; width:100px; border:solid 1px #999; padding:2px; background-color:#ffffff;}
.MenuItemNormal
{
    height:17px;
    color:#000000;
    vertical-align:middle;
    text-align: center;
    font-size:10pt;
    margin-bottom:1px;
    cursor:pointer;
    padding-left:0px;
    padding-top:1px;
}

.MenuItemDisable
{
    height:17px;
    color:#C0C0C0;
    vertical-align:middle;
    text-align: center;
    font-size:10pt;
    margin-bottom:1px;
    cursor:pointer;
    padding-left:0px;
    padding-top:1px;
}

    #loginBk
    {
	    position:relative;
        background:url(/img/login/loginbk.jpg) no-repeat 50% 50%;
        width:925px;
        height:492px;
        margin:0 auto;
        text-align:left;
    }
    
    #OnlineBk
    {
        background:url(/img/bg_cloud.jpg) no-repeat 50% 50%;
        width:1041px;
        height:492px;
        margin:0 auto;
        text-align:left;
    }

    .bk_l
     {
         background:url(/img/login/bg.jpg);
         width: 100%;
         height: 492px;
     }
     
    #bk_r
    {
         position:relative;
         background:url(/img/login/bg.jpg);
         width: 100%;
         height: 492px;
    }