.styleBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 200px;
	border: thin solid #2C4146;
}
.styleBoxBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 200px;
	border: thin solid #2C4146;
}
.styleNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	width: 50px;
	border: thin solid #2C4146;
}
.styleNumberBiger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	width: 100px;
	border: thin solid #2C4146;
}
.styleNumberMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	width: 75px;
	border: thin solid #2C4146;
}