.button {
	float: right;
	margin: 13px 5px 0px 0px;
}
.button a {
	background: #8fbbd0;
	border-radius: 25px;
	color: #fff;
	padding: 3px 10px;
	font-family: "Varela Round", sans-serif;
	display: block;
}
.button a[title="Subscribe"], .button a[title="Subscribe"]:hover {
	background: none;
	padding: 0;
}
.button a:hover {
	background: #737172;
	color: #fff;
}


.button.cancel {

}
.button.cancel a {

}
.button.cancel a:hover {

}


#edit-health-questionnaire
.button.edit-health-questionnaire {

}
.button.edit-health-questionnaire a {
	background: #e8860e;
}
.button.edit-health-questionnaire a:hover {
      
}
















.button.get-subscribe {
    width:91px;
    height: 27px;
}

.button.get-subscribe a {
    display:block;
    width:91px;
    height: 27px;
    text-indent:-99999px;
    background: url(https://www.paypalobjects.com/en_GB/i/btn/btn_subscribe_SM.gif) no-repeat 0px 0px;
}

.button.get-subscribe a:hover {
    background: url(https://www.paypalobjects.com/en_GB/i/btn/btn_subscribe_SM.gif) no-repeat 0px -1px;
}



.add_app {
	width:16px;
	height: 16px;
	padding-top:5px;
}
.add_app a {
	display:block;
	width:16px;
	height: 16px;
	text-indent:-99999px;
	background: url(../images/buttons/button_add_appointment.gif) no-repeat 0px 0px;
}
.add_app a:hover {
	background: url(../images/buttons/button_add_appointment.gif) no-repeat 0px -16px;
}
a#appointment-submit {
	margin-top:15px;
	display:inline-block;
	background: #8fbbd0;
	border-radius: 25px;
	color: #fff;
	padding: 3px 10px;
	font-family: "Varela Round", sans-serif;
}
a:hover#appointment-submit {
	background: #737172;
	color: #fff;
}
a#add-note-popup-submit,
#tab-note a#note-submit,
a#note-submit {
	margin-top:15px;
	display:inline-block;
	background: #8fbbd0;
	border-radius: 25px;
	color: #fff;
	padding: 3px 10px;
	font-family: "Varela Round", sans-serif;
}
a:hover#add-note-popup-submit,
#tab-note a:hover#note-submit,
a:hover#note-submit {
	background: #737172;
	color: #fff;
}
a#edit-appointment-submit,
a#edit-note-submit {
	margin-top:15px;
	display:inline-block;
	background: #8fbbd0;
	border-radius: 25px;
	color: #fff;
	padding: 3px 10px;
	font-family: "Varela Round", sans-serif;
}
a:hover#edit-appointment-submit,
a:hover#edit-note-submit {
	background: #737172;
	color: #fff;
}