@charset "utf-8";
/* CSS Document */

#mainform{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding: 20px;
	text-decoration: none;
	width: 270px;
	display: inline-block;
	/*margin-left: 50px;*/
	margin-top: 20px;
	margin-bottom: 30px;
}

#form{
    border-radius:2px;
    padding:6px;
    box-shadow:0 0 15px;
    font-size:13px;
    font-weight:bold;
    float:left;
}
h3{
text-align:center;
font-size:20px;
}
input{
width:100%;
height:20px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
margin-bottom: 20px;
}

input[type=submit]{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #f16943;
	text-align: center;
	padding: 10px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
/*
background-color:#123456;
border:1px solid white;
font-family: 'Fauna One', serif;
font-Weight:bold;
font-size:18px;
color:white;
*/
}
/*
*/
textarea{
	width: 100%;
	height: 120px;
	margin-top: 5px;
	border-radius: 3px;
	padding: 5px;
	resize: none;
}
span{
	color: #F16943
}
#note{
	color: #666666;
	font-Weight: 400;
}
#returnmessage{
font-size:14px;
color:black;
text-align:center;
}
@media screen and (max-width:400px){
#mainform{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
	width: 220px;
	display: inline-block;
	/*margin-left: 50px;*/
	margin-top: 20px;
	margin-bottom: 30px;
}

#form{
    border-radius:2px;
    padding:6px;
    box-shadow:0 0 15px;
    font-size:12px;
    font-weight:bold;
    float:left;
}
h3{
text-align:center;
font-size:16px;
}
input{
width:80%;
height:20px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
margin-bottom: 20px;
}

input[type=submit]{
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #f16943;
	text-align: center;
	padding: 10px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
/*
background-color:#123456;
border:1px solid white;
font-family: 'Fauna One', serif;
font-Weight:bold;
font-size:18px;
color:white;
*/
}
/*
*/
textarea{
	width: 80%;
	height: 90px;
	margin-top: 5px;
	border-radius: 3px;
	padding: 5px;
	resize: none;
}
span{
	color: #F16943
}
#note{
	color: #666666;
	font-Weight: 400;
}
#returnmessage{
font-size:12px;
color:black;
text-align:center;
}


}