.choose_type {
	width: 100%;
	height: 350px;
	position:relative;
	background: transparent url('../images/come_funziona_main.jpg') top left no-repeat;
}


.choose_type .title {
	position: absolute;
	top: 2px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#functionalityChooseTitle {
  left: 179px;
}

#registerChooseTitle {
  left: 188px;
}


.choose_type .for_doctor, .choose_type .for_patient {
	font-family: Lucida Fax, Lucida Bright, Arial, sans-serif;
	position: absolute;
	top: 34px;
	left: 38px;
	font-weight: bold;
	font-size: 160%;
}

.choose_type .for_patient {
	left: 225px;
  right: auto;
	text-align:right;
}


#button_doctor {
	position: absolute;
	left: 47px;
	bottom: 35px;
}

#button_patient {
	position: absolute;
	left: 225px;
	bottom: 35px;
}

#button_patient, #button_doctor {
  width: 142px; /* To large buttons in IE 7 */
}



.choose_type .map_list li {
	position: absolute;
	display: block;
	list-style: none;
	outline: 0px;
	overflow: hidden;
}

.choose_type .map_list li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('space.gif');
	text-indent: -1000em;
  color: black;
  text-decoration: none;
}

.choose_type .area1 {
	height:249px;
	left:11px;
	top:27px;
	width:167px;
}

.choose_type .area2 {
	height:249px;
  left:192px;
  top:27px;
  width:167px;
}




