﻿.checkEmailContainer {
 height: 285px;
 padding: 15px;
 }

.checkEmailContainer .MHEfindForm {
margin-bottom: 30px;
width: 285px;
margin-left: auto;
margin-right: auto;
}

.checkEmailContainer .MHEfindForm input {
  border: 1px solid #000000;
  display: block;
  height: 25px;
  line-height: 25px;
  margin: 15px auto;	
  width: 285px;
  font-style: italic;
}

.checkEmailContainer .checkEmailMessage, .checkEmailContainer, .checkEmailContainer .checkEmailHeader {
 height: 70px;
 display: block;
}

.checkEmailContainer .emailMessagefalse, .wrongEmailPairing, .wrongEmailFormat, .missingPassword, .wrongPassword, .wrongPairingInfo {
 color: red;
 width: 485px;
 text-align: center;
 display: block;
 height: 30px;
}

.emailMessagetrue {
color: Green;
width: 485px;
text-align: center;
display: block;
height: 30px;
}

.opacityEmail {
   opacity:0.4;
   filter:alpha(opacity=40); /* For IE8 and earlier */
}

.checkEmailContainer .changeEmailMsg, .checkEmailContainer .wrongPassword, .wrongPairingInfo {
 color: red;
 text-align: center;
 display: block;
}

.checkEmailContainer .emailMessagefalseWarning {
 text-align: center;
}

.checkEmailContainer .emailMessagefalseWarning a{
 margin: 0 10px;
}

.checkEmailContainer .successEmailMsg {
 margin: 15px 0;
 font-weight: bold;
 overflow:hidden;
 text-overflow: ellipsis;
 }
 
 .checkEmailContainer .successPwEntry {
  font-weight: bold;
 }
 
 .checkEmailContainer .forgotPwLink {
  line-height: 37px;
}

.checkEmailContainer .needHelpLink {
	line-height:37px;
}

.checkEmailContainer .createNewAccMsg {
 color: #666666;
 margin-top: 65px;
 display: block;
 }
 
 .checkEmailContainer .failPwEntry {
  color: red;
  margin-top: 15px;
 }