p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

a {
    color: #99CCFF;
    text-decoration: underline;
}

    a:hover {
        color: #FFFF00;
        text-decoration: none;
    }

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #AA0000;
}

.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #CCCCCC;
}

.highlight {
    color: #FFFFFF;
    font-weight: bold;
}

.note {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCCCCC;
}

/*Wurm online pagina*/
body {
    background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

div.wrapper {
    display: block;
    width: 940px;
    ;
    min-height: 100%;
    margin: 0 auto;
}

div.header {
    height: 95px;
    background-color: #000000;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #303030 0%, #050505 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #303030 0%, #050505 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #303030 0%, #050505 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303030), color-stop(1, #050505));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #303030 0%, #050505 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #303030 0%, #050505 100%);
}

div.line {
    display: block;
    height: 5px;
    border: 1px solid black;
    background-color: #A8A8A8;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #A8A8A8 0%, #1D1D1D 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #A8A8A8 0%, #1D1D1D 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #A8A8A8 0%, #1D1D1D 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A8A8A8), color-stop(1, #1D1D1D));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #A8A8A8 0%, #1D1D1D 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #A8A8A8 0%, #1D1D1D 100%);
}

div.subjectBlock {
    height: 375px;
    padding: 10px;
    background-color: #720000;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(left top, circle farthest-corner, #720000 0%, #330000 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(left top, circle farthest-corner, #720000 0%, #330000 100%);
    /* Opera */
    background-image: -o-radial-gradient(left top, circle farthest-corner, #720000 0%, #330000 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, left top, 0, left top, 1012, color-stop(0, #720000), color-stop(1, #330000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(left top, circle farthest-corner, #720000 0%, #330000 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-corner at left top, #720000 0%, #330000 100%);
}

img {
    border: none;
}

    img.header {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

.frm_payment {
    display: inline-block;
    width: 225px;
}

.right {
    display: inline-block;
    float: right;
}

div.subjectBlock img.pendant {
    display: inline-block;
    float: center;
    width: 225px;
    height: 300px;
    border: 10px solid #000000;
}

#model {
    display: block;
    padding: 10px 10px;
    width: 200px;
    height: 194px;
}

div.textBlock {
    display: block;
    float: center;
    height: auto;
    padding: 20px 100px;
    background-color: #464646;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(left top, circle farthest-corner, #464646 0%, #262626 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(left top, circle farthest-corner, #464646 0%, #262626 100%);
    /* Opera */
    background-image: -o-radial-gradient(left top, circle farthest-corner, #464646 0%, #262626 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, left top, 0, left top, 1012, color-stop(0, #464646), color-stop(1, #262626));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(left top, circle farthest-corner, #464646 0%, #262626 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-corner at left top, #464646 0%, #262626 100%);
}

h1 {
    margin: 0px;
}

div.footer {
    height: 56px;
}

form {
    height: 60px;
}
