/* SSO Components
---------------------------------*/
* {
	outline: none 0;
	-moz-outline: none 0;
}

button::-moz-focus-inner {
	border: 0;
	outline: none 0;
}

iframe:focus,
iframe:active {
	border: 0;
	outline: none 0;
	-moz-outline: none 0;
}

select:focus,
input:focus,
textarea:focus {
	outline: 2px solid #7c7c7c;
}

#content form .field {
	float: left;
	margin-bottom: 8px;
	clear: both;
	width: 166px;
}

#content fieldset {
	background: #E5E5E5 url('../images/SSO/form-gradient.png') repeat-x 0 0;
	padding: 20px;
	width: 523px;
	float: left;
	border-bottom: 1px solid #fff;
}

.standalone #content fieldset {
	width: 726px;
}

#content fieldset.footer {
	background: none;
	border-bottom: 0;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px dotted #b2b2b2;
}

#content fieldset.footer label {
	float: left;
	clear: none;
}

#content form h2 {
	color: #525252;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	line-height: 16px;
}

#content form .field-group {
	width: 166px;
	float: left;
}

#content form {
	clear: both;
	float: left;
}

#content form .full {
	width: 523px;
}

#content form .first-group {
	padding-right: 39px;
	margin-right: 33px;
	border-right: 1px dotted #C8C8C8;
}

#content form .field a.why {
	float: right;
	font-size: 9px;
	color: #3398cb;
	text-decoration: underline;
	cursor: default;
	margin-bottom: 5px;
}

#content p,
#content li {
	color: #6f6c64;
}

#content form p.note {
	font-size: 10px;
	line-height: 20px;
	color: #AEAEAE;
	margin-top: 0;
}

#content form p.static {
	margin-bottom: 20px;
}


form p {
	color: #6f6c64;
	font-size: 11px;
	margin: 0.5em 0 1em 0;
}

.simple-error p{
	background: url('../images/SSO/asterisk.gif') no-repeat 100% 10%;
	display:inline;
	padding-right: 6px;
}

.simple-error ul{
	padding-top: 5px;
}


.required label {
	background: url('../images/SSO/asterisk.gif') no-repeat 100% 10%;
	padding-right: 6px;
}

.simple-error label, .simple-error .error-description{
	background:transparent;
}

.disabled label {
	background-image: url('../images/SSO/asterisk-light.gif') no-repeat;
}

.disabled label,
.disabled input {
	color: #AEAEAE !important;
}

#content form label {
	margin-bottom: 5px;
	display: block;
	color: #4C4C4C;
	font-size: 11px;
	float: left;
	clear: both;
}

#content form #state-province-other-label,
#content form #company-state-province-other-label {
	margin-top: 8px;
}

#content form .checkbox label,
#content form .radio label {
	margin-top: 2px;
}

* html #content form .checkbox label,
* html #content form .radio label {
	margin-top: 4px;
}

#content form .radio label,
#content form .checkbox label {
	float: right;
	width: 140px;
	clear: none;
}

#content form #homeowner-or-pro-field label {
	float: left;
	width: 120px;
	clear: none;
}

#content form .checkbox label #send-offers-pro {
	display:none;
}

* html #content form .radio label,
* html #content form .checkbox label {
	width: 135px;
}

*+html #content form .radio label {
	width: 135px;
}
*+html #content form .checkbox label {
	width: 135px;
}

#content form .radio.full label,
#content form .checkbox.full label {
	width: 495px;
}

#content form .checkbox.full label#send-offers-pro {
	display:none;
}

* html #content form .full-checkbox label {
	width: 490px;
}

*+html #content form .checkbox.full label {
	width: 490px;
}

#content form .radio input.radio,
#content form .checkbox input.checkbox {
	float: left;
	clear: none;
}

#content form #contact-methods label {
	float: left;
}

#content form #contact-methods #contact-via-email-pro {
	display:none;
}

.field input,
.field select,
.field textarea {
	display: block;
	clear: both;
	width: 160px;
	font-size: 11px;
}

.field input[type=hidden] {
	display: none;
}

.field input.checkbox,
.field input.radio {
	width: auto;
	display: block;
	margin-right: 5px;
}

.short input {
	width: 60%;
}

#content form .update-button {
	width: 106px;
	height: 35px;
	background: url('../images/SSO/update-button.png') no-repeat 0 0;
	border: 0;
	cursor: pointer;
	text-indent: -999999px;
	float: left;
	clear: both;
	margin-left: -6px;
}

* html #content form .update-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/update-button.png', sizingMethod='image');
}

