@charset "UTF-8";

/** PAGE-BODY ****************************************************************/
#www-arbordentalgroup-com {
	background-image: url(../images/backgrounds/body-background-2.jpg);
	background-repeat: repeat-x;
	background-color: #FAEAC3;
	width: 100%;
}

/** PROFESSIONAL CARE ********************************************************/
#professional-care {
	display: block;
	position: absolute;
	left: 301px;
	top: 97px;
	width: 616px;
	height: 173px;
	background-image:
		url(../images/professional-care/contact-denvers-best-dental-practice.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/** PAGE-CONTENT *************************************************************/
#content {
	margin: 151px 0 0 344px;
	color: #41403E;
	width: 562px;
}

div.content-left {
	width: 265px;
	float: left;
}

div.content-right {
	width: 265px;
	float: right;
}

#content div.content-right hr,#arbor-dental-phone-number span {
	display: none;
}

#arbor-dental-phone-number {
	display: block;
	padding: 0;
	margin: 15px 0 0 0;
	background-image: url(../images/content/phone-number.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 225px;
	height: 25px;
}

#send-a-message {
	margin: 15px 0 0 0;
	padding: 0;
}

#send-a-message br {
	display: none;
}

#send-a-message label {
	display: block;
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 11px;
}

#send-a-message input {
	display: block;
	padding: 0;
	margin: 0 0 12px 0;
	width: 260px;
}

#send-a-message textarea {
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
	width: 265px;
}

div.section-left {
	float: left;
	width: 125px;
	padding: 0 0 15px 0;
}

div.section-right {
	float: right;
	width: 120px;
	padding: 0 5px 15px 0;
}

#send-a-message div.section-left input,#send-a-message div.section-left select,#send-a-message div.section-right input,#send-a-message div.section-right select
	{
	width: 120px;
}

#office-hour-listings {
	display: block;
	padding: 20px 0 20px 0;
}

#office-hour-listings li {
	display: block;
	font-size: 11px;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	background-image: url( ../images/backgrounds/list-bullet.jpg );
	background-repeat: no-repeat;
	background-position: left center;
}

span.required {
	color: #C61064;
}

#send-a-message #required-field-legend {
	display: block;
	margin: 15px 0 15px 0;
	padding: 0;
}

#send-a-message #reset-button {
	float: left;
	display: block;
	width: 131px;
	height: 26px;
	border: none;
	background-image: url( ../images/content/reset-button.jpg );
	text-align: left;
	font-size: 0px;
	color: transparent;
}

#send-a-message #submit-button {
	float: right;
	display: block;
	width: 133px;
	height: 26px;
	border: none;
	background-image: url( ../images/content/submit-button.jpg );
	text-align: left;
	font-size: 0px;
	color: transparent
}

#send-a-message input.error {
	border: 3px solid #C61064;
}

#alert {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url( ../images/backgrounds/alert-background.png );
	z-index: 99;
}

#alert div {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -120px 0 0 -200px;
	width: 400px;
	height: 240px;
	z-index: 999;
	background-color: #F9EAC3;
	border: 7px solid #FFFFFF;
	position: absolute;
}

#alert div h2 {
    font-size: 19px;
    font-weight: normal;
    color: #41403E;
    text-decoration: none;
    margin: 10px 15px 8px 15px;
}

#alert div p {
    margin: 0 15px 0 15px;
    padding: 10px 0 0 0;
    background-image: url( ../images/lines/content-line.gif );
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 11px;
    line-height: 18px;
    color: #41403E;
}

#alert div a {
	display: block;
    position: absolute;
    left: 10px;
    top: 205px;
    height: 24px;
    width: 134px;
    background-image: url( ../images/content/close-button.jpg );
    background-repeat: no-repeat;
    background-position: left top;
}

#alert div a span {
    display: none;
}