.box-holder {
	width: 870px;
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 50px;
}

.field-label {
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important
	font-size: 16px !important;
	width: 260px;
}


.field-description {
	font-weight: normal !important;
	font-size: 12px !important;
	color: #575757 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}


.sub-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-align: center;
	width: 600px;
	display: block;
	margin: 0px auto;
}

.box-radio 
{
	float: left;
	
	width: 295px;
	height: 92px;
	
	background: url('/Files/System/fasttrack/images/box-radio.png') top left no-repeat;
}

.box-radio > .box-radio-inner
{
	padding: 5px;
	padding-top: 15px !important;
}

.box-radio-inner input
{
	margin-bottom: 5px !important;
}

div.language-switcher
{
	height: 32px;
}

div.language-switcher div.language-buttons
{
	float: right;
	height: 32px;
	line-height: 32px;
	min-height: 32px;
	white-space: nowrap;
}


div.language-switcher a
{
	width: 32px;
	height: 32px;
	min-height: 32px;
	line-height: 32px;	

	padding: 0px;
	border: none;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 5px;
}

div.language-switcher a.en-US
{
	background: url('/Files/System/fasttrack/images/flag_us.png') top left no-repeat;
}

div.language-switcher a.da-DK
{
	background: url('/Files/System/fasttrack/images/flag_dk.png') top left no-repeat;
}

div.language-switcher a.language-active
{
}

