/* general */
* {
  margin:0px; padding:0px; border:0px;
}
.creme { color:#e3ac55; }
.white { color:#fff; }
.dark_red {color:#bb173f; }
.active {color:#bb173f; }
.caps { text-transform:uppercase; }

a { color:#fff; text-decoration:none;}
a:link { color:#fff; text-decoration:none;}
a:visited { color:#fff; text-decoration:none;}
a:hover{ color:#e3ac55; text-decoration:underline;}
a :active{ color:#fff; text-decoration:none;}

div#lbox { background:url(../images/bg_light.jpg) no-repeat top center; }
div#lbox p { line-height:30px; }

h1 { font-weight:normal; margin:5px 0;}

h4 {
  background:#bb103a; width:570px; height:18px;
  text-align:left; font-size:12px; margin:5px auto 1px auto; padding:4px 10px;
}
  
div#lbox input {
  border:1px solid #d2d2d2; color:#747474; font-size:12px;
  padding:4px; height:26px; margin-right:10px; width:157px;
}  

div#lbox #lbutton {
  background:url(../images/bg_button_send.jpg) repeat-x 0 0;
  width:134px; height:34px; color:#fff; text-transform:uppercase;
}

.warning { margin-top:30px; font-size:0.6em; color:#ccc; }
#lbox .ch { margin-top:30px; font-size:0.9em; color:#BB173F; }
.form-error { margin-top:10px; color:#f00; font-size:1.1em; }


