@import url("http://fonts.googleapis.com/css?family=Raleway");
input{
width:95%;
margin-bottom:20px;
padding:5px;
height:25px;
box-shadow: 1px 1px 1px 1px gray;
border-radius:3px;
}
select{
width:105%;
height:40px;
margin-bottom:40px;
margin-top:10px;
padding:5px;
box-shadow: 1px 1px 1px 1px gray;
border-radius:3px;
}
button{
width:100%;
height:45px;
border-radius:3px;
background-color: #1bb4af;
color:white;
font-family: 'Raleway', sans-serif;
font-size:18px;
}
button#popup{
height:30px;
width:150px;
border-radius:3px;
background-color: #1bb4af;
color:white;
font-family: 'Raleway', sans-serif;
font-size:18px;
}
div#popupContact{
position: absolute; 
display: none;
height:480px; 
width:220px; 
padding:20px 30px 20px 15px; 
background-color:#f3f3f3; 
border-radius:3px; 
font-family: 'Raleway', sans-serif;
} 
.title{
width:50%;
} #formget{
float:right;
margin-top:20px;
margin-right:50px;
}