.box {
 	
}

.box .tl{
	height:4px;
	width:3px;
	
	background-image:url(/images/layouts/box/tl.png);
	float:left;
	background-repeat:no-repeat;
	background-position:bottom;
}

.box .t{
	float:left;
	height:4px;
	width:100%;
	background-image:url(/images/layouts/box/t.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
	
}

.box .tr{
	float:right;
	height:4px;
	width:3px;
	background-image:url(/images/layouts/box/tr.png);
	background-repeat:no-repeat;
	
	background-position:bottom;
}

.box .h{
	clear:both;
	border-top:1px solid #ececec;
	padding:0px 0 0px 0.5em;
	border-left:1px solid #d1cfcf;
	border-right:1px solid #d1cfcf;
	height:25px;
	margin:0px;	
	top:0px;
	
	
	background-image:url(/images/layouts/box/mm.png);
	background-repeat:repeat-x;

}

.box .c{
	clear:both;
	border-left:1px solid #d1cfcf;
	border-right:1px solid #d1cfcf;
	padding:0.5em;
	
	background-color:#fff;
	background-repeat:repeat-x;
}

.box .bl{
	clear:both;
	height:4px;
	width:4px;
	background-image:url(/images/layouts/box/bl.png);
	float:left;
	background-position:bottom;
	
	background-repeat:no-repeat;
}

.box .b{
	float:left;
	height:4px;
	width:100%;
	background-image:url(/images/layouts/box/b.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.box .br{
	float:right;
	height:4px;
	width:4px;
	background-image:url(/images/layouts/box/br.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.white_box{
   
}

.white_box .tl{
    float:left;
    width:10px;
    height:7px !important;
    background-image:url(/images/layouts/white_box/tl.png);
    background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding:0;
	
}

.white_box .t{     
    height:7px;	
    background-image:url(/images/layouts/white_box/tm.png);
    background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
	padding:0;
}

.white_box .tr{
    
    float:right;
	height:7px;
	width:10px;
	background-image:url(/images/layouts/white_box/tr.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding:0;
    
}

.white_box .content{
	border:none;
    padding:0 1em 0 1em;
    min-height:20px;
	border-top:1px solid #fff;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
	border-bottom:1px solid #fff;
    margin:-3px 3px 0px 3px;
	
}


.white_box .bl{
    float:left;
    width:11px;
    height:16px;
    background-image:url(/images/layouts/white_box/bl.png);
    background-repeat:no-repeat;
}

.white_box .b{
   
	margin:0px;
	padding:0px;
    height:16px;
    background-image:url(/images/layouts/white_box/b.png);
    background-repeat:repeat-x;
}

.white_box .br{
    width:11px;
    float:right;
    height:16px;
    background-image:url(/images/layouts/white_box/br.png);
    background-repeat:no-repeat;
}


