﻿/*.addressrow
{
	width:100%;
	display:inline-block;
	padding-left:5px;
	padding-top:5px;
}

.floorcontainer
{
	display:inline-block;
	width:100%;
	height:auto;
	padding-bottom:10px;
}

#scheduler
{
	display:inline-block;
	width:210px;
	height:auto;
	float:left;
}

#contactusform
{
	display:inline-block;
	width:770px;
	height:auto;
	float:left;
}








#addresscontainer
{
	display:inline-block;
	width:250px;
	float:left;
	height:auto;
}

#mapcanvas
{
	display:inline-block;
	float:left;
	width:563px;
	padding:10px 0px 0px 167px;
}
*/

/***************************************************
          Common
***************************************************/
#address
{
	float:right;
	width:23%;
}

.errorlabel
{
	color:Red;
	font-weight:bold;
	font-size:large;
}

h3
{
	color:#ff8c00;
}

/***************************************************
          Contactus.aspx
***************************************************/
#contactform
{
	float:left;
	width:73%;
}

.contactusrow
{
	display:inline-block;
	width:100%;
	padding-top:10px;
}

.contactuslabel
{
	display:inline-block;
	width:75px;
	text-align:right;
	padding-right:5px;
}

.contactusbox
{
	width:400px;
}

.multilinebox
{
	width:400px;
	height:250px;
}

#messagelabel
{
	vertical-align:top;
}

.buttonsfeedbacks
{
	padding-left:85px;
}

/***************************************************
          MakeAppointment.aspx
***************************************************/
#notice
{
	display:block;
	width:400px;
}

#appointmentform
{
	width:68%;
	float:left;
	padding-bottom:20px;
}

#extrainfo
{
	padding:25px 5px 0px 0px;
	float:right;
	width:28%;
}

hr
{
	color:Silver;
}

.textboxes
{
	width:450px;
}

.moreinfo
{
	width:400px;
	height:250px;
}

/***************************************************
          Directions.aspx
***************************************************/
#googlemap
{
	float:left;
	width:73%;
	padding-bottom:20px;
}