@charset "utf-8";
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#saip {
	width: 100%;
	margin:auto;
}
#top { 
	background:url(../images/top.gif) repeat-x;
}
#bottom {  
	width:100%; 
	height:100%;
}
#bottom a { 
	font-size:12px; 
}
#login {
	height: 380px;
	width: 700px;
	margin:auto;
	padding-top:110px;
}
#logo {
	height: 50px;
	width: 700px;
}
.login_logo {
    width:162px;
	height:43px;
    background:url(../images/logo.png) 0 0 no-repeat;
}
.main_logo {
    width:150px;
    padding-top:8px;
    padding-left:50px;
    float:left;
}
.header {
	/*background:url(../images/header.gif) repeat-x 0 -1px;*/
	background:#287fc3;
	
}
h1 {
    font-size:20px;
    font-family:Verdana;
	color:#FFFFFF;
}
.h2 {
    color:#0b54a9;
	font-family:"微软简中圆"; font-size:24px; line-height:55px;
}
h4 {
    font-size:16px;
    margin-top:25px;
    margin-bottom:10px;
}

#pht{
    width:700px;
	height:282px;
}
#side { 
	background:url(../images/1.png); 
	height: 282px; 
	width: 270px; 
	float: left;  
}
#side1 { 
	background:url(../images/3.png); 
	height: 282px; 
	width: 123px; 
	float: right; 
}
#main { 
	background:url(../images/2.png); 
	height: 282px; 
	margin:0 0 0 270px; 
}
#form { 
	padding-top:120px; 
	padding-left:45px;
}
#Button { 
	padding-top:120px;
}
.Button { 
	width:60px; 
	height:25px; 
	color:#FFFFFF; 
	text-align:center; 
	font-size:14px; 
	border:none; 
	cursor:pointer;
}
#txt {
	margin:30px 0px 0px 5px; width:270px; 
	height:50px; text-align:center; 
	font-size:22px; 
	font-family:"微软简中圆"; 
	color:#FFFFFF;
    line-height:50px; 
    font-style:italic;
}
#company { 
	background:url(../images/company.png) 0 0 no-repeat; 
	width:265px; 
	height:193px; 
	margin:0px 0px 0px 5px;
}
#foot{ 
	width:100%;  
	height:20px;
}



.sui-portal-table {
    text-align:left;
    border-collapse:separate;
    border-collapse:collapse\9;
    table-layout:fixed!important;
    display:table;
    width:100%;
    height:100%;
    
}
.sui-portal-column {
    vertical-align:top;    
    
    padding-right:10px;
}
.sui-portal-panel {
    
    margin-bottom:10px;
}
.sui-portal-panel .sui-panel-header {
    cursor:move;
}
.sui-portal-panel .sui-panel-border {
    background:white;
}
.sui-portal-proxy {   
    overflow:hidden;
    background:gray;
    opacity: .15;-moz-opacity: .15;filter: alpha(opacity=15);
    width:100%;
    margin-bottom:10px;
}