#content form .login-button {
	width: 87px;
	height: 21px;
	background: url('../images/SSO/login-button.png') no-repeat 0 0;
	border: 0;
	cursor: pointer;
	text-indent: -999999px;
	float: left;
	clear: both;
}

* html #content form .login-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/login-button.png', sizingMethod='image');
}

/* Buttons
---------------------------------*/
#content .register-button,
#content .cancel-button,
#content .submit-button,
#content .next-button,
#content .ok-button {
	border: 0;
	cursor: pointer;
	text-indent: -999999px;
	float: left;
	clear: both;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

#content form .register-button {
	width: 104px;
	height: 21px;
	background-image: url('../images/SSO/register-button.png');
	float:left;
}

* html #content .register-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/register-button.png', sizingMethod='image');
}

#content .ok-button {
	width: 73px;
	height: 29px;
	background-image: url('../images/SSO/ok-button.png');
}

* html #content .ok-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/ok-button.png', sizingMethod='image');
}

#content .next-button {
	width: 84px;
	height: 29px;
	background-image: url('../images/SSO/next-button.png');
}

* html #content .next-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/next-button.png', sizingMethod='image');
}

#content .cancel-button {
	width: 94px;
	height: 29px;
	background-image: url('../images/SSO/cancel-button.png');
	float:left;
	clear:none;
}

* html #content .cancel-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/cancel-button.png', sizingMethod='image');
}

#content .submit-button {
	width: 84px;
	height: 29px;
	background-image: url('../images/SSO/submit-button.png');
}

* html #content .submit-button {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/submit-button.png', sizingMethod='image');
}

#content form .contact-types {
	width: 100%;
}

#content form .field p.example {
	margin: 0;
	font-size: 9px;
	color: #76736c;
	line-height: 11px;
}

#content form p.pre-chosen {
	color: #999999;
	width: 100%;
	clear: both;
	font-family: Arial, sans-serif;
}

#cancel-account {
	display: block;
	clear: both;
	padding: 1em 0 0 0;
	font-size: 11px;
	color: #76736c;
	text-decoration: underline;
}

.error input,
.error textarea,
.error select {
	background-color: #FFEBEE;
	border: 2px solid red;
}

input.default,
textarea.default,
select.default {
	color: #B2B2B2;
}

#content form .error p.error-description {
	margin: 3px 0 0 0;
	font-size: 9px;
	font-weight: normal;
	color: red;
	line-height: 11px;
	clear: both;
}

/* Why we ask box
---------------------------------*/
#why-we-ask {
	position: absolute;
	top: 400px;
	left: 300px;
	width: 280px;
	background: url('../images/SSO/why-rollover-top.png') no-repeat 0 0;
	padding-top: 10px;
	z-index: 999;
}

#why-we-ask h3 {
	font-size: 14px;
	line-height: 21px;
	color: #0f74ba;
}

#why-we-ask span{
	font-style: italic;
}

#why-we-ask ul{
	margin:0 0 30px 15px;
}

#why-we-ask .content {
	background: url('../images/SSO/why-rollover-bottom.png') no-repeat 0 100%;
	min-height: 97px;
	padding: 10px 19px 10px 19px;
	font-size: 12px;
	line-height: 17px;
	color: #6f6c64;
}

* html #why-we-ask {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/why-rollover-top.png', sizingMethod='crop');
}

* html #why-we-ask .content {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/why-rollover-bottom.png', sizingMethod='scale');
	height: auto !important;
  height: 97px;
}

#privacy-statement {
	color: #555555;
	font-size: 10px;
	line-height: 15px;
	padding: 10px 25px;
	clear: both;
}

/* Change security information
---------------------------------*/
.additional-info {
	background: url('../images/SSO/tip-box-bottom.png') no-repeat bottom left;
	margin-top: -40px;
	font-size: 10px;
	line-height: 18px;
	color: #6f6c64;
	padding: 10px;
}

.additional-info p {
	font-size: 10px;
	line-height: 18px;
	margin: 0.25em 0;
}

.additional-info ul {
	margin-left: 2em;
}

.additional-info ul li {
	margin: 0;
}

#content form .info {
	background: url('../images/SSO/tip-box-top.png') no-repeat top left;
	padding-top: 40px;
	width: 304px;
	float: left;
}

.additional-info h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #0069b7;
}

#content form .with-info .update-button {
	margin-top: 20px;
}

#content form .with-info .first-group {
	padding-right: 0;
	margin-right: 40px;
	border-right: 0;
}

form.all-required .required label {
	background-image: none;
	padding-right: 0;
}

form.all-required .disabled label {
	background-image: none;
}

#content form .ie-expander-hack {
	height: 38px;
	position: relative;
}

