#blueBgr {
	background: #42A1E1;
	clear: both;
}

#crmBgr {
	background: #F3F3F3;
	clear: both;
}

#blueBgr span {
	display: block;
	width: 970px;
	margin: 0 auto;
	color: #FFF;
	line-height: 140%;
	padding: 10px 0;
	margin-bottom: 1px;
}

#crmBgr span {
	display: block;
	width: 970px;
	margin: 0 auto;
	color: #1E97E8;
	line-height: 140%;
	padding: 10px 0;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: bold;
}

#passwd {
	background: #F3F3F3;
	border-bottom: 1px solid #E5E8EB;
	padding: 5px 0;
}

/* ********************************************************** */

#choose {
	float: left;
	width: 100%;
	height: 26px;
	margin-top: 12px;
	margin-bottom: 20px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E5E8EB;
}

#choose a {
	display: block;
	float: left;
	text-decoration: none;
	color: #999;
	text-align: center;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 25px;
	line-height: 24px;
}

#choose a.chooseActive {
	border-left: 1px solid #E5E8EB;
	border-top: 1px solid #E5E8EB;
	border-right: 1px solid #E5E8EB;
	border-bottom: 1px solid #E5E8EB;
	color: #1E97E8;
	background: #F7F7F7;
}

#choose a:hover {
	text-decoration: underline;
	background: #F7F7F7;
}

#choose1 {
	width: 160px;
}

#choose2 {
	width: 160px;
}

#choose3 {
	width: 160px;
}

#choose4 {
	width: 160px;
}

#choose5 {
	width: 160px;
}



/* ********************************************************** */

#account-info {
	clear: both;
}

#account-info input {
	width: 300px;
}

#account-info span {
	display: block;
	float: right;
	padding-right: 10px;
}

/* ********************************************************** */

#location-info {
	clear: both;
}

#location-info input {
	width: 300px;
}

#location-info span {
	display: block;
	float: right;
	padding-right: 10px;
}

/* ********************************************************** */

#personal-info {
	clear: both;
}

#personal-info input {
	width: 300px;
}

#personal-info span {
	display: block;
	float: right;
	padding-right: 10px;
}

#personal-info textarea {
	width: 300px;
	height: 80px;
}

/* ********************************************************** */

#personalisation-info {
	clear: both;
}

#personalisation-info input {
	width: 300px;
}

#personalisation-info span {
	display: block;
	float: right;
	padding-right: 10px;
}

#personalisation-info textarea {
	width: 300px;
	height: 80px;
}





#sbmButton {
	text-align: center;
	margin-top: 20px;
}

#sbmButton input {
	padding: 5px;
}


/* ********************************************************** */

div.hrLine {
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #CCCCCC;
}

div.hrLine hr {
  display: none;
}

/* ********************************************************** */

#prevNext {
	padding-top: 30px;
	clear: both;
	text-align: center;

}

#prevNext a {
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

#prevNext a:hover {
	background: #E5E5E5;
}

.activePrevNext {
	color: #000000;
	font-weight: bold;
	background: #E5E5E5;
}
