h5 {
	color: #008B8B;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: -25px;
}

h5sml {
	color: #008B8B;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: -5px;
	margin-left: 3px;
}

h6 {
	color: black;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
}

/*
ul li {
	color: black;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
}
*/


/* @import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli); */
#mainform{
width:960px;
max-width: 50%;
margin: auto;
margin-left: 20px;
padding-top:20px;
float: left;
font-family: 'Open Sans', sans-serif;
}

/* #form{
border-radius:2px;
padding:20px 30px;
box-shadow:0 0 15px;
font-size:14px;
font-weight:bold;
width:350px;
margin:20px 250px 0 35px;
float:left;

} */

h3{
text-align:center;
font-size:20px;
}

label {
	margin-left: 20px;
	margin-bottom: 5px;
}

input{
	width:100%;
	height:35px;
	margin-top:5px;
	border:1px solid #999;
	border-radius:3px;
	padding:5px;
	margin-left: 20px;
	margin-bottom: 10px;
}

input[type=text]{
	font-size: 13px;
}

input[type=button]{
background-color:#123456;
border:0.5px solid white;
font-family: 'Open Sans', sans-serif;
font-Weight:bold;
font-size:18px;
color:white;
margin-left: 25px;
}

textarea{
	width:100%;
	height:80px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-top:5px;
	margin-left: 20px;
	border-radius:3px;
	border: 1px solid #999;
	padding:5px;
	resize:none;
}

mainform {
	margin: 0 auto;
}

span{
color:red
}

#note{
color:black;
font-Weight:400;
}

#returnmessage{
font-size:14px;
color:green;
text-align:center;
}