div.kview_Wrapper{
	position:absolute;
	width:auto;
	height:auto;
	text-align:left;
}

div.kview_Top_Wrapper{height:20px;}
div.kview_tl{background:url(images/kview_tl.png) top left no-repeat; height:20px;}
div.kview_tr{background:url(images/kview_tr.png) top right no-repeat; height:20px;}
div.kview_t{background:url(images/kview_top.png) top repeat-x; margin:0 20px; height:20px;}

div.kview_Mid_Wrapper{}
div.kview_l{background:url(images/kview_left.png) left repeat-y;}
div.kview_r{background:url(images/kview_right.png) right repeat-y;}
div.kview_c{
	margin:0px 20px 0px 20px;
	background-color:#FFFFFF;
}

div.kview_Bottom_Wrapper{height:20px;}
div.kview_bl{background:url(images/kview_bl.png) bottom left no-repeat; height:20px;}
div.kview_br{background:url(images/kview_br.png) bottom right no-repeat; height:20px;}
div.kview_b{background:url(images/kview_bottom.png) bottom repeat-x; margin: 0 20px; height:20px;}


div.kview_tl_ie{ background:url(images/kview_tl.gif) top left no-repeat; height:20px;}
div.kview_tr_ie{background:url(images/kview_tr.gif) top right no-repeat; height:20px;}
div.kview_t_ie{background:url(images/kview_top.gif) top repeat-x; margin:0 20px; height:20px;}
div.kview_l_ie{background:url(images/kview_left.gif) left repeat-y;}
div.kview_r_ie{background:url(images/kview_right.gif) right repeat-y;}
div.kview_bl_ie{background:url(images/kview_bl.gif) bottom left no-repeat; height:20px;}
div.kview_br_ie{background:url(images/kview_br.gif) bottom right no-repeat; height:20px;}
div.kview_b_ie{background:url(images/kview_bottom.gif) bottom repeat-x; margin: 0 20px; height:20px;}

#kviewBg{ 
	display:none;
	position:fixed;
	height:100%;  
	width:100%;  
	top:0;  
	left:0;
}

a.kclose_icon{
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 22px;
	text-indent: -9999em;
	background: url(images/kview_close.png) no-repeat;
	outline: 0;
}
.kview_close{}

div.loading{
	background-image:url(images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}
div.kview_Wrapper p{ margin:0; padding:0;}
.kclearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.kclearfix{display:block;}
.kclear{clear:both;}