.maindiv
{
    text-align: center;
    margin:auto;
    margin-left: auto;
    margin-right: auto;
    width:360px;
    height:500px;
    background:#fff;
    padding:20px;
    font-size:14px;
}

.wrapper
{
    width: 400px;
    padding: 20px;
}

.title
{
    width:350px;
    height:70px;
    text-shadow:2px 2px 2px #cfcfcf;
    font-size:16px;
}

.form_div
{
    width:70%;
    float:left;
    margin: 5px;
}

.form_h2
{
    text-shadow:2px 2px 2px #cfcfcf;
    text-align:center;
}

.input
{
    width:100%;
    height:30px;
    border-radius:2px;
    box-shadow:0 0 1px 2px #123456;
    margin-top:10px;
    padding:7px;
    border:none;
    margin-bottom:20px;
    body {text-align: center;}
}

.submit
{
    color:#fff;
    border-radius:3px;
    background:#336699;
    padding:5px;
    margin-top:40px;
    border:none;
    width:70%;
    height:30px;
    box-shadow:0 0 1px 2px #123456;
    font-size:18px;
}

.button
{
    color:#fff;
    border-radius:3px;
    background:#336699;
    padding:5px;
    margin-top:40px;
    border:none;
    width:70%;
    height:30px;
    box-shadow:0 0 1px 2px #123456;
    font-size:18px;
}

.div_fejl
{
    color:red;
    text-align:center;
}

body
{
    font: 14px sans-serif;
}

form.form {}

form
{
    border:1px dashed #aaa;
    padding:10px 30px 40px;
    background-color:#f0f8ff;
}

textarea
{
    width:100%;
    height:60px;
    border-radius:1px;
    box-shadow:0 0 1px 2px #123456;
    margin-top:10px;
    padding:7px;
    border:none;
}

p
{
    width:320px;
    color:green;
    text-align:center;
}

span
{
    color:red;
    text-align:center;
}
