/* 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.5em;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6ECE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
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;
}
a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #115A7B;
}
/*STICKY FT*/
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#container {
	padding-bottom: 180px;
}  /* must be same height as the footer */
#ft {
	position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;
}
/*LAYOUT*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#hd {
	background-image: url(../images/hd-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
}
#logo a {
	display: block;
	font-size: 12px;
	height: 100px;
	width: 500px;
	margin-left: 50px;
	text-indent: -9999px;
}
#sidebar {
	background-image: url(../images/callout-address.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	width: 290px;
	position: absolute;
	top: 570px;
	right: 0px;
	color: #004282;
	padding-top: 40px;
}
#sidebar p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: normal;
	padding-right: 15px;
}
#bd {
	background-image: url(../images/bd-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	padding-right: 350px;
	padding-left: 40px;
	min-height:700px;
	height:auto !important;
	height:700px;
}
#nav {
	position: absolute;
	z-index: 10;
	width: 885px;
	left: 32px;
	top: 105px;
}
#ft {
	background-image: url(../images/ft-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #0D3E57;
}
#ft .inner {
	background-image: url(../images/ft-inner-bg.png);
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	padding-top: 40px;
	background-repeat: no-repeat;
}
#ft a {
	color: #cccccc;
}
#ft a:hover {
	color: #FFF;
}
#ft .col {
	float: left;
	width: 250px;
	padding-right: 0px;
	padding-left: 10px;
}
#ft .col li {
	list-style-type: none;
}
.main-photo {
	height: 320px;
	width: 290px;
	position: absolute;
	z-index: 5;
	right: 2px;
	top: 229px;
}
.home #sidebar {
	background-image: url(../images/callout-address.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	width: 290px;
	position: absolute;
	top: 229px;
	right: 0px;
	color: #004282;
	padding-top: 40px;
}
#associations {
	background-image: url(../images/callout-base.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	width: 290px;
	position: absolute;
	top: 599px;
	right: 0px;
	color: #004282;
	text-align: center;
	padding-top: 60px;
}
#slideshow-home {
	height: 300px;
	width: 661px;
	margin: auto;
	position: absolute;
	left: 19px;
	top: 241px;
	overflow: hidden;
}


/*TYPE*/
h1.headline {}
.headline {
	/*	position: absolute;*/
	top: -100px;
	color: #F9F0E9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	width: 580px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 45px;
	margin-bottom: -50px;
}
/*Headline Fx*/	
.rainbow {
	background: transparent;
	display: block;
	position: relative;
	height: 1px;
	overflow: hidden;
	z-index: 4;
}
.rainbow span {
	position: absolute;
	top: 0;
	left: 1px;
	display: block;
	xwhite-space: nowrap;
}
a .rainbow span {
	white-space: nowrap;
}
.rainbows-shadow {
	color: #0a2b3c !important;
	display:block;
	position: absolute;
	top: 4px;
	left: 2px;
	z-index: 3;
}
h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0e435d;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	text-shadow: 0px 2px 2px #CAC2B7;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
blockquote {
	margin-left: 20px;
	background-color: #ede2d5;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fcfaf7;
	border-right-color: #e5d8c8;
	border-bottom-color: #e5d8c8;
	border-left-color: #fcfaf7;
}
.intro {
	font-size: 14px;
	font-style: italic;
	color: #611600;
	padding-top:280px;
}
#content ul {
	padding-left: 20px;
	padding-top: 5px;
}
#content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	padding-left: 30px;
}
#content ol {
	padding-left: 30px;
	padding-top: 5px;
}
#content ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-map #content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	list-style-type: none;
	padding-left: 0px;
	font-weight: bold;
}
.site-map #content ul li ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	padding-left: 30px;
	font-weight: normal;
}
/*NAVIGATION*/
/* set bg image for each link */
#nav ul li a#meet-the-team, #nav ul li a#for-new-patients, #nav ul li a#general-dentistry, #nav ul li a#pediatric-dentistry, #nav ul li a#enhance-your-smile, #nav ul li a#restore-your-smile {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	position: relative;
	height:53px;
}
#nav ul li a#meet-the-team {
	background-position: left top;
	width:131px;
}
#nav ul #meet-the-team:hover, #nav li:hover #meet-the-team, #nav li.sfhover #meet-the-team, #nav .active #meet-the-team, #nav ul #meet-the-team.active {
	background-position: left bottom;
}
#nav ul li a#for-new-patients {
	background-position: -131px top;
	width:140px;
}
#nav ul #for-new-patients:hover, #nav li:hover #for-new-patients, #nav li.sfhover #for-new-patients, #nav .active #for-new-patients, #nav ul #for-new-patients.active {
	background-position: -131px bottom;
}
#nav ul li a#general-dentistry {
	background-position: -271px top;
	width:146px;
}
#nav ul #general-dentistry:hover, #nav li:hover #general-dentistry, #nav li.sfhover #general-dentistry, #nav .active #general-dentistry, #nav ul #general-dentistry.active {
	background-position: -271px bottom;
}
#nav ul li a#pediatric-dentistry {
	background-position: -417px top;
	width:149px;
}
#nav ul #pediatric-dentistry:hover, #nav li:hover #pediatric-dentistry, #nav li.sfhover #pediatric-dentistry, #nav .active #pediatric-dentistry, #nav ul #pediatric-dentistry.active {
	background-position: -417px bottom;
}
#nav ul li a#enhance-your-smile {
	background-position: -566px top;
	width:160px;
}
#nav ul #enhance-your-smile:hover, #nav li:hover #enhance-your-smile, #nav li.sfhover #enhance-your-smile, #nav .active #enhance-your-smile, #nav ul #enhance-your-smile.active {
	background-position: -566px bottom;
}
#nav ul li a#restore-your-smile {
	background-position: -726px top;
	width:159px;
}
#nav ul #restore-your-smile:hover, #nav li:hover #restore-your-smile, #nav li.sfhover #restore-your-smile, #nav .active #restore-your-smile, #nav ul #restore-your-smile.active {
	background-position: -726px bottom;
}
/*TOP NAVIGATION*/
#topnav {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	z-index:10;
}
#topnav ul li a#home, #topnav ul li a#contact-us {
	background-image: url(../images/topnav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:inline-block;
	height:40px;
	float: left;
}
#topnav ul li a#home {
	background-position: left top;
	width: 82px;
	float: left;
	display:block;
}
#topnav ul #home:hover, #topnav li:hover #home, #topnav li.sfhover #home, #topnav .active #home, #topnav ul #home.active {
	background-position: left bottom;
}
#topnav ul li a#contact-us {
	background-position: -82px top;
	width: 108px;
	display:block;
	float:left;
}
#topnav ul #contact-us:hover, #topnav li:hover #contact-us, #topnav li.sfhover #contact-us, #topnav .active #contact-us, #topnav ul #contact-us.active {
	background-position: -82px bottom;
}
/*SOCIAL*/
#social {
	position: absolute;
	right: 63px;
	top: 51px;
	width: 180px;
	z-index:9;
}
#social li {
	display: inline;
	float: left;
	list-style-type: none;
}
#social ul li a#youtube, #social ul li a#facebook, #social ul li a#twitter, #social ul li a#blogger {
	background-image: url(../images/social.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:inline-block;
	width:45px;
	height:36px;
	float: left;
	list-style-type: none;
}
#social ul li a#youtube {
	background-position: left top;
}
#social ul li a#facebook {
	background-position: -45px top;
}
#social ul li a#twitter {
	background-position: -90px top;
}
#social ul li a#blogger {
	background-position: -135px top;
}
/*SUB NAV ELEMENTS*/
.sub_nav {
	background-color: #ede2d5;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fcfaf7;
	border-right-color: #e5d8c8;
	border-bottom-color: #e5d8c8;
	border-left-color: #fcfaf7;
}
.sub_nav a {
	color: #333;
}
.sub_nav a:hover, .sub_nav a.active {
	color: #934a00;
}

