/* CSS Document */




div.row {
  clear: both;
  padding-top: 5px;
    }

div.row span.label {
  float: left;
  padding-left:28px;
  width: 130px;
  text-align: left;

  }

div.row span.formw {
  float: right;
  width: 360px;
  text-align: left;
/*   background: #333333  */
 border-color:#00f;
border-color="red"
  } 
  

div.spacer {
  clear: both;
  }
  
  
  
  
  /* Extra Stuff */

form#contactform {font-size:1em; background:url(images/formbackground.jpg) #AAA6A6; width:470px; padding:15px; margin:0 auto; border-top:1px solid #e1e1e1; border-left:1px solid #e1e1e1; border-bottom:1px solid #999; border-right:1px solid #999;}
form#contactform fieldset {width:450px; display:block; padding:5px; font-family:verdana, sans-serif; line-height:1.5em; border:1px solid #BAB6B6}
form#contactform fieldset#addonehere, #current {font-size:.75em; color:#555; font-style:italic; margin:10px 0 0 5px;}
form#contactform fieldset#opt {font-size:.75em; color:#900; margin:15px 0 0 5px;}
form#contactform legend { border:1px solid #666; font-family: "Courier New", Courier, mono; color:#555; font-size:1.4em; font-weight:normal; font-style:normal; margin-bottom:14px; padding:3px; width:254px; background:none;}
form#contactform label {clear:left; display:block; float:left; width:140px; text-align:left; padding-right:10px; color:#fff; margin-bottom:0.5em; font-size:1em; line-height:1.5em; font-style:normal; width:}
form#contactform fieldset#personal label {clear:left; display:block; float:left; width:100px; text-align:left; padding-right:10px; color:#fff; margin-bottom:0.6em; font-size:1em; line-height:1.8em; font-style:normal;}
form#contactform input {padding:0; margin-bottom:0.8em;}
form#contactform input:hover { background:#051844; color:#fff;}
form#contactform input:focus { background:#ff; border:2px inherit;}
form#contactform fieldset#personal input {border:1px dotted #e1e1e1; background:#fff; padding-left:0.5em; margin-bottom:1em;}
form#contactform select {margin-left:0.5em; border:1px solid thick;}
form#contactform textarea { background:url(images/dlbtextbg.gif); width:425px; height:12em; border:1px solid #e1e1e1; padding:5px; margin:-8px 0 0 0; overflow:auto;}
form#contactform textarea:hover { background:#051844; color:#fff;}
form#contactform textarea:focus { background:#ff; border:2px inherit;}
form#contactform option {background:#fff; color:#990033;}
form#contactform optgroup {background:#fff; color:#666; font-family: Verdana, Arial, Helvetica, sans-serif;}
form#contactform optgroup option {background:#fff; color:#990033;}
form#contactform #button1, form#contactform #button2 { background:#001510; border-bottom:1px solid #333; border-left:1px solid #999; border-top:1px solid #999; border-right:1px solid #333; color:#fff; padding-right:0.5em; cursor:pointer; width:275px; margin-left:12px;}
form#contactform #button2 { width:140px; }
form#contactform #button1:hover, form#contactform #button2:hover {background:#051844;}