* {
    margin: 0px 0px;
    padding: 0px 0px;
}

body {
    background: url(../images/tile.jpg) 50% 0% repeat-y;
}

#mainTop {
    width: 100%;
    height: 938px;
    background: url(../images/top.jpg) 50% 0% no-repeat;
    text-align: center;
}

#mainTopInside {
    position: relative;
    top: 410px;
    margin: 0px auto 0px auto;
    text-align: left;
    width: 630px;
    /*background: #990000;*/
}

#inputName {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 260px;
}

#inputEmail {
    position: absolute;
    left: 290px;
    top: 2px;
    width: 260px;
}

#inputTitle {
    position: absolute;
    left: 0px;
    top: 47px;
    width: 620px;
}

input {
    /*background: #909090;*/
    background: transparent;
    border: 0px;
    font-family: arial;
    font-size: 15px;
}

#textareaMemory {
    position: absolute;
    left: 0px;
    top: 91px;
    /*background: #909090;*/
    background: transparent;
    border: 0px;
    width: 620px;
    font-family: arial;
    font-size: 15px;
    line-height: 15px;
}

#captchaImage {
    position: absolute;
    left: -17px;
    top: 182px;
}

#inputCaptcha {
    position: absolute;
    left: 100px;
    top: 187px;
    width: 65px;
}

#reloadCaptcha {
    position: absolute;
    left: -17px;
    top: 215px;
}

a {
    font-family: arial;
    font-size: 12px;
    color: #363E2F;
    text-decoration: none;
}

#submitButton {
    position: absolute;
    top: 182px;
    left: 554px;
    border: 0px;
    background: transparent;
    height: 28px;
    width: 81px;
    font-size: 15px;
}

#optInBox {
    position: absolute;
    top: 15px;
    left: 585px;
    border: 0px solid #000000;
    padding: 0px 0px;
    margin: 0px 0px;
    overflow: hidden;
    width: 13px;
    height: 13px;
}

#optInlabel {
    position: absolute;
    top: -5px;
    left: 560px;
}

label {
    font-family: arial;
    font-size: 12px;
    color: #363E2F;
}

#theMessage {
    position: absolute;
    left: -17px;
    top: 245px;
}

#theMessage p {
    color: #990000;
}

#entries {
    position: absolute;
    top: 700px;
    width: 100%;
    text-align: center;
    background: url(../images/bottom.jpg) 50% 100% no-repeat;

    padding-bottom: 80px;
}

#entriesInner {
    margin: 0px auto;
    text-align: left;
    width: 630px;
}

p {
    font-family: arial;
    font-size: 14px;
    color: #1C2730;
    line-height: 18px;
}
.entryName {
    color: #485C32;
    font-weight: bold;
}

.entryTitle {
    font-weight: bold;
}


