/* latin-ext */
@font-face {
  font-family: 'Fauna One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/faunaone/v8/wlpzgwTPBVpjpCuwkuEB0EZKQipeC8tU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fauna One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/faunaone/v8/wlpzgwTPBVpjpCuwkuEB3kZKQipeCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40e6fwniDtzNAAw.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50e6fwniDtzNAAw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30e6fwniDtzM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#mainform{
width:480px;
margin:20px auto;
padding-top:10px;
font-family: 'open sans';			/*Fauna One, serif*/
border-radius:2px;
padding:20px 30px;
box-shadow:0 0 15px;
font-size:14px;
font-weight:bold;
}
#form{
border-radius:2px;
padding:20px 30px;
box-shadow:0 0 15px;
font-size:14px;
font-weight:bold;
width:400px;
margin:20px 150px 20px 35px;
float:left;

}
h3{
text-align:center;
font-size:20px;
}
input{
width:100%;
height:35px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
}
input[type=button]{
background-color:#123456;
border:1px solid white;
font-family: 'open sans';			/*Fauna One, serif*/
font-Weight:bold;
font-size:18px;
color:white;
}
input[type=button]:hover{
	background-color:yellow
}
input[type=button]:active {
  box-shadow: 0 3px 0 #00823F;
  top: 3px;
}
input[type=submit]{
background-color:#123456;
border:1px solid white;
font-family: 'open sans';			/*Fauna One, serif*/
font-Weight:bold;
font-size:18px;
color:white;
}
input[type=submit]:hover{
	background-color:yellow
}
input[type=submit]:active {
  box-shadow: 0 3px 0 #00823F;
  top: 3px;
}
/*BUTTON*/
/*
.button, a.button, .button a, .wsp_print_btn_text, #layout input.form-element[type="submit"] {
	    box-shadow: 0px 6px 0px -20px rgba(255,255,255,0.25) inset,
                0px -25px 50px -20px rgba(0,0,0,0.3) inset,
                0px 2px 2px rgba(40,40,40,0.1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: open sans;
  font-size:10pt;
  text-shadow: 1px 2px 1px rgba(0,0,0,.45);
	color: #ffffff;
	background: #1e489f;
	border-radius: 0px;}

.button:hover, a.button:hover, .button a:hover, .wsp_print_btn_text:hover, #layout input.form-element[type="submit"]:hover {
	background: #231F20;}

.buttonGhost, a.buttonGhost, .buttonGhost a {
	border-color: #1e489f;
	color: #1e489f;}

.buttonGhost:hover, a.buttonGhost:hover,.buttonGhost a:hover {
	background: #1e489f;
	color: #ffffff;}

.buttonInverted, a.buttonInverted,.buttonInverted a {
	color: #1e489f;
	background: #ffffff;}

.buttonInverted:hover, a.buttonInverted:hover, .buttonInverted a:hover {
	color: #183a7f;
	background: #ffffff;}

.buttonGhost.buttonInverted, a.buttonInverted.buttonGhost, .buttonInverted.buttonGhost a {
	border-color: #ffffff;
	color: #ffffff;}

.buttonGhost.buttonInverted:hover, a.buttonInverted.buttonGhost:hover, .buttonInverted.buttonGhost a:hover {
	color: #1e489f;
	background: #ffffff;}
*/	
textarea{
width:100%;
height:80px;
margin-top:5px;
border-radius:3px;
padding:5px;
resize:none;
}
span{
color:red
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
font-size:14px;
color:green;
text-align:center;
}