body {
  font-family: Arial, Sans-Serif;
  color: #505050;
  background-image:url("http://www.blogglotto.se/images/back.png");
  background-repeat: repeat;
  text-align: center;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
}

h1, h1 a, h1 a:hover {
  font-weight: bold;
  font-size: 40px;
  margin-top: 10px;
  margin-left: 35px;
  text-decoration: none;
  color: #505050;
}

a {text-decoration: none; color: #404040;}
a:hover { text-decoration: underline; }
img {border: none;}
* {padding: 0px; margin: 0px;}
p {text-align: justify; font-size: 16px;}
blockquote {padding: 20px; font-style: italic;}

#winner_box {background: #FCFCFC; border: 1px solid #E0E0E0; text-align: center; margin: 20px 30px 0px 30px; color: #469B00; font-weight: bold; font-size: 16px; padding: 20px;}
#submitted_box {background: #FCFCFC; border: 1px solid #E0E0E0; text-align: center; margin: 20px 30px 0px 30px; color: #469B00; font-weight: bold; font-size: 16px; padding: 20px;}
#header {background: url(header.png);}
#main {background: url(bg.png); padding-top: 1px; width: 100%;}
#footer {background: url(foot.png); border: none;}
#page {margin: 20px auto; text-align: left; width: 900px;}
#header {height: 80px; width: 900px;}
#headerimg {position: relative; margin-left: 30px; padding-top: 18px; background: url(logo.jpg) 0px 20px no-repeat; height: 100px;}



.post {
  text-align: justify;
  padding: 5px 15px;
  margin: 10px 20px 0px 20px;
  background: #fafafa;
  border: 1px solid #eee;
  clear: both;
}

#footer {
  margin: 0 auto;
  width: 900px;
  height: 68px;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 12px;
}

.pages {
  display: inline;
  padding: .6em 0;
  width: 100%;
}

.pages li {
  display: inline;
  margin: 0 1em;
}

.pages a, .pages a:hover {
  font-weight: normal;
  color: #FEFEFE;
}

input {border: 1px solid #C0C0C0;}
input.inputbutton {background: #D0D0D0 url(gradient2.png) 0 0 repeat-x; width: 160px; font-size: 16px; font-weight: bold; color: #00469B;}
input.inputbutton:hover {background: #E0E0E0 url(gradient1.png) 0 0 repeat-x;}

/* form.css - styling for the forms */

#formcontainer {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

#formcontainer label {
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 300px;
    margin-top: 20px;
    color: #00469B;
    margin-left: 140px;
    }

#formcontainer .errorlabel {
    color: red;
    }

#formcontainer input.text {
    font-size: 22px;
    font-weight: bold;
    width: 500px;
    margin-left: 140px;
    color: #666666;
    }

#formcontainer .submitbutton {
    font-size: 12px;
    font-weight: normal;
    width: 170px;
    }

#formcontainer .help {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 490px;
    float:left;
    margin-top: 0px;
    margin-left: 150px;
    margin-bottom: 0px;
    color: #666666;
    }

#submit {
    clear: both;
    padding-top: 20px;
    text-align: center;
    }

#spinner {
    padding-top: 20px;
    text-align: center;
}

/* Styling for the result section */
#result {
    clear: both;
    padding-top: 15px;
    text-align: center;
	    }

#result h1 {
    background-image: none;
    padding: 20px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    color: #00469B;
    height: 20px;
    }

#result p {
    font-size: 20px;
    font-weight: bold;
    color: #00469B;
    padding: 0px 170px;
    margin: 0px;
    bbbackground-color: #666666;
    width: 170px;
    }

#result .help {
    background-color: #ffffff;
    width: 510px;
    margin: 0px 20px 0px;
    padding: 0px;
    color: #666666;
    }

/* Styling for the flash messages */
.flash {
    clear: both;
    background-image:url(error.jpg);
    background-repeat: no-repeat;
    background-color: #FFFF99;
    color: #00469B;
    font-size: 16px;
    line-height: 1.4;
    font-family: "helvetica neue", arial; sans-serif;
    padding: 0px 0 0px 25px;
    width: 500px;
    text-align: left;
}

#info {margin: 20px 40px 0px 40px;}
