/**
 * ARKON - registration page
 ***************************

 *
 * Code by Bjørn Håvard, Arkon
 */

body {
	background-color: #EEECEA;
	background-repeat: repeat;
	margin-top: 20px;
}

h2 {
	color: #444444;
	font-size: 1.2em;
	font-weight: bold;
	margin: 25px 0 12px -10px;
	text-transform: uppercase;
}

#headerBox, #contentBox {
	background: none repeat scroll 0 0 transparent;
	border-radius: inherit;
	display: table;
	margin: 0 auto 21px;
	min-width: 750px;
	max-width: 1200px;
}

#headerBox {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	box-shadow: none;
	margin: 0 auto 10px;
}

#headerBox .logo, #footerBox .logo {
	display: table-cell;
}

#headerBox #title {
	color: #555555;
	display: table-cell;
	font-family: "trebuchet MS";
	font-size: 28px;
	vertical-align: middle;
}

#contentBox h1 {
	border-bottom: 1px solid #999999;
	color: #555555;
	font-family: trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0;
}

#contentBox #entry .infoText, #formCloseInfo {
	color: #444444;
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: left;
	text-decoration: none;
	width: 100%;
	max-width: 700px;
	padding: 10px 0px 0px;
}

.infoText {
	padding: 2px !important;
}

#infoPages {
	margin-top: 0px;
	padding-top: 0;
}

#formCloseInfo {
	color: #cc0000;
}

#contentBox #entry, #headerBox #entry, #footerBox #entry {
	padding: 30px 35px 10px;
}

.maxRegistrationsReached {
	color: #666666;
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 20px;
	margin: 20px auto 40px;
	max-width: 676px;
}

#arkon-form-info-text{
	all:unset;	
}

img#arkon-logo{
	margin-top:5px;
}

footer{
	
}
.alignLeft {
	float:left;			
}
.alignRight {	
	float:right;
	
}