
/** GLENFERRIE DERMATOLOGY - APPOINTMENTS **/
/** CARBON DATA SOLUTIONS - http://www.carbondata.com.au  **/

#registerOnlineHere {
	text-transform: uppercase;
	}	
	
#bookingAnAppointment {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 24px;
	}
	
@media all and (min-width:861px) {
	
	#bookingAnAppointment h2 {
		margin-right: 320px;	
		}
	
	#bookingAnAppointment .regular {
		margin-right: 320px;	
		}
	
	#bookingAnAppointment {
		background-image: url('../images/appointments/frontDesk.jpg');
		background-repeat: no-repeat;
		background-position: 100% top;
		background-size: 296px auto;
		min-height: 211px;		
		}
		
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

@media all and (max-width:1040px) {
	
	#fees, #links, #medicareRebate {
		border-bottom: 1px solid #ededed;
		padding-bottom: 10px;
		margin-bottom: 24px;
		}
		
	}

@media all and (min-width:1041px) {
	
	#fees {
		float: left;
		clear: none;
		width: 296px;
		margin-bottom: 40px;
		}	
	
	#linksAppointments, #medicareRebate {
		float: left;
		clear: none;
		width: 296px;
		margin-left: 24px;
		}	
	
	}

/** ONLINE REGISTRATION FORM **/

#onlineRegistration {
	border-top: 1px solid #ededed;
	padding-top: 24px;
	margin-top: 10px;
	}
	
#regoForm {
	overflow: hidden;
	}

#regoForm input[type=text] {
	background-color: #f0f0f0;
	color: #000000;
	border: 1px solid #e5e5e5;
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: 'Lato', Arial, sans-serif;
	padding: 12px;
	outline: none !important;
	}

#regoForm input[type=text]:focus {
	border: 1px solid #e7540e;
	}

#regoForm textarea {
	background-color: #f0f0f0;
	color: #000000;
	border: 1px solid #e5e5e5;
	font-size: 1.0em;
	line-height: 1.2em;
	font-family: 'Lato', Arial, sans-serif;
	padding: 12px;
	outline: none !important;	
	}

#regoForm textarea:focus {
	border: 1px solid #e7540e;
	}

#regoForm input[type=submit] {
	color: #ffffff;
	background-color: #e7540e;
	border: 0px;
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: 'Lato', Arial, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	outline: none !important;
	}

#regoForm input[type=submit]:hover, #regoForm input[type=submit]:active, #regoForm input[type=submit]:focus {
	color: #ffffff;
	background-color: #f6b221;
	border: 0px;
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: 'Lato', Arial, sans-serif;
	outline: none !important;
	}

@media all and (max-width:540px) {

	#regoForm input[type=text] {
		width: 216px;
		max-width: 216px;
		min-width: 216px;	
		}
	
	#regoForm textarea {
		width: 216px;
		max-width: 216px;
		min-width: 216px;		
		}
	
	}

@media all and (min-width:541px) and (max-width:860px) {
	
	}


@media all and (min-width:541px) and (max-width:1040px) {

	.firstName, .mobileNumber {
		float: left;
		clear: left;
		width: 226px;
		}
	
	.lastName, .emailAddress {
		float: left;
		clear: none;
		}

	.appointmentReason {
		float: left;
		clear: both;	
		}
	
	.buttonSubmit {
		float: left;
		clear: both;
		width: 428px;
		overflow: hidden;
		}
	
	.buttonSubmit p {
		float: right;
		margin-top: 20px;
		margin-bottom: 20px
		}
		
	#regoForm input[type=text] {
		width: 176px;
		max-width: 176px;
		min-width: 176px;	
		}
	
	#regoForm textarea {
		width: 402px;
		max-width: 402px;
		min-width: 402px;		
		}
		
	}

@media all and (min-width:861px) and (max-width:1040px) {

	.firstName, .mobileNumber {
		float: left; clear: left;
		width: 296px;
		}
	
	.lastName, .emailAddress {
		float: left; clear: none;
		margin-left: 24px;	
		}

	.appointmentReason {
		float: left;
		clear: both;	
		}
	
	.buttonSubmit {
		float: left;
		clear: both;
		width: 616px;
		overflow: hidden;	
		}
	
	.buttonSubmit p {
		float: right;
		margin-top: 20px;
		margin-bottom: 20px
		}
		
	#regoForm input[type=text] {
		width: 270px;	
		}
	
	#regoForm textarea {
		width: 590px;
		max-width: 590px;
		min-width: 590px;		
		}
		
	}

@media all and (min-width:1041px) {

	.firstName, .mobileNumber {
		float: left; clear: left;
		width: 296px;
		}
	
	.lastName, .emailAddress {
		float: left; clear: none;
		margin-left: 24px;	
		}

	.appointmentReason {
		float: left;
		clear: both;	
		}
	
	.buttonSubmit {
		float: left;
		clear: both;
		width: 616px;
		overflow: hidden;	
		}
	
	.buttonSubmit p {
		float: right;
		margin-top: 20px;
		margin-bottom: 20px
		}
		
	#regoForm input[type=text] {
		width: 270px;	
		}
	
	#regoForm textarea {
		width: 590px;
		max-width: 590px;
		min-width: 590px;		
		}	

	}		

