.bnc label {
	width: 				70px;
	font-size: 			0.9em;
	display: 			inline-block;
	height: 			18px;
	padding-left: 		3px;
}

.bnc select, .bnc input, .bnc option {
	width: 				150px;	
	font-size: 			0.8em;
	height: 			20px;
	background-color: 	transparent;
	border-width: 		1px;
	border-color: 		white;
	border-style: 		dashed;
	color: 				#FEFEFE;
}

.bnc option {
	background-color: 	#FEFEFE;
	color: 				black;
}

.bnc {
	border-style: 		none;
}

.bnc button {
	border-width: 		1px;
	font-size: 			0.9em;
	background-color: 	transparent;
	border-width: 		1px;
	border-color: 		white;
	border-style: 		solid;
	color: 				#FEFEFE;
	width: 				60px;
	padding: 			0px;
}
