.bbc_toleft {
float:left;
}
.bbc_toright {
float:right;
}
.bbc_tocenter {
clear:both;
margin: 1px auto;
}
/* ramki w tekscie */
.bbc_left,
.bbc_right,
.bbc_col_2,
.bbc_col_3,
.bbc_col_4,
.bbc_col_5,
.bbc_col_6 {
width:49%;
padding:3px;
margin:2px 0px;
float:left;
border:0px !important;
}
.bbc_right {
float:right;
}
.bbc_col_3 {
width:32%;
}
.bbc_col_4 {
width:23.8%;
}
.bbc_col_5 {
width:19%;
}
.bbc_col_6 {
width:15.5%;
}
.bbc_clear {
clear:both;
}
.regform {
	position:relative;
	display:table;
	clear:both;
	margin: 4px auto;
	float:none;
	text-align:center;
}
.regplate,
.regsubmit {
	padding: 2px;
	margin: 0;
	text-align:center;
	font-size:24px;
	border:2px solid #000;
	border-radius:5px;
	text-transform: uppercase;
	font-family: monospace;
}
.regplate {
	padding-left: 20px;
	background-color:#fce94f !important;
	background-image:url('/specialPages/plate_gb.png');
	background-repeat:no-repeat;
	background-position: 0 50%;
	width: 150px;
	border-right:none;
	border-radius:5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.corners{
	border-radius:5px;
	border:2px solid #000;
}
.regsubmit {
	background-color:#babdb6;
	border-left:none;
	border-radius:5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
