/* RECAPTCHA STYLING */

.recaptchatable {

}


.recaptchatable .recaptcha_r1_c1{
	background-image: url("sprite.png") !important;
	background-position: -0 -63px !important;
}
.recaptchatable .recaptcha_r2_c1{
	background-image: url("sprite.png") !important;
	background-position: -18px 0pt !important;
}

.recaptchatable .recaptcha_r2_c2 {

background-image: url("sprite.png") !important;
background-position: -27px 0pt !important;

}

.recaptchatable .recaptcha_r3_c1 {
	background-image: url("sprite.png") !important;
	background-position: 0 0pt !important;
}


.recaptchatable .recaptcha_r3_c2 {
	background-image: url("sprite.png") !important;
	background-position: -18px -57px !important;
}
.recaptchatable .recaptcha_r3_c3{
	background-image: url("sprite.png") !important;
	background-position: -9px 0pt;
}
.recaptchatable .recaptcha_r4_c1 {
	background-image: url("sprite.png") !important;
}
.recaptchatable .recaptcha_r4_c2 {
	background-image: url("sprite.png") !important;
}
.recaptchatable .recaptcha_r4_c4 {
	background-image: url("sprite.png") !important;

}

.recaptchatable .recaptcha_r7_c1 {

	background-image: url("sprite.png") !important;
	background-position: -45px -49px !important;
}

.recaptchatable .recaptcha_r8_c1 {

	background-image: url("sprite.png") !important;
}


.recaptcha_theme_red #recaptcha_response_field{
	border:1px solid #fff !important;


}

.recaptcha-error {
   font-size: 1.8em;
   padding-bottom: 8px;
}
/* END RECAPTCHA STYLING */

/* MAILHIDE STYLING */

/* This is for plain text emails i.e. haha@lol.com - TEXT*/
.mh-plaintext {
   background:transparent url(email.png) no-repeat scroll left center;
   border:medium none;
   color:#2277DD;
   height:16px;
   padding:2px 2px 4px 20px;
}

/* This is for plain text emails i.e. haha@lol.com - DOTS*/
.mh-plaintext a, .mh-plaintext a:hover, .mh-plaintext a:visited, .mh-plaintext a:visited:hover {
   color: #FF7700;
   font-weight: bolder;
   text-decoration: none;
   border: 0;
   background-color: transparent !important;
}

/* This is for hyperlinked emails i.e. <a href="mailto:ohnoes@pwnies.com">TEXT</a> - TEXT*/
.mh-hyperlinked {
   background:transparent url(email.png) no-repeat scroll left center;
   border:medium none;
   color:#2277DD;
   height:16px;
   padding:2px 2px 4px 20px;
}

/* This is for hyperlinked emails i.e. <a href="mailto:ohnoes@pwnies.com">TEXT</a> - DOTS*/
.mh-hyperlinked a, .mh-hyperlinked a:hover, .mh-hyperlinked a:visited, .mh-hyperlinked a:visited:hover {
   color: #FF7700;
   font-weight: bolder;
   text-decoration: none;
   border: 0;
}
/* END MAILHIDE STYLING */

/* ADMINISTRATION SETTINGS RECAPTCHA */
.lang-select label, .theme-select label {
   vertical-align: middle !important;
}

.lang-select select, .theme-select select {
   vertical-align: middle !important;
}

.recaptcha-form {
   margin: auto !important;
   widthx: 25em !important;
   width: 290px !important;
}

.recaptcha-options td {
   vertical-align: top !important;
}

.which-key label {
   font-weight: bold;
}

.copyright {
   text-align: center;
   font-size: .85em;
}
/* END ADMINISTRATION SETTINGS RECAPTCHA */



