 body{
	background-color: white;  
 }

 #Top {
	margin: 8%;
  }

  #BoarderBox {
	width: 400px; 
	height: 675px;
	margin: 0 auto;
	border: solid;
	border-width: 1px;
	border-color: #ededed;
	border-radius: 25px;
    -webkit-box-shadow: 0 0 2px 5px #f5f5f5;
    -moz-box-shadow: 0 0 2px 5px #f5f5f5;
    box-shadow: 0 0 10px 5px #f5f5f5;
	background-color: white; 
}

  #Content {
	width: 300px; 
	height: 580px; 
	margin: 0 auto;
  }

  #LogoContainer {
	margin: 15px;
  }

  #Logo {
	display: inline-block; 
	margin-top: 20px;
	margin-bottom:35px;
  }

  #LogoImg {
	margin-left: 0px;
  }
	
  #ContentContainer {
	display: none;    /*JavaScript will update this to 'display: block;' once image loads, otherwise content loads before image*/
  }	

  #LastForm {
	margin-top: 125px; 	  
  }

  #lForm{
	margin-top: 255px; 	 
  }

  #lForm2{
	margin-top: 200px; 	 
  }

  .DownloadLabel {
	text-align:left;
	margin-top: 5px; 
	margin-bottom: 10px;	  
  }

  .Download {
	color: grey;
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
	font-size: 13px;
	font-weight: normal;  
  }

  .AddressLabel {
	text-align:center;
	margin-top: 95px; 
	margin-bottom: 95px;
  }	

  .Address { 
	color: grey;
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
	font-size: 13px;
	font-weight: normal;
  }	

  .MessageOutputContainer {
	margin: 5px;
  }	

  .OutputLabel {
	color: #707070;  
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
	font-size: 13px; 
	font-weight: bold;
  }	

  .FormInputContainer {
	margin: 5px;
  }	

	
  .FormLabel {
	color: #707070;  
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
	font-size: 13px; 
	font-weight: bold;
  }	
	
  form {
	border: none;   
  }
	
  fieldset {
	border: none;   
  }
	
  input[type=text] {
    border: 1px solid grey;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
    font-size: 12px;
    height: 36px;	  
    width: 280px;
	margin: 2px; 
	padding: 2px; 
  }
	
  input[type=submit] {
	background: #821c6b;
    border: 1px solid grey;
    border-radius: 6px;
	color: white; 
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
	font-weight: bold;
	font-size: 13px; 
    height: 36px;	  
    width: 280px;
	margin: 2px; 
	padding: 2px;
  }
	
  input[type=submit]:hover {
	background: #e0e0e0;
    border: 1px solid grey;
    border-radius: 6px;
	color: black;   
    font-family: Arial, Helvetica, sans-serif;
	font-kerning: auto; 
	font-weight: bold;
	font-size: 13px; 
    height: 36px;	  
    width: 280px;
	margin: 2px; 
	padding: 2px;
	  
  }