@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
    width:960px;
    margin:20px auto;
    padding-top:20px;
    font-family: 'Fauna One', serif;
}
#form{
    border-radius:2px;
    
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:400px;
    margin:20px 200px 0 35px;
    float:left;

}
h3{
    text-align:center;
    font-size:20px;
	background-color:#FBBD34;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
line-height: 17px;
margin: 0px !important;
padding: 10px;
}

input{
    width: 100%;
height: 30px;
margin-top: 5px;
border: 1px solid #999;
border-radius: 3px;
	margin-right:20px;
}	

input[type=button]{
  background-color: #FBBD34;
border: 1px solid white;
font-family: 'Fauna One', serif;
font-Weight: bold;
font-size: 12px;
color: white;
width: 100px;
margin-left: 150px;
margin-top: 20px;
}
textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    resize:none;
	margin-right:20px;
}
span{
    color:red
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
    font-size:14px;
    color:green;
    text-align:center;
}
#contactcontainer{
width: 90%;
position: relative;
float: left;
padding-left: 20px;
padding-right: 20px;}
#contactleft{
width:25%;
float:left;margin-top: 13px;}
#contactright{
width:75%;
float:left;}
#mandatory{margin-top:20px;margin-top: 20px;
float: left;
margin-left: 20px;}