div.home_patient {
	background: #fff url(/images/new_css/nurse_green.jpg) left top no-repeat;
	width: 920px;
	height: 225px;
	padding: 0;
	margin: 10px auto;
	z-index: -1;
}
div.home_patient_int {
	background: #fff url(/images/new_css/nurse_green_int.jpg) left top no-repeat;
	width: 920px;
	height: 225px;
	padding: 0;
	margin: 10px auto;
	z-index: -1;
}
div.language-selection {
	float: right;
  padding: 0;
  margin: -12px auto;
  font: normal 86% "verdana";
  text-align: right;
}

div.home_patient div.button {
	background: url(/images/new_css/reg_button_green.jpg) left top no-repeat;
	width: 154px;
	height: 69px;
	padding-top: 8px;
	margin: -20px 0 0 600px;
	text-align: center;
}

div.home_patient div.button a {
	color: #516A2A;
	font: 140% "verdana";
	margin: 0 auto;
}

div.home_patient div.button a:hover {
	color: #638233;
	text-decoration: none;
}

div.home_patient_int div.button {
	background: url(/images/new_css/reg_button_green.jpg) left top no-repeat;
	width: 154px;
	height: 69px;
	padding-top: 8px;
	margin: -20px 0 0 600px;
	text-align: center;
}

div.home_patient_int div.button a {
	color: #516A2A;
	font: 140% "verdana";
	margin: 0 auto;
}

div.home_patient_int div.button a:hover {
	color: #638233;
	text-decoration: none;
}

div.home_hcp {
	background: #fff url(/images/new_css/nurse_orange.jpg) left top no-repeat;
	width: 920px;
	height: 225px;
	padding: 0;
	margin: 10px auto;
}

div.home_hcp div.button {
	background: url(/images/new_css/reg_button_orange.jpg) left top no-repeat;
	width: 154px;
	height: 69px;
	padding-top: 8px;
	margin: -20px 0 0 600px;
	text-align: center;
}

div.home_hcp div.button a {
	color: #8E521E;
	font: 140% "verdana";
	margin: 0 auto;
}

div.home_hcp div.button a:hover {
	color: #A55F23;
	text-decoration: none;
}

div.info-text {
	height: 156px;
	color: #fff;
	font: italic 150% "georgia";
	padding: 20px 40px 0 400px;
	text-align: right;
	line-height: 1.4em;
}