html,body{
 margin: 0px;
 height: 100%;
 width:100%;
 overflow:hidden;
}

.vform input{ display:line;}
.vform select{ display:line;width:153px; }
.vform input.radio{ display:line;width:30px; }
.vform fieldset { padding:0; border:0; margin-top:25px; }
.vform .ui-dialog .ui-state-error { padding: .3em; }
.vform .validateTips { border: 1px solid transparent; padding: 0.3em; }
.vform input.text { margin-bottom:3px; width:95%; padding: .4em; }
.layout-main{
	position: relative;
	overflow:no;
}

.layout-left {
	position:absolute;
    width:200px;
    height:100%;
    top:0px;
    left:0px;
    border-right:#e0ecff 8px solid;
    z-index:0;
    overflow:no;
}

.layout-mid{
	position:relative;
    width:auto;
    height:100%;
    margin-left:208px;
    margin-right:0px;
    overflow:no;
}

.layout-mid_noleft{
	position:relative;
    width:auto;
    height:100%;
    margin-right:0px;
    overflow:no;
	}
#layout-twomid{
	position:relative;
    height: 100%;
    width:auto;
    margin-left:0px;
    margin-right:0px;
    overflow: no;
    border-bottom:#a6c9e2 0px solid;
	border-left:#a6c9e2 0px solid;
	border-top:#a6c9e2 0px solid;
	border-right:#a6c9e2 1px solid;
	}

.layout-panel-header{
	padding-bottom:5px;
	padding-top:5px;
	line-height:15px;
	color:#15428b;
	font-weight:bold;
	font-size:14px;
	background-color:url('common/images/panel_title.png') repeat-x;
	position:relative;
	border-bottom::1px solid #99BBE8;
	border-top::1px solid #99BBE8;
	text-align:left;
	font-family: "΢���ź�";
}
.layout-panel-title{
	background:url('') no-repeat;
}

.layout-tree{
	padding:10px;
	overflow:auto;
	font-family: "΢���ź�";
}

.layout-input{
	padding:0px 3px;
	border:1px solid #d1d1d1;
	background:url(../images/global/input_bg.jpg) repeat-x;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#999;
}
.layout-focus{
	border:1px solid #FC0 !important;
	background:url(../images/global/focus_bg.jpg) repeat-x !important;
	color:#00F !important;
}