/*
      Created by ben hunter
	  
	  
*/


#headerform {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 37px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 2px 0px 0px;
  font-size: 40px;
  color: #08021a;
}

#left50 {
	position: relative;
     float: left;
     width:   45%;
     height: auto;

}

#right50 {
	 position: relative;
     float: right;
     width:   45%; 
     height: auto;background:#edf0f5;

}

#formheader {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 37px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 2px 0px 0px;
  font-size: 40px;
  color: #08021a;
}

#formheader2 {
  display: block; font-family:sans-serif;font-weight: 300;
  width: 95%;
  float:left;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 2px 0px 9px;
  font-size: 20px;
  color: #08021a;
}

#formtext {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0px 2px 0px 9px;
  font-size: 18px;
  color: #08021a;
}


#formwrapper { 
 margin: 0 auto;
 width: 70%;
 height: auto;
 margin-left: 150px;
 margin-top: 120px;
 padding-bottom: 70px;
 border: #7a7575;
 border-width: 2px;
 border-style: solid;
 background-color:#b8b7da;
 
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  
  box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
  -moz-box-shadow: 5px 5px 8px 0px rgba(125, 125, 125, 1.000) ;
}

select {
    border: 1px solid black;
    margin-top: 20px;
    margin-left: 10px;
    height: 45px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}


#textareasmall {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 5px;
    height: 50px;
    width: 98%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;

}

textarea {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 10px;
    height: 250px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
}

#formlabel {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: left;
  height: auto;
  margin-bottom: 10px; 
  margin-left: 5px;
  margin-top: 20px;
  padding: 0px 2px 0px 9px;
  font-size: 25px;
  color: #08021a;
}

input {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 10px;
    height: 40px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}
input:focus {
    outline: none;
    box-shadow: 0px 0px 7px #61C5FA;
    border-color: #61C5FA;
}

input[type=submit] {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 10px;margin-bottom: 20px;
    height: 45px;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}
input[type=submit]:focus {
    outline: none;
    box-shadow: 0px 0px 7px #61C5FA;
    border-color: #61C5FA;
}

#formheader {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 37px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 2px 0px 0px;
  font-size: 40px;
  color: #08021a;
}
 
   
#Setbox {
       position:relative;
       width:  100%;

} 
   
#third {
     float: left;
     width:   30%;
     height: auto;

}
#third2 {
     float: left;
     width:   30%;
     height: auto;

}


input {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 5px;
    height: 20px;
    width: 80%;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}
input:focus {
    outline: none;
    box-shadow: 0px 0px 7px #61C5FA;
    border-color: #61C5FA;
}

input[type=submit] {
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 5px;margin-bottom: 20px;
    height: 45px;
    width: 80%;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}


input[type=submit]:focus {
    outline: none;
    box-shadow: 0px 0px 7px #61C5FA;
    border-color: #61C5FA;
}

#headerform {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 37px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 2px 0px 0px;
  font-size: 40px;
  color: #08021a;
}

#header2 {
  display: block; font-family:sans-serif;font-weight: 300;
  width: 95%;
  float:left;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 2px 0px 9px;
  font-size: 20px;
  color: #08021a;
}

#text {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: center;
  height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 2px 0px 9px;
  font-size: 15px;
  color: #08021a;
}

#text2 {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: left;
  height: 20px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: -35px;
  padding: 0px 2px 0px 9px;
  font-size: 15px;
  color: #08021a;
}
   
#Base {
       position: absolute;
       top: 10px;
       left: 1px;
       width:  100%;
       min-height: 520px; 

   } 
   
#left50 {
	position: relative;
     float: left;
     width:   45%;
     height: auto;

}

#right50 {
	 position: relative;
     float: right;
     width:   45%; 
     height: auto;background:#edf0f5;

}

#label {
  display: block; font-family:sans-serif;font-weight: 500;
  width: 90%;
  float:left;
  text-align: left;
  height: 15px;
  margin-bottom: 1px; margin-left: 5px;
  margin-top: 25px;
  padding: 0px 2px 0px 9px;
  font-size: 15px;
  color: #08021a;
}

