.emlSent{
    color:green;
	display:inline-block;
    font-weight:bold;
	margin-left:15px;
}
.emlNotSent{
    color:red;
    display:inline-block;
    font-weight:bold;
	margin-left:15px;
}
.downloadSubmit{
    display:inline-block;
    float:left;
    margin-right:15px;
}
.ResultsModal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 20%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.ResultsModal-content{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.ResultsModalClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ResultsModalClose:hover,
.ResultsModalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#frmEmailDocuments{
	display:inline-block;
	margin-bottom:40px;
}
.downloadError{
	color:red;
	width:100%;
	font-weight:bold;
	float:left;
}