#form-container {
background-color: #222;
padding:3% 6% 3% 3%;
}
#kontaktform {

}
.formtablecell {
width:100%;
}
.formtablecell-left {
width:100%;
}
#verificationbox {
width: 70%;
height: 35px;
margin:0 15%;
}
#verif_box {
width: 100%;
height:35px;
color:#000;
font:17px/22px 'metromedium', sans-serif;
}
.textfields, .textareas {
margin-bottom:0.5em;
font:17px/22px 'metromedium', sans-serif;
color: #000;
padding: 5px;
width: 100%;
background: #f3f3f3;
border:1px solid #000;
}
#message {
height:15vh;
}
.skicka-knapp {
font:1.5em 'metroblack', sans-serif;
color: #000;
text-decoration: none;
padding: 10px 20px;
background:#ffaa00;
border: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 10px;
text-transform:uppercase;
cursor:pointer;
margin-top:0.5em;
width:100%;
}
.skicka-knapp:hover {
color: #fff;
background:#e08000;
cursor:pointer;
}
.skicka-knapp-mobil {
display:none;
}
