body .loading {
    background: rgba(255, 255, 255, 0.95) url("../loading-saa.gif") no-repeat scroll center center !important;
    z-index: 1000;
}
img {
  max-width: 100%;
}
div#envelope hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
}
div#envelope header{	
	color: #002f67;
} 
div#envelope h2{
color: #002f67;
    line-height: 25px;
    margin-top:0;
}
 div#envelope h3{
color: #002f67;
    line-height: 25px;
}
div#envelope p{
color: #000;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 10px;
}
div#envelope label{
color: #000;
    font-size: 15px;
  
}
/* Makes responsive fields.Sets size and field alignment.*/
div#envelope input[type=text]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:88%;
	padding: 10px;
	border-radius:5px;
	border:1px solid #7ac9b7;
}
div#envelope input[type=submit]
{
	margin-bottom: 20px;
	width:88%;
	height:45px !important;
	padding: 7px;
	border-radius:5px;
	border:1px solid #7ac9b7;
	background-color: #002f67;
	color: aliceblue;
	font-size:15px;
	cursor:pointer;
	height: 15px;
}
div#envelope #submit:hover
{
 background-color: #4e7dad;
}
div#envelope textarea{
	width:80%;
	padding: 15px;
	margin-top: 10px;
    border:1px solid #7ac9b7;
	border-radius:5px; 
	margin-bottom: 20px;
	resize:none;
  } 
div#envelope input[type=text]:focus,textarea:focus {
	border-color: #4697e4;
}

div#envelope select{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #7ac9b7;
}
div#envelope #left p {
text-align:center;
}
div#envelope #left #enrol{
margin-left:10px;
}
#envelope a {
    color: #0af;
    text-decoration: none;
}
