body {
    background: url(../images/bg.png);
    font-family: 'Helvectica', 'Arial';
    font-size: 12px;
    color: #ccc;
    word-spacing: 2px;
    line-height: 16px;
}

a {
    color: rgb(41,123,41);
}

h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    margin: 0 0 13px 0;
    line-height: 26px;
}

p {
    margin: 0 0 15px 0;
}

ul {
    
}

ul li {
    margin: 0 0 8px 0;
    font-size: 12px;
}

label {
    font-size: 13px;
}

.box {
    margin: 20px;
}

.success {
    border: 2px solid rgb(41,92,41);
    padding: 10px;
    margin: 10px 0;
}

.logo {
    background: url(../images/logo.png) no-repeat top left;
    width: 140px; height: 104px;
}

#content-block {
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background: rgb(41,41,41);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(31,31,31)),
        color-stop(1, rgb(51,51,51))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(31,31,31) 0%,
        rgb(51,51,51) 100%
    );
    -moz-box-shadow: 3px 4px 10px #000;
    -webkit-box-shadow: 3px 3px 10px #000;
}

#footer {
    color: #333;
}

#footer a {
    color: #222;
}

#registration table th,td {
    text-align: left;
    vertical-align: middle;
    padding: 2px;
}

input[type=text] {
    width: 180px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,255,255)),
        color-stop(1, rgb(210,210,210))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(255,255,255) 0%,
        rgb(210,210,210) 100%,
    );
}

input[type=submit] {
    margin: 15px 0 0 0;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #114411;
    background: rgb(41,123,41);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(41,92,41)),
        color-stop(1, rgb(41,143,41))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(41,92,41) 0%,
        rgb(41,143,41) 100%
    );
}

input[type=submit]:hover {
    background: rgb(41,103,41);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(31,82,31)),
        color-stop(1, rgb(31,133,31))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(31,82,31) 0%,
        rgb(31,133,31) 100%
    );
}

#flickr_badge_uber_wrapper {text-align:center; width:300px;}
#flickr_badge_wrapper {padding:0; overflow: hidden;}
.flickr_badge_image {margin:5px 13px 0px 0px; float: left;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}