/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
object {
	outline: none;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
a img {
	border:none;
}
.hide {
	display:none;
}
.flash-replaced .alt {
	display:none;
}
/* Image Replacement -- add class="replace" to root element, i.e. <p> and add a bg image*/

.replace {
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .replace {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
}
/* End of hack */

*html .replace {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
}
.replace ul, .replace ul li {
	letter-spacing: 0;
	text-indent: 0;
	overflow: auto;
}
#nav ul {
	width:230px;
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	top:165px;
	left:0px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav li a {
	width:230px;
	display: block;
	text-decoration: none;
	text-indent: -999em;
	overflow: hidden;
}
#nav a:hover, #nav li.active a, #nav li:hover #meet-the-team, #nav li.sfhover #meet-the-team, #nav li:hover #for-new-patients, #nav li.sfhover #for-new-patients,  #nav li:hover #about-orthodontics, #nav li.sfhover #about-orthodontics, #nav li:hover #braces-101, #nav li.sfhover #braces-101, #nav li:hover #orthodontic-treatments, #nav li.sfhover #orthodontic-treatments, #nav li:hover #first-aid, #nav li.sfhover #first-aid, #nav li:hover #contact-us, #nav li.sfhover #contact-us, #nav li:hover #home, #nav li.sfhover #home {
	background-position: -230px 0px;
}
#for-new-patients, #about-orthodontics, #meet-the-team, #orthodontic-treatments, #braces-101, #contact-us, #home, #first-aid {
	overflow: hidden;
	text-indent: -999em;
	width:230px;
	cursor: pointer;
}
#for-new-patients {
	background-image:url(../images/nav/for-new-patients.jpg);
	height:38px;
}
#about-orthodontics {
	background-image:url(../images/nav/about-orthodontics.jpg);
	height:36px;
}
#meet-the-team {
	background-image:url(../images/nav/meet-the-team.jpg);
	height:35px;
}
#orthodontic-treatments {
	background-image:url(../images/nav/orthodontic-treatments.jpg);
	height:35px;
}
#braces-101 {
	background-image:url(../images/nav/braces-101.jpg);
	height:36px;
}
#first-aid {
	background-image:url(../images/nav/first-aid.jpg);
	height:37px;
}
#home {
	background-image:url(../images/nav/home.jpg);
	height:38px;
}
#contact-us {
	background-image:url(../images/nav/contact-us.jpg);
	height:36px;
}
/* Drop Down */
#nav li ul {
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	z-index: 11;
	left: -999em;
	top:auto;
	background-color:#924d35;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-top: -36px;
	margin-right: 0;
	margin-left: 230px;
	padding-top:5px;
	padding-bottom:3px;
}
#nav li ul li {
	display: block;
	width: 160px;
	height: 23px;
	padding: 0;
}
#nav li ul li a {
	margin: 0;
	width: auto;
	height: 17px;
	display: block;
	text-indent: 0;
	font-size:11px;
	color: #eca790;
	padding-bottom: 5px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li ul li a:hover {
	height: 17px;
	color: #ffffff;
}
#utility-nav ul {
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	top:35px;
	right:35px;
}
#utility-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float:left;
}
#utility-nav li a {
	height: 50px;
	display: block;
	text-decoration: none;
	text-indent: -999em;
	overflow: hidden;
}
#utility-nav a:hover, #utility-nav li.active a, #utility-nav li:hover #doctor-login, #utility-nav li.sfhover #doctor-login, #utility-nav li:hover #patient-login, #utility-nav li.sfhover #patient-login {
	background-position: 0px -50px;
}
#patient-login, #doctor-login {
	overflow: hidden;
	text-indent: -999em;
	height: 50px;
	cursor: pointer;
}
#doctor-login {
	background-image:url(../images/nav/doctor-login.jpg);
	width:127px;
}
#patient-login {
	background-image:url(../images/nav/patient-login.jpg);
	width:118px;
}
/* footer */
#ft {
	background-image: url(../images/footer_tile.gif);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	background-color:#617e4c;
	padding-bottom:10px;
}
#ft .inner {
	width:960px;
	margin: 0px auto;
	background-image: url(../images/footer_bkd.gif);
	background-repeat: no-repeat;
	padding-top:18px;
}
#ft #sesame-link {
	font-size: 10px;
	color: #a1bc7a;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:53px;
}
#ft .text_nav a {
	color: #c0d4a4;
	font-size: 11px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