#content form .ie-expander-hack select {
	width: 300px;
	position: absolute;
	top: 18px;
	left: 0;
}

/* My Account landing page (Unauthenticated)
---------------------------------*/
.landing#my-account #main {
	background: #fff url('../images/SSO/unauthenticated-paint-can.jpg') no-repeat top left;
	left: 0;
	min-height: 400px;
	height: auto;
	float: left;
}

* html .landing#my-account #main {
  height: auto !important;
  height: 400px;
}

.landing#my-account #content {
	padding: 15px 45px 0 378px;
}

.landing#my-account #content fieldset {
	width: 361px; /*422px*/
	padding: 27px 29px 27px 32px; /*drop shadow = 11px on all 4 sides*/
	background: url('../images/SSO/login-box-bottom.png') no-repeat 0 100%;
	border: 0;
}

* html .landing#my-account #content fieldset {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/login-box-bottom.png', sizingMethod='scale');
}

.landing#my-account #content form .field-group,
.small-overlay#my-account #content form .field-group {
	width: 143px;
	float: left;
}

.landing#my-account #content form .first-group,
.small-overlay#my-account #content form .first-group {
	padding-right: 27px;
	margin-right: 18px;
	width: 146px;
}

.landing#my-account #content form input,
.small-overlay#my-account #content form input {
	width: 142px;
	padding: 0;
}

.landing#my-account #content form div.checkbox,
.landing#my-account #content form div.radio,
.small-overlay#my-account #content form div.checkbox,
.small-overlay#my-account #content form div.radio {
	float: left;
	margin-bottom: 0;
}

.landing#my-account #content form div.checkbox label,
.landing#my-account #content form div.radio label,
.small-overlay#my-account #content form div.checkbox label,
.small-overlay#my-account #content form div.radio label {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.landing#my-account #content form .field input.checkbox,
.landing#my-account #content form .field input.radio,
.small-overlay#my-account #content form .field input.checkbox,
.small-overlay#my-account #content form .field input.radio {
	width: auto;
}

.landing#my-account #content form .field,
.small-overlay#my-account #content form .field {
	margin-bottom: 10px;
}

.landing#my-account #content #login {
/*	position: absolute;
	bottom: 10px;
	right: -13px;*/
}

.landing#my-account #content form h2,
.small-overlay#my-account #content form h2 {
	margin-bottom: 8px;
	text-transform: uppercase;
}

.landing#my-account #content form {
	background: url('../images/SSO/login-box-top.png') no-repeat 0 0;
	padding-top: 36px;
}

* html .landing#my-account #content form  {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/login-box-top.png', sizingMethod='crop');
}

.landing#my-account #content form label {
	margin-bottom: 2px;
}

.landing#my-account #content form .field-group {
	margin-top: -36px;
}

* html .landing#my-account #content form .field-group {
	/* Fixes the negative margine clipping bug */
	position: relative;
	height: auto;
}

.landing#my-account #content .lead-in {
	font-size: 28px;
	line-height: 31px;
	color: #6F6C64;
}

.landing#my-account #content p {
	font-size: 11px;
	line-height: 16px;
}

.landing#my-account #content p.error-description {
	font-size: 9px;
	line-height: 9px;
	color: red;
	margin-bottom: 5px;
}

.landing#my-account #content #login-form .error-list {
	font-size: 9px;
	line-height: 11px;
	margin: 0px 0px 10px 0px;
}

.landing#my-account #content p.field-help {
	margin: 0;
}

.landing#my-account #content p a {
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
}

* html .landing#my-account #content p a {
	line-height: 11px;
}

*+html .landing#my-account #content p a {
	line-height: 11px;
}

.landing#my-account #content h1 {
	font-size: 34px;
	line-height: 33px;
	color: #4581B3;
}

.landing#my-account #adspace .ad {
	float: left;
}

.landing#my-account #adspace .first-ad {
	margin: 0 2px 0 0;
}


/* My Account landing page (Authenticated)
---------------------------------*/
.authenticated#my-account #main {
	background: #fff url('../images/SSO/authenticated-paint-can.png') no-repeat top left;
	left: -10px;
	min-height: 433px;
	height: auto;
}

.authenticated#my-account #account-summaries {
	line-height: 14px;
}

.authenticated#my-account #account-summaries p {
	width: 85%;
	line-height: 14px;
	font-family: Arial, Verdana, sans-serif;
}

.authenticated#my-account #content {
	padding: 15px 378px 0 45px;
}

