﻿/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* CSS3 styling for latest browsers  
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;*/
} 

.simple_overlay .inner { 
    /* styling */ 
    background-color:#fff; 
    margin:10px;
    width:640px;     
    border:1px solid #666; 
    padding:20px;
}
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/common/images/x.png); 
    position:absolute; 
    right:0px; 
    top:0px; 
    cursor:pointer; 
    height:29px; 
    width:25px; 
}

div#spreadTheWord {
	width: 700px;
}
.inner h3 {
	font-size: 13px;
	font-weight: bold;
	color: #003876;
	margin: 0 0 5px 0;
}
.inner p {
	padding: 0 0 5px 0;
}
.spreadTheWordLogos {
	position: relative;
}
.spreadTheWordLogos {
	float: left;
	width: 331px;
}
.STW_radios {
	position: relative;
	float: left;
	width: 275px;
	margin: 0 15px 15px 0;
}
.STW_continueBtn input.button {
	float: left;
}
table.extraLongRadioButtonLabels input {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 10px 5px 0;
}
table.extraLongRadioButtonLabels label {
	float: left;
	width: 225px;
}
.secondRow {
	margin: 30px 0 0 0;
}
label.manualLabel {
	float: left;
	width: 100%
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #003876;
}
.enterEmails {
	position: relative;
	width: auto;
}
textarea.tenEmails {
	float: left;
	border: 1px solid #999999;
	background: 0 none;
	width: 300px;
	margin: 10px 0 10px 0;
	
}
.importContactsContainer input.button, .enterEmails input.button {
	float: left;
}
input.cancelImportBtn {
	background: 0 none;
	border: 0 none;
	text-decoration: underline;
}
input.cancelImportBtn:hover {
	color: #000000;
	text-decoration: underline;
}
.importContactsContainer {
	position: relative;
	width: 350px;
	padding: 15px 0 15px 0;
}
label.yourMailAddyLabel, label.yourMailPasswordLabel {
	float: left;
	width: 100px;
	margin-bottom: 5px;
	padding: 0 5px 0 0;
}
input.yourMailAddy, input.yourMailPassword {
	float: left;
	width: 150px;
	margin: 0 0 5px 2px;
}
span.redAsterisk {
	display: block;
	float: left;
	width: 2px;
	height: 14px;
	padding: 0 5px 0 2px;
	color: #bd282d;
}
span.redAsterisk.indicator {
	float: none;
	display: inline;
	padding: 0;
}
.uploadContacts {
	position: relative;
	width: auto;
}
.uploadContacts input {
	float: left;
	margin: 5px 5px 0 0;
}
.uploadContacts input.uploadArea {
	margin: 5px 5px 5px 0;
}
.tellMyFireDeptContainer {
	position: relative;
}
.tellMyFireDeptContainer h3 {
	float: left;
	width: auto;
	padding-right: 5px;
}
.tellMyFireDeptContainer span.redAsterisk {
	margin-top: 10px;
}
label.fireChiefEmailLabel {
	float: left;
	width: auto;
	margin-top: 10px;
}
input.fireChiefEmailInput {
	float: left;
	width: 150px;
	margin-top: 10px;
}

#emailReset input, #emailReset label {
    float:left;
    margin: 0 10px 10px 0;
}

#emailReset .resetEmailButton {
    margin-left:40px !important;
}