#ft .footer-large a {
	color: #c0d4a4;
	font-size: 12px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
#ft .text_nav, #ft .footer-large {
	color: #617e4c;
	font-size: 12px;
	margin-top:15px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:53px;
}
#ft a:hover {
	text-decoration:none;
}
/* custom layout*/
body {
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#92ae7d;
}
#container {
	width: 960px;
	margin: 0px auto;
	position:relative;
	background-image: url(../images/container_bkd.gif);
	background-repeat: repeat-y;
}
#bd {
	width: 960px;
	background-image: url(../images/bd_bkd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bd-home {
	width: 960px;
	background-image: url(../images/bd_bkd_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width:665px;
	margin-left:260px;
	padding-top:82px;
	padding-bottom:28px;
	min-height:700px;
}
*html #content {
	width:665px;
	margin-left:260px;
	padding-top:82px;
	padding-bottom:28px;
	height:700px;
}
#content-home {
	width:665px;
	margin-left:260px;
	padding-top:350px;
	min-height: 440px;
}
#hd {
	width: 960px;
	height: 150px;
	background-image: url(../images/header_bkd.jpg);
}
#logo {
	position:absolute;
	height:150px;
	width:460px;
	left:0px;
	top:0px;
}
#logo a {
	display: block;
	height:150px;
	width:460px;
	line-height: 0px;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat left;
}
#address {
	position:absolute;
	top:503px;
	left:35px;
}
#address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#69624d;
	line-height:16px;
	margin-bottom:15px;
	margin-left:15px;
}
#slideshow-home {
	left:230px;
	top:149px;
	position:absolute;
}
blockquote {
	padding-left: 23px;
}
p {
	margin-bottom:18px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 20px;
}
li {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin-left: 28px;
	line-height:20px;
	list-style-position: outside;
}
ul {
	margin-bottom:18px;
}
ol {
	margin-bottom:18px;
}
ol li {
	color: #3333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-left: 35px;
	list-style: outside;
	line-height:20px;
}
h1 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	margin-bottom:18px;
}
h2 {
	color: #536a43;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom:10px;
}
h2.special {
	font-size:12px;
	color:#914B31;
	padding-top: 20px;
	border-top: 1px solid #696;
	line-height: inherit;
}
h3 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:10px;
	font-weight: bold;
}
/* custom links*/
.back-to-top {
	clear:both;
	color: #669933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.back-to-top p {
	margin-bottom:0px;
}
.back-to-top a:link, .back-to-top a:visited {
	color: #669933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
}
.back-to-top a:hover {
	text-decoration: none;
}
a:link, a:visited {
	color: #669933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration: underline;
}
a:hover, a.active {
	text-decoration: none;
}
.sub_nav {
	color: #8f8769;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:28px;
}
.sub_nav a:link, .sub_nav a:visited {
	color: #669933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: underline;
}
.sub_nav a:hover, .sub_nav a.active {
	color:#8f8769;
	text-decoration:none;
}
#sidebar {
	width: 230px;
	position:absolute;
	top:700px;
	left:0px;
}
#social-icons {
	width:230px;
	text-align:center;
}


.phone {padding-left: 17px; background: url(../images/icon-telephone.gif) no-repeat 0 0;}
.phone2 {padding-left: 17px; background: url(../images/icon-telephone.gif) no-repeat 0 2px;}


