@import url("global.css");

/* ------------------------------ ContentBox ------------------------------- */

#ContentBox {
	border:3px solid #fff;
	width:995px;
	margin-top:3px;
	background:url(../images/ContentBoxBG2.jpg) repeat-y;
}

#WelcomeBox {
	width:680px;
	background:url(../images/WelcomeBG.jpg) repeat-x #CBCFA3;
	float:left;
	border-right:3px solid #fff;
	padding-top:20px;	
}
#WelcomeBox .ImgFloatLeft {
	float:left;
	margin:0 10px 10px 30px;
	border:1px solid #625061; 
}

.ImgBorder {
	border:1px solid #625061;
}

/* RightColumn */

#RightColumn {
	width:312px;
	float:right;
}

/* About */

#AboutBox {
	width:277px; /* 312 */
	background:url(../images/AboutBG.jpg) repeat-x #7F677F;
	padding:20px 15px 10px 20px;
}
#AboutBox .ImgFloatLeft {
	float:left;
	margin:0 10px 30px 0;
}

/* Gallery Preview */

#GalleryPreview {
	width:277px; /* 312 */
	background:url(../images/GalleryPreviewBG2.jpg) repeat-y #848968;
	padding:20px 15px 20px 20px;
}

/* ----------------------------- Contact Us Page ------------------------------ */

#ContentBox #ContactForm ul {
	margin:20px 0 0 30px;
}
#ContactForm ul li{
font:0.8em Arial, Helvetica, sans-serif;
list-style:none;
}
#ContactForm ul li{ /* Vertical spacing between form fields */
margin:3px 0;
}
#ContactForm ul li label{ /* Styles for descriptions */
width:150px;
display:block;
float:left;
}
#ContactForm ul li input {
width:200px;
}
#ContactForm ul li .Radio {
	width:13px;
}
#ContactForm ul li select {
}
#ContactForm ul li textarea{
width:300px;
height:80px;
}

.SubmitBTN2 {
height:23px;
width:80px;
background:#625061;
color:#fff;
margin:20px 0 0 180px;
border:none;
}
.ResetBTN {
	height:23px;
	width:80px;
	background:#625061;
	color:#fff;
	margin-top:20px;
	border:none;
}

#PatientInfoBox {
	background:url(../images/PatientInfoBTN2.jpg) no-repeat;
	width:267px;
	height:159px;
	margin:20px 0 0 20px;
	position:relative;
	display:none;
}

#ContactPage #PatientInfoBox {
	display:block;
}

#PatientInfoBox .NewPatientForm {
	width:150px;
	height:75px;
	display:block;
	position:absolute;
	top:26px;
	left:110px;
	 
}

#PatientInfoBox .PrivacyPolicies {
	width:160px;
	height:45px;
	display:block;
	position:absolute;
	bottom:0;
	left:100px;
}
