body {
    margin:10px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #FFFFFF;
    color:#000000;
}

a:link {
    color:#000000;
}

a:visited {
    color: #333333;
}

.mainbody {
    margin: 20px auto;
    text-align:center;
    width:810px;
    border: 1px solid #D0D0D0;
    -moz-box-shadow: 0 0 10px 5px #E0E0E0;
    -webkit-box-shadow: 0 0 10px 5px #E0E0E0;
    box-shadow: 0 0 10px 5px #E0E0E0;
}

img {
    border:none;
}

.introdate {
    font-size: 15px;
    font-weight:bold;
    color: #117b3e;
    text-align: center;
}

.introtext {
     font-weight:bold;
     margin-bottom:20px;
}

h1 {
    font-size: 24px;
    margin:20px;
    color: red;
    text-align: center;
}
h2 {
    font-size: 16px;
    color:green;
    text-align: left;
    margin-left:30px;
    margin-bottom: 5px;
}

#formblock {
    font-size: 18px;
    font-weight: bold;
    color: #117b3e;
    margin-right: 180px;
    padding: 0;
    text-align: right;
}

.fields {
    margin:3px;
}

#required {
    font-size: 10px;
    margin-bottom: 20px;
}

#organizers {
    font-size: 10px;
    color: #117b3e;
    margin: 30px;
    text-align: left;
}

.register {
    position: absolute;
    display:block;
    left:50%;
    top:100px;
    margin-left:-75px;
    padding: 5px;
    width: 150px;
    background-color: #DDE9DC;
    font-weight: bold;
    font-size: 16px;
    border-radius:50px;
    -moz-border-radius:50px;
    box-shadow: 0 0 6px 1px #000000, inset 0 0 10px 2px #dd4833;
    -moz-box-shadow: 0 0 6px 1px #000000, inset 0 0 10px 2px #dd4833;
    -webkit-box-shadow: 0 0 6px 1px #000000, inset 0 0 10px 2px #dd4833;
}
.register a {
    text-decoration: none;
}