.flash-replaced .alt {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
}
img a {
	border:none;
}
.sitemap_list li {
	list-style:none;
	margin-left:15px;
	list-style-image:none;
}
.sitemap_list ul {
	margin-bottom:15px;
}
.sitemap_list ul li a, .sitemap_list ul li a:visited {
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}
.sitemap_list li a, .sitemap_list li a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.sitemap_list li a:hover {
	text-decoration:none;
	color:#333333;
	font-size:14px;
}
div.map iframe {
	border: 2px solid #914B31;
}
/* SESAME CSS */
img.right {
	margin: 0 0 15px 20px;
	float: right;
	clear: right;
}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
}
img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 3px #999999; /* Customize me! */
}
img.right-border, .img-mainpage {
	float: right;
	clear: right;
	margin: 5px 0 15px 20px;
	border: solid 3px #999999; /* Customize me! */
}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}
.clear {
	clear: both;
}
/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #333333; /* Customize me! */
	border: solid 1px #333333; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	padding: 0;
	clear: both;
}
div.hr2 {
	height: 0px;
	background-color: #333333; /* Customize me! */
	border: solid 1px #333333; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	padding: 0;
	clear: none;
}
/* This is the backup for screen readers */
hr {
	display: none;
	height: 0px;
	background-color: #333333;
	border: solid 1px #333333;
	border-width: 1px 0 0 0;
	clear: both;
}
/* Clear Fix */
.clear {
	clear: both;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
} /*this trips hasLayout for ie7*/
.cf {
	display: block;
} /*this returns it back to normal*/
* html .cf {
	height: 1px;
}
div.box {
	float: right;
	clear: right;
	width: 334px;
	background-color: #617e4c; /* Customize me! */
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 1px #333; /* Customize me! */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
}
div.box img {
	float: left;
	border: solid 1px #333; /* Customize me! */
	margin-right: 5px;
}
div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
}
/* Brushing and Flossing */
dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
dl dd ul {
	margin: 0;
	list-style-type: none;
}
/* jQuery Cycle Before and After */
#before-after-container {
	width: 488px;
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 10px 0 10px 10px;
	background-color: #617e4c; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
}
#before-after-container ul.slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 488px;
	height: 182px;
	overflow: hidden;
}
ul#before-after-cycle li img {
	width: 232px;
	float: left;
	margin-right: 10px;
	border: solid 1px #333; /* Customize me */
}
ul#before-after-cycle li {
	margin-left:0px;
}
#before-after-container p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	color:#FFFFFF;
}
#before-after-container div.cycle-detail {
	min-height: 55px; /* Increase this number to accomodate longer or shorter description text and to prevent "bumping" of lower content */
	clear: both;
	background-color: #fff; /* Customize me */
	padding: 10px;
	margin: 0 10px 0 0;
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
}
#before-after-container .before-after-nav {
	background: #fff; /* Customize me */
	margin: 0 10px 10px 0;
	padding: 5px 3px;
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
}
#before-after-container .before-after-nav a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	margin: 0 3px;
	outline: none;
	color: #333; /* Customize me */
}
#before-after-container .before-after-nav a.activeSlide, #before-after-container .before-after-nav a:hover {
	color: #617e4c;
} 








#slideshow-container ul.slideshow {
	list-style: none; 
	width: 460px; 
	height: 350px;
	margin: 0; 
	padding: 0;
	}
#slideshow-container {
	background: #617e4c; /* Customize me */
	border: solid 1px #a0b606; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	width: 460px; 
	padding: 10px;
	line-height: 18px;
	}
#slideshow-container div#caption {
	min-height: 18px;
	clear: both;
	background-color: #fff; /* Customize me */
	color: #333; /* Customize me */
	padding: 10px;
	margin: 10px 0 0 0;
	border: solid 1px #a0b606; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
	}
#slideshow-container ul.slideshow img {
	width: 460px; 
	height: 350px;
	margin: 0;
	}
	#slideshow-container li {
	margin-left:0px;
	}