.authenticated#my-account #account-summaries {
	width: 292px;
	background: url('../images/SSO/account-summary-box-top.png') no-repeat 0 0;
	padding-top: 31px;
	position: relative;
	/*position: absolute;
		top: 34px;
		right: -27px;*/
	margin-left: 470px;
	margin-top: -100px;
	color: #6F6C64;
}

* html .authenticated#my-account #account-summaries {
	margin-left: 0;
	position: relative;
	left: 480px;
}

* html .authenticated#my-account #account-summaries {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/account-summary-box-top.png', sizingMethod='crop');
}

.authenticated#my-account #account-summaries-inner {
	background: url('../images/SSO/account-summary-box-bottom.png') no-repeat 0 100%;
	border: 0;
	padding: 31px 41px;
	width: 210px;
}

* html .authenticated#my-account #account-summaries-inner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.sherwin-williams.com/images/SSO/account-summary-box-bottom.png', sizingMethod='scale');
}

.authenticated#my-account #profile-summary {
	margin-top: -31px;
	padding-bottom: 21px;
	margin-bottom: 21px;
	border-bottom: 1px dotted #a6a49f;
}

* html .authenticated#my-account #profile-summary {
	position: relative;
	background-color: white;
}

* html .authenticated#my-account #favorite-stores-summary {
	position: relative;
}

.authenticated#my-account #content h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 1em;
}

.authenticated#my-account #content .edit {
	display: block;
	position: absolute;
	top: 31px;
	right: 41px;
}

* html .authenticated#my-account #content .edit {
	top: 0;
}

.authenticated#my-account #content .addr {
	clear: both;
}

.authenticated#my-account #account-summaries a {
	padding-left: 12px;
	background: url('../images/legacy/arrow.gif') no-repeat 0 50%;
	text-decoration: none !important;
}

ul.utility-nav {
	margin: 1em 0;
}

ul.utility-nav li {
	margin: 0.5em 0;
	list-style: none;
}

.vcard {
	margin-bottom: 8px;
}

.vcard .fn {
	font-weight: bold;
}


/* Forgot Email
---------------------------------*/
.identification-fields {
	border-bottom: 1px dotted #c5c3bd;
	float: left;
	margin-bottom: 8px;
}


/* Thank you popup
---------------------------------*/
#thanks h2 {
	margin: 0 20px 20px 20px;
	font-size: 16px;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	color: #4581B3;
}

#thanks p {
	margin: 20px;
	color: #AEAEAE;
}

#thanks #content .ok-button {
	float: none;
	margin-left: 220px;
}


/* Sidebar callouts
---------------------------------*/
#my-sherwin-store .vcard {
	border-bottom: 1px dotted #c2bfbf;
	padding: 0 8px 8px 8px;
	color: #b4b4b4;
}

#my-sherwin-store .vcard .fn {
	font-weight: normal;
}

#my-sherwin-store ul {
	margin: 0;
	padding: 8px;
}

#my-sherwin-store ul li {
	margin: 0 !important;
}

#my-sherwin-store ul,
#my-sherwin-store ul li {
	list-style: none;
}

#my-sherwin-store ul a {
	color: #76736c;
	padding-left: 12px;
	background: url('../images/bullets/blue-arrow.gif') no-repeat 0 50%;
}


/* Generic SS Errors
---------------------------------*/
#content .error-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffe5e5;
	border: 1px dotted #c5c3bd;
	padding: 5px;
	margin: 0 20px 20px 20px;
	color: red;
}

#container #content .error-list {
	margin: 0 0 20px 0;
}

.standalone #container #content .error-list {
	margin: 20px 0;
}

#content .error-list ul {
	margin: 0 0 0 2em;
}

#content .error-list p {
	color: red;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#content .error-list li {
	margin: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
}


/* Legal information
---------------------------------*/
#legal-info {
	margin: 0 20px;
	padding: 14px 0;
	font-size: 10px;
	line-height: 15px;
	color: #867f77;
	clear: both;
}

/* General (non-overlay *and* overlay)
 * Registration styles
---------------------------------*/
#birthday-month,
#birthday-day {
	float: left;
}

#birthday-month {
	width: 100px;
	margin-right: 10px;
	clear: both;
}

#birthday-day {
	width: 75px;
	clear: none;
}

#content .birthday {
	float: left;
}

#content .birthday a.why {
	margin-right: 127px;
}

#content .security a.why {
	margin-right: 73px;
}

#content .short a.why {
	margin-right: 120px;
}

#content .recaptcha_container a.why {
	display:block;
	margin-bottom: 5px;
	margin-right: 15px;
}

#content .password_container a.why {
	margin-right: 5px;
}

* html #content label {
	margin-bottom: 2px;
}

