body {
	background-color: #010001;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.wrapper {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-color: #323232;
	padding: 21px;
	overflow: auto;
}
.logoContainer {

	width: 379px;
	float: left;
	padding-left: 310px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.marginRight {
	margin-right: 15px;
}
.mainContainer {
	padding: 13px;
	background-color: #141414;
	width: 956px;
	float: left;
}
.signupHolder {
	float:left;
	padding-top: 15px;
}

/* @group NAV */

.navContainer {
	background-image: url(../graphics/nav_bg.png);
	background-repeat: repeat-x;
	height: 38px;
	float: left;
	width: 956px;
	margin-bottom: 2px;
}

#nav {
	float:left;
	font-size:93%;
	line-height:normal;
	float:left;
	width: 948px;
	padding-left: 7px;
  }
#nav ul {
  margin:0;
  padding: 0px;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("../graphics/left.gif") no-repeat left top;
  height: 41px;
  margin:0;
  border: none;
  padding:0 0 0 3px;
  display: inline;
  }
#nav a {
	float:left;
	display:block;
	background:url("../graphics/right.gif") no-repeat right top;
	text-decoration:none;
	font-weight:bold;
	margin-right: 3px;
	padding-top:  12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	float:none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#nav a:hover {
  color:#FFFFF;
  }
#nav #current {
  background-image:url("../graphics/left_on.png");

  }
#nav #current a {
  background-image:url("../graphics/right_on.png");
  color:#FFFFFF;
  padding-bottom:13px;
  }
  

/* @end */

.mainBanner {
	width: 956px;
	float: left;
}
.sepLong {
	background-image: url("../graphics/seplong.png");
	float: left;
	height: 15px;
	width: 956px;
}
.sepShort {
	background-image: url("../graphics/sepshort.png");
	float: left;
	height: 15px;
	width: 696px;
	margin-bottom: 10px;
}
.sep250px {
	background-image: url("../graphics/sep250px.png");
	float: left;
	height: 15px;
	width: 250px;
	margin-top: 5px;
}
.col1 {
	width: 250px;
	float: left;
	margin-right: 10px;
}
.col2 {
	width: 696px;
	float: left;
}
.col3 {
	width: 328px;
	float: left;
	margin-right: 20px;
}
.col4 {
	width: 348px;
	float: left;
}
label {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 5px;
}

/* @group LOGIN BUTTON */

.loginBox {
	float: left;
	width: 95%;
	padding-top: 25px;
	padding-bottom: 10px;
}
.loginFields {
	padding: 4px;
	font-family: Arial, Verdana, Tahoma;
	background-color: #232323;
	border: 1px solid #3e3e3e;
	color: #a5a5a5;
	margin-top: 8px;
	margin-bottom: 10px;
	width: 200px;
	font-size: 12px;
}

/* ----- LOGIN BUTTON ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.loginButton {
	background: url(../graphics/bg_button.png);
	background-repeat: repeat-x;
	border: none;
	color: #000000;
	text-trans.nrsignup: uppercase;
	font-size: 12px;
	padding: 5px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	font-family: Arial,Tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

.loginButton input{
	font-size:120%;
	margin-right: 5px;
}


/* @end */

a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #919191;
	line-height: 18px;
	font-weight: normal;
}
.pBig {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: normal;
}
.steps {
	width: 217px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
}
.stepsContainer {
	width: 696px;
	height: 230px;
	float: left;
}
h1 {
	font-family: helvetica, Arial;
	font-size: 26px;
	font-weight: normal;
	line-height: 22px;
	color: #f69220;
}
h2 {
	font-family: helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #f69220;

}
.kcLogoContainer {
	margin-top: 10px;
	margin-bottom: 45px;
	margin-left: 30px;
	margin-right: 5px;
}
.h2Main {
	margin-top: 10px;
	margin-bottom: 0px;
}
.boxGeneric {
	float: left;
	width: 100%;
}

.kroonList {
	margin: 0px;
	padding: 0px;
	float: left;
}
.kroonList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.kroonList li {
	list-style: none;
	background-image: url(../graphics/bullet_kroon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
	color: #919191;
	min-height: 25px;
}
.pt {
	padding-top: 10px;
}
.pr {
	padding-right: 10px;
}
.pl {
	padding-left: 10px;
}
.pb {
	padding-bottom: 10px;	
}
.footer {
	text-align: center;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding: 21px;
	overflow: auto;
}
.tabularA {
	background-color: #232323;
	color: #FFFFFF;
	font-family: helvetica, Arial;
	font-size: 14px;
}


/* @group FAQs */

.faqContainer {
	float: left;
	width: 440px;
}

.answer
{
	/* Layout properties - You can change these */
	background-repeat: no-repeat;
	background-position: 7px 0px;
	overflow: hidden;
	float: left;
	padding-left: 0px;
	margin-bottom: 10px;
	min-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	line-height: 18px;
	/* This one should not be changed */
	display:none;
	width: 670px;


}
	
.question{
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 7px 10px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	width: 670px;
	color: #f69220;
	font-weight: normal;

}


/* @end */
.headingMargin {
	margin-top: 24px;
}

.language {
	float: right;
	width: 90px;
	margin-bottom: 7px;
	padding-top: 65px;
}

.language a {
	float: right;
	margin-left: 8px;
	padding: 1px;
}


.language img {
	border: 0px;
}
.languageSelected {
	border: 1px solid #FFFFFF;
	padding: 1px;
}
.forgotPassIcon {
	float: left;
	margin-left: 5px;
	margin-right: 7px;
	display: block;
}
