.box-round{
	position: relative;	
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	}
	.box-round:before, 
	.box-round:after, 
	.box-round em.em-round{
		position: absolute;
		height: 5px;
		padding: 0;
		margin: 0;
		font-size: 0;
		line-height: 0;
		z-index: 100;
		text-align: right;
		background: url(../../img/common/round/5px/white/box-round.gif) no-repeat;
		}
	.box-round:before, 
	.box-round:after{
		width: 100%;
		left: 0;
		}
	.box-round:before{
		top: 0;
		background-position: -5px -5px;
		content: url(../../img/common/round/5px/white/box-round-tr.gif);
		}
	.box-round:after{
		bottom: 0;
		background-position: -5px 0;
		content: url(../../img/common/round/5px/white/box-round-br.gif);
		}
	.box-round .box-wrapper{
		border: 1px solid #dfdfdf;
		zoom: 1;
		}
	.box-round em.em-round{
		width: 5px;
		position: absolute !important;
		margin: 0;
		}
	.box-round em.round-tl-5px, .box-round em.round-tr-5px{ top: 0; }
	.box-round em.round-bl-5px, .box-round em.round-br-5px{ margin-top: -5px;  }
	.box-round em.round-tl-5px, .box-round em.round-bl-5px{ left: 0; }
	.box-round em.round-tr-5px, .box-round em.round-br-5px{ margin-left: 100%; left: -5px; }
	.box-round em.round-tl-5px{ background-position: -5px -5px; }
	.box-round em.round-tr-5px{ background-position: 0 -5px; }
	.box-round em.round-bl-5px{ background-position: -5px 0 ; }
	.box-round em.round-br-5px{ background-position: 0 0; }
	
	@-moz-document url-prefix() {	
            .box-round:before,
            .box-round:after{ display: none; }
            .box-round .box-wrapper{ -moz-border-radius: 5px; }
            }
	
	
		
.round-5px-border-1px em.tl-round, 
.round-5px-border-1px em.tr-round, 
.round-5px-border-1px em.bl-round, 
.round-5px-border-1px em.br-round {
    position: absolute;
    width: 5px;
    height: 5px;
    font-size: 0;
    line-height: 0;			    
    background: url(../../img/common/round/round-5px-border-1px-dedede.gif) no-repeat;
    }
    .round-5px-border-1px em.tl-round, .round-5px-border-1px em.tr-round { top:    -1px; }
    .round-5px-border-1px em.bl-round, .round-5px-border-1px em.br-round { bottom: -1px; }
    .round-5px-border-1px em.tl-round, .round-5px-border-1px em.bl-round { left:   -1px; }
    .round-5px-border-1px em.tr-round, .round-5px-border-1px em.br-round { margin-left: 100%; left: -4px; }

    .round-5px-border-1px em.tl-round { background-position:  0    0  ; }
    .round-5px-border-1px em.tr-round { background-position: -5px  0  ; }
    .round-5px-border-1px em.bl-round { background-position:  0   -5px; }
    .round-5px-border-1px em.br-round { background-position: -5px -5px; }

    @-moz-document url-prefix() {
        .round-5px-border-1px em.tl-round,
        .round-5px-border-1px em.tr-round,
        .round-5px-border-1px em.bl-round,
        .round-5px-border-1px em.br-round{ display: none; }
        .round-5px-border-1px{ -moz-border-radius: 5px; }
        }
	
.round-5px em.tl-round, 
.round-5px em.tr-round, 
.round-5px em.bl-round, 
.round-5px em.br-round {
    position: absolute;
    width: 5px;
    height: 5px;
    font-size: 0;
    line-height: 0;			    
    background: url(../../img/common/round/round-5px-border-1px-dedede.gif) no-repeat;
    }
    .round-5px em.tl-round, .round-5px em.tr-round { top:    0; }
    .round-5px em.bl-round, .round-5px em.br-round { margin-top: -5px; }
    .round-5px em.tl-round, .round-5px em.bl-round { left:   0; }
    .round-5px em.tr-round, .round-5px em.br-round { margin-left: 100%; left: -5px;}

    .round-5px em.tl-round { background-position:  0    0  ; }
    .round-5px em.tr-round { background-position: -5px  0  ; }
    .round-5px em.bl-round { background-position:  0   -5px; }
    .round-5px em.br-round { background-position: -5px -5px; }


    @-moz-document url-prefix() {
        .round-5px em.tl-round,
        .round-5px em.tr-round,
        .round-5px em.bl-round,
        .round-5px em.br-round{ display: none; }
        .round-5px .box-search-panel,
        .round-5px .box-wrapper{ -moz-border-radius: 5px; }
    }
        
        
.corner-2{
    border-radius: 2px;
   -moz-border-radius: 2px;
   -opera-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
}
.corner-3{
    border-radius: 3px;
   -moz-border-radius: 3px;
   -opera-border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
}
.corner-4{
    border-radius: 4px;
   -moz-border-radius: 4px;
   -opera-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
}
.corner-5{
    border-radius: 5px;
   -moz-border-radius: 5px;
   -opera-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
}