*+ html #content label {
	margin-bottom: 2px;
}

* html #content .birthday a.why {
	margin-top: -16px;
	margin-bottom: 5px;
}

* html #content .birthday {
	width: 195px;
}

* html #content .birthday label {
	width: 85%;
}

* html #content .birthday a.why {
	width: 15%;
	text-align: right;
}

* html #content .security a.why {
	margin-top: -16px;
	margin-bottom: 5px;
	width: 15%;
	text-align: right;
}

* html #content .security label {
	width: 85%;
}

* html #content .recaptcha_container a.why {
	margin: -10px 7px 5px; 
	text-align: right;
}

* html #content .password_container a.why {
	margin-top: -16px;
	margin-bottom: 5px;
	width: 15%;
	text-align: right;
}

* html #content .password_container label {
	width: 85%;
}

*+html #content .birthday a.why {
	margin-top: -16px;
	margin-bottom: 5px;
}

*+html #content .security a.why {
	margin-top: -16px;
	margin-bottom: 5px;
	width: 15%;
	text-align: right;
}

*+html #content .security label{
	width: 85%;
}

*+html #content .recaptcha_container a.why {
	margin: -10px 14px 5px; 
	text-align: right;
}

*+html #content .password_container a.why {
	margin-top: -16px;
	margin-bottom: 5px;
	width: 15%;
	text-align: right;
}

*+html #content .password_container label{
	width: 85%;
}

*+html #content .birthday {
	width: 195px;
}

*+html #content .birthday label {
	width: 85%;
}

*+html #content .birthday a.why {
	width: 15%;
	text-align: right;
}


/* Standalone
---------------------------------*/
.standalone #content form .first-group .field {
	width: 249px;
}

.standalone #content form .second-group .field {
	width: 310px;
}

.standalone #content form .first-group .radio label,
.standalone #content form .first-group .checkbox label {
	width: 225px;
}

* html .standalone #content form .first-group .radio label,
* html .standalone #content form .first-group .checkbox label {
	width: 218px;
}

*+html .standalone #content form .first-group .radio label {
	width: 218px;
}

*+html .standalone #content form .first-group .checkbox label {
	width: 218px;
}

#content form #homeowner-or-pro label.main-label {
	display: none;
}

* html .standalone #forgot_email_step_2 div.birthday label {
	background-position: 42px 0;
}

*+html .standalone #forgot_email_step_2 div.birthday label {
	background-position: 42px 0;
}

.standalone * html #content form .first-group .radio label,
.standalone * html #content form .first-group .checkbox label {
	width: 218px;
}

.standalone #content form .field-group {
	width: 249px;
}

.standalone #content form .second-group {
	width: 310px;
}

.standalone #content form .first-group {
	padding-right: 21px;
	margin-right: 21px;
}

#content form.basic .first-group {
	border-right: 0;
}

.standalone .field input,
.standalone .field select,
.standalone .field textarea {
	width: 240px;
}

.standalone .short input {
	width: 60%;
}

.standalone #content form .first-group .radio label,
.standalone #content form .first-group .checkbox label {
	width: 225px;
	padding-right: 0;
}

.standalone #content form #homewowner-or-pro label.main-label {
	display: none;
}

.standalone * html #content form .first-group .radio label,
.standalone * html #content form .first-group .checkbox label {
	width: 218px;
}

.standalone #content form .second-group .radio label,
.standalone #content form .second-group .checkbox label {
	width: 285px;
}

.standalone .field input.checkbox,
.standalone .field input.radio {
	width: auto;
	display: block;
	margin-right: 5px;
	float: left;
	clear: none;
	
}

.standalone #content .register-button,
.standalone #content .cancel-button,
.standalone #content .submit-button,
.standalone #content .next-button,
.standalone #content .ok-button {
	clear: none;
	float: right;
}

#content .buttons {
	padding-top: 8px;
}

.standalone #content form.basic fieldset,
.quaternary #content form.basic fieldset {
	width: 300px;
}


/* reCAPTCHA element
---------------------------------*/
#recaptcha_image {
	margin: 20px 0;
}

#content input#recaptcha_response_field {
	width: 210px;
	float: left;
	clear: none;
}

#content label#recaptcha_response_field-label {
	float: left;
	clear: none;
	margin-right: 1em;
	margin-top: 2em;
}

*html #recaptcha_response_field-label {
	margin-top: 1.25em; 
}

*+html #recaptcha_response_field-label {
	margin-top: 1.25em; 
}

.recaptcha_container .script-enabled {
	display: none;
}

.recaptcha_container .dynamic {
	display: block;
}


/* Custom late addons
---------------------------------*/





