#form-container {
background-color: #222;
padding:5% 10% 5% 5%;
}
#kontaktform {

}
.formtablecell {
text-align:right;
width:70%;
margin-left:30%
}
.formtablecell-left {
float:left;
width:26%;
text-align:right;
}
#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:20px/20px '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;
}
.skicka-knapp:hover {
color: #fff;
background:#e08000;
cursor:pointer;
}
.skicka-knapp-mobil {
display:none;
}