/*Misc*/
.back-to-top a {
	background-image: url(../images/to-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 93px;
	text-indent: -9999px;
	clear: both;
}
.back-to-top a:hover {
	background-position: left bottom;
}
.member, .video {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px #B1967B;
	-webkit-box-shadow: 0 1px 3px #B1967B;
	border: 1px solid #0d3e57;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}
.bi-column {
	padding: 10px;
	float: left;
	width: 240px;
}
/*hides iframe <a> tag*/
	.iframe {
	display: none;
}
.map {
	width: 500px;  /*your width in px*/
	height: 350px; /*your height in px*/
	border: 1px solid; /*optional but it looks nice*/
	overflow: hidden; /*VERY IMPORTANT, ensures the frame doesn't show scrollbars*/
	display: block;
	margin: 0 0 18px 0; /*use what you like here*/
	padding: 5px; /*create some padding around your map*/
	background: #003851;/*background color shows around iframe*/
	-moz-border-radius: 9px; /*optional - rounded corners for Mozilla browsers*/
	-webkit-border-radius: 9px; /*optional for Webkit browsers (Safari, Chrome…)*/
	-moz-box-shadow: 0 1px 3px #B1967B;
	-webkit-box-shadow: 0 1px 3px #B1967B;
}
/* SESAME CSS */
img.right {
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
}
img.left-border {
	float: left;
	clear: left;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px #B1967B;
	-webkit-box-shadow: 0 1px 3px #B1967B;
	border: 1px solid #0d3e57;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 0;
}
dl dt {
	font-size: 1.5em;
	font-weight: bold;
}
dl dd ul {
	margin: 0;
	list-style-type: none;
}
img.right-border {
	float: right;
	clear: right;
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px #B1967B;
	-webkit-box-shadow: 0 1px 3px #B1967B;
	border: 1px solid #0d3e57;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 15px;
}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}
/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #E5D8C8; /* Customize me! */
	border: solid 1px #E5D8C8; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	padding: 0;
	clear: both;
}
/* This is the backup for screen readers */
hr {
	display: none;
	height: 0px;
	background-color: #E5D8C8;
	border: solid 1px #E5D8C8;
	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;
}
/* 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: #0D3E57;
	margin: 0;
	padding: 15px;
	color: #fff;
	text-shadow: 0px 2px 2px #000;
}
#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
}
.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}

/* anatomy of a tooth */
#anatomy-of-a-tooth {
	background: url(http://media.sesamehost.com/images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif);
	height: 525px;
	position: relative;
	width: 300px
}
#anatomy-of-a-tooth a {
	cursor: help;
	display: block;
	position: absolute
}
#anatomy-of-a-tooth a:hover {
	background: transparent
}
a#bone {
	height: 20px;
	left: 30px;
	top: 380px;
	width: 40px
}
a#cementum {
	height: 20px;
	left: 100px;
	top: 460px;
	width: 90px
}
a#dentin {
	height: 20px;
	left: 80px;
	top: 165px;
	width: 60px
}
a#enamel {
	height: 20px;
	left: 165px;
	top: 135px;
	width: 60px
}
a#gingiva {
	height: 30px;
	left: 20px;
	top: 275px;
	width: 60px
}
a#periodontal {
	height: 30px;
	left: 205px;
	top: 440px;
	width: 70px
}
a#pulp {
	height: 30px;
	left: 125px;
	top: 220px;
	width: 50px
}
a#print {
	cursor: pointer;
	height: 23px;
	left: 240px;
	top: 502px;
	width: 60px
}
#bd #anatomy-of-a-tooth a img {
	border: none;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	margin:0;
	padding:0;
}
#bd #anatomy-of-a-tooth a:hover img {
	height: 98px;
	width: 300px
}
a#bone:hover img {
	left: -30px;
	top: -380px
}
a#cementum:hover img {
	left: -100px;
	top: -460px
}
a#dentin:hover img {
	left: -80px;
	top: -165px
}
a#enamel:hover img {
	left: -165px;
	top: -135px
}
a#gingiva:hover img {
	left: -20px;
	top: -275px
}
a#periodontal:hover img {
	left: -205px;
	top: -440px
}
a#pulp:hover img {
	left: -125px;
	top: -220px
}
#content #brushing-instructions ul li, #content #flossing-instructions ul li, .lumineers #content ul li {
	list-style-type: none;
	background-image: none;
	/*padding-left: 0px;*/
}

/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
	width: 100%;
	margin-top: 18px;
	letter-spacing: normal;
}
#content .formContainer ul li {
	background-image: none;
	list-style-type: none;
}
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: #d5e0eb;/* 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: #537197;/* customize me */
	border: 1px solid #CC0000;
}
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: #537197;/*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*/
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-form.png);
	background-repeat: repeat-x;
	background-position: left top;
}
fieldset li div select {
	height: 25px;
}
fieldset li div.radio input {
	display: inline;
	width: auto;
	margin-right: 4px;
}
fieldset li div div {
	width: 100%;
}
button {
	border:0 none;
	margin:0;
	text-align:left;
}
.form-footer button, .form-footer button:visited {
	background: #0D3E57;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
}
.form-footer button:hover {
	background-color: #AB4900;
	color: #fff;
}
.form-footer button:active {
	top: 1px;
}
 button::-moz-focus-inner {
padding:0;
}
/* 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: #537197;/* 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;
}