@import url("global.css");

/* ------ CONTACT STYLES ------- */
form {
border:10x solid red;
width:10px;
}

#ContactBox {
background:url(../images/TestimonialsBoxBG.gif) repeat-y;
border:1px solid white;
display:table;
width:952px; /* 954px */
}

#ContactContentBox {
color:white;
float:left;
width:554px; /*554px*/
}

#Contact {
background:url(../images/ProceduresBoxBG.gif) repeat-x #3a7fa0;
padding:20px 20px 10px 20px;
}
	#Contact img{
	border:none;
	}
	
	#Contact li{
	list-style:none;
	}
	#Contact input {
	background:white;
	border:none;
	color:black;
	font:12px Arial, Helvetica, sans-serif;
	padding:2px;
	}
	#Contact li input {
	margin-bottom:8px;
	width:300px;
	}
	#Contact input label {
	width:100px;
	}
	#Contact textarea {
	background:white;
	border:none;
	color:black;
	height:100px;
	font:12px Arial, Helvetica, sans-serif;
	padding:2px;
	width:300px;
	}
	#Contact .SubmitBtn{
	background:#ffd958;
	width:100px;
	}
	#Contact p{
	color:#FFFFFF;
	}
	#Contact a {
	color:#FFF;
	text-decoration:underline;
	}
	#Contact a:hover {
	color:#FFCC00;
	text-decoration:none;
	}
	
.UploadPhoto{
margin:20px 0 0 0;
}			
#Map {
background:url(../images/MapBG.gif) repeat-x #83c9cc;
border-top:1px solid white;
color:#000;
padding:20px 20px 10px 20px;
width:514px;
}

#Map img {
margin-right:10px;
}

#TransformBox {
float:left;
width:356px; /* 400px */
}

#Transformative {
background:url(../images/TransformativeBG.jpg) no-repeat;
border-bottom:1px solid white;
height:187px;
margin-left:1px;
width:399px; /*400px*/
}

#CertSurgeon {
background:url(../images/CertSurgeonBG.gif) repeat-x;
height:162px;
margin-left:1px;
width:399px; /*400px*/
}
	#CertSurgeon p{
	color:white;
	padding:50px 10px 0 20px;
	}

#OurLocationBox {
background:url(../images/VideoIntroBG.gif) repeat-x #d1be7f;
border-bottom:1px solid white;
margin-left:1px;
padding:20px 20px 10px 20px;
width:357px; /*399px*/
}

#FinanceContactBox{
background:url(../images/FinanceBoxBG.gif) repeat-x #d1be7f;
margin-left:1px;
padding:20px 20px 10px 20px;
width:357px; /*399px*/
}


/*** Contact Form ***/
#ContactForm ul, #ContactForm li{
list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:150px;
display:block;
float:left;
}
#ContactForm input{
width:200px;
}
#ContactForm textarea{
width:300px;
height:80px;
}
#ContactForm .SubmitBtn{
height:20px;
width:100px;
background:#FFC800;
color:#333;
}
