html,
body {
	margin:0;
	padding:0;
	height:100%;
}

.toolContent
{

  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial;
  position: relative;
  color: #666666;
  border-radius: 10px;
  margin: 0 auto; 
  padding-bottom: 20px;
}

.welcomeContent
{
  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial;
  position: relative;
  color: #666666;
  border-radius: 10px;
  margin: 0 auto; 
  padding-bottom: 20px;
}

.regContent
{
  text-align : center;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Arial;
  position: relative;
  color: #666666;
  border-radius: 10px;
  margin: 0 auto; 
  padding-bottom: 20px;
}

.centerImg
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#send input[type=checkbox]
{
  margin-right : 5px;
  line-height  : 24px;
  width:       : 400px;
}

#send hr 
{  
    width:100%; 
    height:2px; 
    background: #000 
}

#sourceAddressData label
{
	font-weight: bold;	
    padding-left:26px;
    width:400px;
    display:inline-block
}

#testSubmitionForm label 
{
	font-weight: bold;	
    padding-left:26px;
    width:150px;
    display:inline-block
}

#testSubmitionForm .addressTextBox 
{
    width:270px;
}

#testSubmitionForm .startTestSubmit
{
    margin-left: 26px;
}

#testSubmitionForm .invalidAddressLabel
{
	font-weight: bold;	
    color: red;
    display:inline-block;
    width:290px;
}

.invalidAddressLabel
{
	font-weight: bold;	
    color: red;
    display:inline-block;
    width:290px;
}

#send .invalidAddressLabel
{
	font-weight: bold;	
    padding-left:26px;
    width:290px;
    color: red;
    display:inline-block
}

.unboundedBoldLabel
{
	font-weight: bold;	
    padding-left:26px;
    display:inline-block
}

.boldLabel
{
	font-weight: bold;	
    padding-left:26px;
    width:220px;
    display:inline-block
}

.boldLabelAddress
{
	font-weight: bold;
    padding-left:26px;
    width:320px;
    display:inline-block
}
.secondIndentBoldLabel
{
	font-weight: bold;	
    padding-left:50px;
    width:220px;
    display:inline-block
}

.addressTextBox 
{
    width:270px;
}

#testResults label 
{
	font-weight: bold;	
    padding-left:26px;
    width:140px;
    display:inline-block
}

#testResults .addressTextBox 
{
    width:270px;
}

#testResults .invalidAddressLabel
{
	font-weight: bold;	
    padding-left:26px;
    width:290px;
    color: red;
    display:inline-block
}

#testResults .reportSentLabel
{
	font-weight: bold;	
    padding-left:26px;
    width:200px;
    color: green;
    display:inline-block
}

.imageIndent
{
	width: 50px; float: left;
	height: 79px;
}

.resultsIndent
{
	flex-grow: 1;
}

#banner
{
    padding:5px;
}

.bannerHeader 
{
    background-color:#339933;
    color:white;
    padding:3px;
}

.bannerLabel
{
  font-size: 2.5em;	
  margin-left: 10px;    
}

.bannerLeft
{
  margin-left: 10px;  
  display:inline-block  
}

.bannerCenter
{
	text-align:center;
    margin:0 auto !important; 

}

.bannerRight
{
  float:right;
  padding-top: 12px;
}

.centerBold
{
	font-weight: bold;	
    padding-left:26px;
    display:inline-block;
    text-align:center;
}

.resultDataLabel
{
	font-weight: bold;
}

#admin input[type=checkbox]
{
  margin-right : 5px;
  line-height  : 24px;
  width:       : 400px;
}

.appButton  {

  transform: translate(-50%, 0);
  font-family: inherit;
  color: white;
  background: #3399cc;
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.0em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.logoutButton  {

  transform: translate(-50%, 0);
  font-family: inherit;
  color: white;
  background: #3399cc;
  outline: none;
  border: none;
  padding: 5px 15px;
  font-size: 1.0em;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin-left: 45px;      
}

@keyframes blink {
  50% {

    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}

.opInProgress {
	font-weight: bold;	
    color: red;
    display:inline-block;
    width:290px;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

#forgotPassword  button
{
    width: 240px;
    margin-top: 20px;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: #3399cc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#forgotPassword button:hover {
  background: #ff5252;
}


.footer {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    height: 60px;
    background-color: #2e2e2e;
}

.footerContent
{
  font-family: "Helvetica Neue", Helvetica, Arial;
  position: relative;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto; 
  padding-top: 20px;  
  padding-bottom: 20px;
}

.holder
{
	min-height: 100%;
    position:relative;
}

#top
{
	height: 100px;
    width: 100%;
}


#content 
{
    padding-top: 100px;	
    padding-bottom: 100px;
}