﻿@import url("indexemail-outline.css");
body {
	font-size: 14px;
	font-family:Verdana;
	background-color:#ffffff;
	/*height:690px;*/
}

#whatoccurswhen{
	background-color:#ffffff;
	height:auto;
	width:800px;	
	position: relative;

	
}






#whatoccurswhen img{
	float: left;
	background-position:left;
	border-width: 0px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:65px;

	
}


#indexform-column {
	background-color:#ffffff;
	width:800px;
	height:500px;	
	margin-top:40px;
	
			
}

#indexemail-column {
	width:800px;
	background-color:#ffffff;
	margin-left:30px;	
	float: left;
	background-position:left;
	clear: left;
	text-align:left;
	margin-right:30px;
	
	

		
}


.emailtxtbx{

     margin-top:8px;
     margin-bottom:60px;
     
 
		
	
}


label{

 display: block; /* Ensures the label is on top of the input */
 margin-bottom: 4px; /* Adds space between the label and the input */

	
}

.error { 
         color: red; 
          
        }
        
        
input {
width:22.4%;
box-sizing: border-box;	
font-size:14px;
}


button{
/*border-radius:14px;*/
width:22.4%;
cursor:pointer;
font-size:14px;
}


#footer {
	width:800px;
	text-align: left;	
	background-color: #ffffff;	
	clear: both;
	overflow: auto;

	

}



#footer p{
	font-size:14px;	
	margin-left:30px;
	margin-right:30px;
	margin-top:auto;
	

	
	
}



a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color:#0000ff;
	text-decoration:none;
	
}










