/** 
 * Win a Mini
 *
 * Copyright Brandforce Marketing
 * 
 * 27/03/07
 */

html,body {
    margin: 0;
    padding: 0;
    background-color: #BACCE4;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.86em;
    color: #FFFFFF;
}

table, td, th {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

td, th {
   text-align: left; 
}

th {
    padding-right: 5px;
}

p {
    margin: 0px;
    padding-bottom: 5px;
}

h1 {
    font-size: 1.0em;
    color: #FEF200;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

h2 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size : 24px;
    color: #FFFFFF;
}

ol {
    padding-left: 0px;
    padding-right: 2px;
    margin-left: 20px;
}

ol li {
    margin-left: 0px;
    list-style: decimal;
}

#outertable {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#outertable td {
    vertical-align: top;
    text-align: center;
}

#outertable td table td {
    text-align: left;
}

#outertable td table {
    border-collapse: collapse;
}

div {
    border: 0px solid #000000;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

a {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}

a.none {
    text-decoration: none;
    color: #363636;
    font-weight: normal;
}

a.none:hover {
    text-decoration: underline;
}

p { font-size: 0.9em; line-height: 1.5em;  }

ul {
    margin: 0px;
    padding-left: 0px;
    margin-left: 15px;
}

li {
    list-style: square;
    margin: 0px;
	font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 0.33em;
    margin-left: 5px;
}

hr {
    height: 1px;
    border: 0px solid #FFFFFF;
    background-color: #BACCE4;
}

img {
    border: 0;
}


/* Start area positioning */

div.container {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 579px;
    height: 502px;
}

div.header {
    width: 579px;
    height: 162px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/WINAMINI_headerback.gif);
    background-repeat: repeat-y;
}

div.body {
    width: 579px;
    height: 502px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

div.content, div.content2 {
    background-image: url(../images/WINAMINI_body.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 509px;
    height: 340px;
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    padding-right: 35px;
}

div.content2 {
    background-image: url(../images/WINAMINI_body2.gif);
}

div.footer {
    width: 579px;
    margin: 0px;
    margin-top: -10px;
}

/* End area positioning */

a.help {
    position: absolute;
    left: 500px;
    top: 184px;
}

input.email, input.code {
    background-image: url(../images/WINAMINI_email.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 237px;
    height: 39px;
    border: 0px;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 1.0em;
    color: #363636;
}

div.email, div.code {
    z-index: 60;
    position: absolute;
    left: 50px;
    top: 230px;
    text-align: right;
    color: #FFFFFF;
    width: 237px;
}

div.code {
    top: 320px;
}

div.email div.title, div.code div.title {
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

.entryerror {
    position: absolute;
    top: 220px;
    left: 300px;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    z-index: 80;
}

img.downarrow {
    position: absolute;
    top: 343px;
    left: 400px;
}

div.question p {
    padding-right: 20px;
}

a.bottomlink {
    font-size: 1.0em;
    text-decoration: none;
    position: absolute;
    right: 108px;
    top: 438px;
    color: #4C2E90;
}

a.bottomgraphic {
    position: absolute;
    right: 79px;
    top: 428px;
    margin: 0px;
    padding: 0px;    
}

div.bodytext {
    z-index: 50;
    overflow: auto;
    height: 235px;
    width: 489px;
    position: relative;
    top: 20px;
    padding: 0px 10px 0px 10px;
}

a.logo {
    
}

h1 {
    text-align: left;
    font-size: 1.0em;
}

h2 {
    font-size: 1.0em;
	margin:0px;
}

.error {
    text-align: right;
    font-weight: bold;
    font-size: 1.0em;
}

div.footer p {
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
    color: #FFFFFF;
    padding-right: 50px;
}

/* End footer classes */