.office-tour-nav {
	background-color: #fff; /* Customize me */
	margin: 0 0 10px 0;
	padding: 5px 3px;
	border: solid 1px #a0b606; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	}
.office-tour-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #333;}
.office-tour-nav a.activeSlide, .office-tour-nav a:hover {color: #617e4c;}















/* Customize me */
/* invisalign teen */

span.indent {
	padding-left: 40px;
}
#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	float: right;
	clear: right;
}
#invisalign-sidebar a {
	color: #036;
}
#invisalign-sidebar h3 {
	background: #617e4c;
	margin: 0;
	padding: 15px;
	color: #fff;
}
#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
}
.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}
.clear {
	clear: both;
}
/* Emergency Care */
ul#toggle-emergency {
	list-style: none;
	margin: 0 0 1em 0;
}
ul#toggle-emergency li {
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	padding: 1em 0;
	margin: 0;
}
.general-soreness {
	background: url(http://media.sesamehost.com/images/emergency-care/general-soreness.gif) no-repeat;
	width: 80px;
	height: 60px;
}
.headgear {
	background: url(http://media.sesamehost.com/images/emergency-care/headgear.gif) no-repeat;
	width: 80px;
	height: 60px;
}
.loose-appliance {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-appliance.gif) no-repeat;
	width: 80px;
	height: 60px;
}
.loose-bracket {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-bracket.gif) no-repeat;
	width: 80px;
	height: 60px;
}
.loose-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}
.poking-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/poking-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}
.left-border {
	border: solid 1px #333;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;
}
/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
	width: 100%;
	margin-top: 18px;
	letter-spacing: normal;
}
fieldset {
	border: 0;
	padding: 9px 0;
	margin: 0 18px;
}
fieldset h2 {
	margin: 0 0 9px;
}
fieldset p {
	margin: 0 0 18px;
}
fieldset p.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin: 0;
}
fieldset dl {
}
fieldset dl dt {
	font-size: 16px;
	clear: both;
	margin: 9px 0 0;
}
fieldset dd ul {
	margin: 9px 0;
}
fieldset dd ul li, fieldset dd ol li {
	list-style: none;
}
fieldset dd li {
	clear: both;
	margin: 3px 0;
	padding: 5px 0 4px 10%;
	overflow: auto;
	height: auto;
	position: relative;
}
fieldset dd li:hover {
	background: #d3b8ae;/* customize me - this is the hover color change of li */
}
fieldset dd li input:hover, fieldset dd li input:focus,  fieldset dd li select:hover, fieldset dd li select:focus,  fieldset dd li textarea:hover, fieldset dd li textarea:focus {
	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
	outline-color: #536a43;/* customize me */
}
fieldset li h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
fieldset li div {
	float: left;
	display: inline-block;
	width: 40%;
	position: relative;
	padding-right: 5%;
}
fieldset li div.input-street {
	width: 85%;
}
fieldset li div.input-city {
	width: 60%;
}
fieldset li div.input-full-name {
	width: 85%;
}
fieldset li div.input-phone-full {
	width: 85%;
}
fieldset li div.input-email {
	width: 85%;
}
fieldset li div.input-zip {
	width: 20%;
}
fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {
	width: 85%;
}
fieldset li div.radio input {
	border: none;
}
fieldset li div.radio label {
	padding-right: 9px;
	font-size: 90%;
}
/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {
	width: 85%;
}
fieldset li div.input-comments {
	width: 85%;
}
li div.input-comments textarea {
	height: 63px;
	overflow: auto;
}
fieldset li div.input-captcha {
	width: 50%;
}
fieldset li div.verification {
	width: 35%;
}
li div.verification img {
	border: 1px solid;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}
fieldset li div label {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 80%;
	color: #536a43;/*override to match site*/
}
fieldset li div input, fieldset li div textarea, fieldset li div select {
	display: block;
	line-height: 18px;
	width: 100%;
	border: 1px solid;
	padding: 4px 0 3px;
	text-indent: 4px;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}
fieldset li div select {
	height: 25px;
}
fieldset li div.radio input {
	display: inline;
	width: auto;
	margin-right: 4px;
}
fieldset li div div {
	width: 100%;
}
fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	display: block;
	width: 125px;
	height: 34px;
	text-align: center;
	margin: 0;
	background:#536a43;/* customize me! */
	border: 1px solid #536a43;
	line-height: 34px;
	color:#ffffff;/* customize me! */
	font-size:11px;
	font-weight:bold;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}
/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
	font-size: 150%;
	color: #536a43;/* customize me*/
	position: absolute;
	left: 9px;
	top: 9px;
}
/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {
	width: 40%;
}
/* JQuery */
	input.error, select.error, textarea.error {
	border-color: #a52003;
	background: #fefda1;
}
div.error {
	background: url(../images/validate_error.gif) 0 0 no-repeat;
	color: #a52003;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}
div.success {
	background: url(../images/validate_ok.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}
.contact-form div.error, .contact-form div.success {
	margin-left: 0;
}
