
.roundBox5 {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	behavior: url(/publications/border-radius.htc);*/
}

.roundBox11 {
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
/*	behavior: url(/publications/border-radius.htc);*/
}

.roundTabTop5 {
    -khtml-border-radius-topleft: 5px;
    -khtml-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
/*	behavior: url(/publications/border-radius.htc);*/
}

.roundTabTop11 {
    -khtml-border-radius-topleft: 11px;
    -khtml-border-radius-topright: 11px;
    -moz-border-radius-topleft: 11px;
    -moz-border-radius-topright: 11px;
	-webkit-border-radius-topleft: 11px;
	-webkit-border-radius-topright: 11px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
/*	behavior: url(/publications/border-radius.htc);*/
}

.customInline {
    display: inline;
    display:-moz-inline-stack; 
    display:inline-block; zoom:1; 
    *display:inline;
}

