* {
    outline: none;
    border: none;
    margin: 0px;
    padding: 0px;
    font-family: Courier, monospace;
}

body {
    background: #333 url(../img/inflicted.png) repeat;
}

.clear {
    clear: both;
}

#paper {
    color: #FFF;
    font-size: 20px;
}

#margin {
    margin-left: 12px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#text {
    width: 500px;
    overflow: hidden;
    background-color: #FFF;
    color: #222;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 24px;
    resize: none;
    line-height: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 45px;
    padding-bottom: 34px;
    background-image: url(../img/lines.png), url(../img/paper.png);
    background-repeat: repeat-y, repeat;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

#title {
    background-color: transparent;
    border-bottom: 3px solid #FFF;
    color: #FFF;
    font-size: 20px;
    font-family: Courier, monospace;
    height: 28px;
    font-weight: bold;
    width: 220px;
}

#password {
    background-color: transparent;
    border-bottom: 3px solid #FFF;
    color: #FFF;
    font-size: 20px;
    font-family: Courier, monospace;
    height: 28px;
    font-weight: bold;
    width: 220px;
}

#button {
    cursor: pointer;
    margin-top: 20px;
    float: right;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    text-shadow: 0px -1px 0px #000000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-top: 1px solid #FFF;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    background-color: #62add6;
    background-image: url(../img/button.png);
    background-repeat: repeat-x;
}

#button:active {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#button:focus {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#wrapper {
    width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 100px;
}

.Header {
    padding: 10px;
    background-color: #192227;
    color: #fff;
    font-size: 1.5em;
}

.TitleBox {
    padding: 10px;
    color: #fff;
}

.MessageBox {
    background-color: #ffdd67;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}

.FormInput {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffdd67;
    border: none;
}