.doctor_specialty_font_style {
   	font-weight: normal;
}

.doctor_name_font_style {
   	font-weight: bold;
}

.practice_name_font_style {
   	font-weight: normal;
	font-style:italic
}

.practice_address_font_style {
   	font-weight: normal;
}

.appt_book_field_row {
	width: 99%;
	height: 41px;
	margin-bottom: 5px;
}

.appt_confirm_field_row {
	width: 98%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.appt_book_field_label_cell {
	position: relative;
	display: inline;
	float: left;
	padding-top: 10px;
}

.field_label {
	width: 80px;
}

.appt_book_field_right {
	position: relative;
	display: inline;
	float: right;
}

.field_right {
	width: 330px;
}

.appt_book_field_input_cell {
	position: relative;
	display: inline;
	float: left;
}

.answer_tool_tip_div {
	background: #FFFFCC;
	background-color: #FFFFCC;
}


.answer_div {
	position: absolute;
	display: inline;
	min-width: 30px;
	max-width: 180px;
	float: left;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 4px 4px 4px 4px;
	margin-top: 3px;
}

.right_answer_div {
	background: url(../images/right.png) no-repeat;
	background-position: 0px 5px;
	height: 30px;
}

.wrong_answer_div {
	background: url(../images/wrong.png) no-repeat;
	background-position: 0px 10px;
	height: 30px;
}

#appt_book_view_port {
	padding-top:30px;
	height: 500px;
}

#appt_book_view_port_left {
	padding-left: 0px;
}

#appt_book_view_port_right {
	width:56%;
}

#appt_book_view_port_right .search_heading_div {
	padding-left: 15px;
}

#appt_book_view_port_left .search_heading_div {
	padding-left: 5px;
}


#appt_book_left_div {
	background: url(../images/appt-details-bg.png) no-repeat;
	position: relative;
	height: 500px;
	padding: 15px;
	margin-top:13px;
}

#appt_book_doctor_detail {
	position: relative;
	height: 30%;
	width: 100%;
}

#appt_book_doctor_pic {
	background: url(/images/pic-background.jpg) no-repeat;
	position: relative;
	display: inline;
	float: left;
	width: 28%;
	height: 82%;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 12px;
	padding-left: 17px;
	padding-bottom: 5px;
	padding-right: 5px;

}

#appt_book_doctor_name_address {
	position: relative;
	display: inline;
	float: right;
	width: 220px;
	height: 84%;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 15px;
}

#appt_book_doctor_sp_div {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}

#appt_book_doctor_name_div {
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}

#appt_book_practice_name_div {
	position: relative;
	width: 100%;
	padding-bottom: 8px;
}

#appt_book_practice_address_div {
	position: relative;
	width: 100%;
	padding-bottom: 3px;
}

#appt_book_appt_detail {
	position: relative;
	width: 100%;
	height: 68%;
}

#appt_book_insurance_div {
	width: 95%;
	margin-top: 5px;
	margin-right: 10px;
}

#appt_book_right_div {
	background: url(../images/appt-user-details-bg.png) no-repeat;
	position: relative;
	height: 600px;
	padding: 15px;
	margin-top:13px;
	/*padding-top: 30px;*/
}

#appt_confirm_right_div {
	background: url(../images/appt-confirm-verification-bg.png) no-repeat;
	position: relative;
	height: 160px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top:13px;
}

#appt_confirm_forms_div {
	position: relative;
	height: 50px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	overflow-y: auto;
}

#appt_confirm_map_div {
	position: relative;
	height: 237px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#appt_book_right_div .appt_book_field_right {
	width: 340px;
}

#appt_confirm_right_div .appt_book_field_right {
	width: 320px;
}

.appt_book_login_register {
	position: relative;
	height: 80%;
}

.appt_book_right_top_div {
	position: relative;
	width: 99%;
	height: 40%;
}

#appt_book_right_radio_lock_div {
	position: relative;
	width: 90%;
	height: 30px;
	padding-top:0px;
}

#appt_book_radio_div {
	position: relative;
	display: inline;
	float: left;
}

#appt_book_lock_div {
	position: relative;
	display: inline;
	float: right;
}

#appt_book_user_details_1_div {
	position: relative;
	width: 95%;
	margin-left: 20px;
}



#appt_book_right_bottom_div {
	position: relative;
	width: 99%;
	height: 45%;
}

.register_check_terms_monthly_news_div {
	position: relative;
	font-size: 9px;
	width: 100%;
	float: left;
}


