@charset "utf-8";#contact { margin: 50px 0 0 0; padding: 0; }
h2.headings { width: 640px; display: block; margin: 150px auto 50px auto; border-left: 2px solid #19b1d2 } 
#formdiv {
  width: 100%;
  height: auto;
  margin: 40px 0 100px 0;
  padding: 0 0 10px 0;
  text-align: center;
}
.bottomft { 
  text-align: center;
} 
.sendVer {
  width: 100px;
  height: auto;
}
#contform {
  width: 600px;
  height: auto;
  margin: 0 auto;
  background-color: #e0e0e0;
  padding: 10px 30px 30px 30px;
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; 
  border-radius: 15px;
}
label {
  display: inline-block;
  width: 270px;
  height: auto;
  margin: 20px 0 5px 0;
  padding: 0;  
  color: #19b1d2;
  font-size: 18px;
  text-align: left;
}
input[name="fname"], input[name="femail"], input[name="fphone"] {
  display: inline-block;
  width: 250px;
  height: 20px;
  margin: 0 0 5px 0;
  padding: 10px;
  color: #19b1d2;
  font-size: 18px;
  outline: none;
  border: none; 
  font-family: lfont;
  font-weight: bold;
}  
span#rtest  {
  display: inline-block;
  width: 208px;
  height: 20px;
  margin: 124px 0 5px 0;
  padding: 10px 0 0 10px;  
  color: #19b1d2;  
  font-size: 20px;
  font-family: lfont;
  text-align: right;   
}  
input#rtestmath {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 120px 0 0 5px;
  padding: 10px;
  color: #19b1d2;
  font-size: 20px;
  outline: none;
  font-family: lfont;
  border: none;
  text-align: center;
}
textarea {
  display: inline-block;
  width: 250px;
  height: 195px;
  margin: 0 0 5px 0;
  padding: 10px;
  color: #19b1d2;
  font-size: 18px;
  border: none; 
  resize: none;
  font-family: lfont;
  font-weight: bold;
} 
label[for="fname"], input[name="fname"], label[for="fphone"], input[name="fphone"], span#rtest, input#rtestmath {
  float: left; 
}
label[for="femail"], input[name="femail"], label[for="fmessage"], textarea[name="fmessage"] {
  float: right; 
}
#submitbtn {
  display: block;
  width: 120px;
  height: 50px;
  margin: 30px auto 0 auto;
  padding: 0 0 5px 0;
  background-color: #19b1d2;
  color: #fff;
  border: none;
  font-size: 19px;
  cursor: pointer; 
  border-radius: 5px;
}
#submitbtn:hover { 
  background-color:  #46d009;
}
#askqn {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 30px 0 50px 0;
  background-color: #e0e0e0; 
  text-align: center
}
#qn {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  color: #19b1d2;
  font-size: 18px;
}
#himail {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #19b1d2; 
  border: 2px solid white;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}
#progress { 
                display: none;
                color: green; 
            }


@media screen and (max-width: 850px) {
	a#cu:hover {
	background-color: #46d009; 
	color: #fff;
	border-bottom: 1px solid #fff;
	}
}



