﻿ * {
	margin: 0px;
	padding: 0px;
	}
 html {
	border: 0px;
	height: 100%; /* if not set the value, body height will not work*/	
	
	}
body {
	/*background: #E5ECF4 url(~/images/bg.png) repeat-x;*/
	min-height: 100%;
	height: auto;
	font-size: 10pt;
    color: #3266cc;
	text-align: center;
	font-family: Verdana;
	}
img {
	border: 0px;
	}
a:link,a:visited {
	color: #3266cc;
	text-decoration: none
	} a:hover {
		color: #E00;
		text-decoration: none
	}
div#gkgg
{
    width:1024px;
}
div#gkgg_depName
{
    width:100%;
    height:50px;
    line-height:50px;
    text-align:left;
}
#gkgg_zw_left
{
    width: 20%;
    float: left;
    _float: left;
    background-color: #CCCCCC;
    height:auto;
    vertical-align:top;
}
#gkgg_zw_right
{
    width:79%;
    vertical-align:top;
}
div#close
{
	width:1024px;
	height:30px;
	line-height:30px;
}
li.gkgg_list_li_right
{
	width:20%;
	list-style-type:none;
	text-align:left;
	float:right;
	_float:right;
}
li.gkgg_list_li_left
{
	text-align: left;
	margin-left: 2em;
	list-style:none;
	width:75%;
	display:list-item;
}
