﻿@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#form{
    border : 1px solid #999999;
    border-radius:2px;
    padding:20px 30px;
    box-shadow:2px 2px 2px #4f4f4f;
    -webkit-box-shadow:2px 2px 2px #4f4f4f;
    font-size:14px;
    font-weight:bold;
    width:350px;
    margin:20px 250px 0 35px;
    float:left;

}

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: 'Fauna One', serif;
    font-Weight:bold;
    font-size:18px;
    color:white;
}
textarea{
    width:94%;
    height:142px;
    margin-top:5px;
    border:1px solid #999;
    border-radius:3px;
    padding:5px;
    resize:none;
}

#note{
color:black;
font-Weight:400;
}
#returnmessage{
    font-size:14px;
    color:green;
    text-align:center;
}

.submit, .reset{
  background-color:#123456;
    font-size:18px;
    color:white;

 width: 45%;
 height: 35px;
 border: 1px solid #808080;
margin-top: 20px;
 padding: 0;

}

