@import url(../../base/css/default.css);

.bx-def-round-corners-with-border {
	border-color:#E9E9E9;
	-webkit-border-radius: 3px 3px 3px 3px 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
}
.bx-def-border {
	border:0 solid #CCCCCC;
}
.bx-def-bc-margin-thd {
    margin: 10px;
}
.bx-def-bc-padding-thd {
	padding: 10px;
}
.bx-def-padding-sec-left {
	padding-left: 8px;
}
.bx-def-round-corners {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}