@charset "utf-8";/** RESET **/
html,body,h1,h2,h3,h4,h5,h6,p,img,form,fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  background: #fff url(../images/images_coles2/bg.jpg) repeat-x;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
}
h1,h2,h3 {
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
a img {
  border: 0;
}

/** LAYOUT @author:R.B.Fonbuena **/
#wrapper {
  width: 900px;
  margin: 0 auto;
}

/** HEADER **/
#header {
  height: 110px;
}
#header h1 {
  padding-top: 10px;
  text-align: center;
  height: 110px;
}

/** CONTENT **/
#container {
  padding: 0 20px;
}
#content {
  font-size: 13px;
  width: 520px;
  padding-top: 340px;
  background: url('../images/images_coles2/wintext.jpg') no-repeat;
}
#winner-pic {
  float: left;
  width: 222px;
  margin-right: 10px;
}

/** SIGNUP FORM **/
#signup-box {
  float: right;
  width: 320px;
}
#form-top {
  height: 90px;
  background: url(../images/images_coles2/formbg-top.png) no-repeat;
}
#form-bot {
  height: 20px;
  background: #ffcc99 url(../images/images_coles2/formbg-bot.png) no-repeat;
}
#signup-box form {
  padding: 10px 30px;
  background: #ffcc99 url(../images/images_coles2/formbg-mid.png) repeat-y;
}
#signup-box .field {
  clear: both;
  margin-bottom: 10px;
}
#signup-box label {
  display: block;
  margin-bottom: 2px;
}
#signup-box input.text,
#signup-box select.select {
  font-size: 18px;
  border: 1px solid #888;
  /*background: #fff url(../images/images_coles2/inputbg.png) repeat-x;*/
  width: 256px;
  padding: 2px;
  height: 30px;
}
#signup-box input.checkbox {
  margin-right: 5px;
}
#signup-box a {
  color: #cc0000;
}
#signup-box .agreement {
  text-align: center;
  font-size: 13px;
}
#signup-box .button {
  text-align: center;
}
#form_errors {
  margin-bottom: 10px;
  color: #c00;
  font-size: 12px;
}

/** FOOTER **/
#footer {
  clear: both;
  margin: 20px auto;
  text-align: center;
  font-size: 12px;
  color: #888;
}
#footer a {
  color: #3399ff;
}

/** COREG CSS **/
#coreg_wrapper {
  margin:10px 0;
  font-size:12px;
}
#coreg_wrapper .set7 {
  margin-top:10px;
  padding:10px;
  background-color: #ffd9b2;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
#coreg_wrapper .checkbox {
  margin:0 4px 0 0;
  display:block;
  float:left;
}
#coreg_wrapper .terms {
  margin-left:24px;
}
#coreg_wrapper .set1 {
  margin:10px 0 10px 24px;
}
#coreg_wrapper br {
  display:none;
}
.bginput1 input,
.bginput1 select {
  width:180px;
  border:1px solid #888;
  padding:2px;
}

/** CLASSES **/
.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fineprint {
  font-size: 12px;
  margin: 0;
  padding-bottom: 12px;
  text-align: center
}
.alignleft {
  float: left;
  display: inline;
}
.alignright {
  float: right;
  display: inline;
}
.copy {
  font-size: 11px;
  color: #ccc;
}

