/*input {
      display: block;
      margin: 0 0 10px;
      border: 1px solid #666;
      color:#333333;
	  font-weight:bold;
    }
  
    select {
      display: block;
      height:32px;
	  width: 298px;
	  
    }
    select.replaced {
      display: none;
    }
    ul.selectReplacement {
      background: url(../IMG/select/top.jpg) top left no-repeat;
      margin: 0;
      padding: 0;
      height:32px;
      width: 298px;
	  color:#333333;
	  font-weight:bold;
    }
    ul.selectReplacement li {
      /*background: #cf5a5a;*/
	  /*background:#FFFFFF;
      color: #666666;
      cursor: pointer;
      display: none;
      font-size: 11px;
      line-height: 1.7em;
      list-style: none;
      margin: 0;
      padding: 6px 15px;
      width: 298px;
    }
    ul.selectOpen li {
      display: block;
    }
    ul.selectReplacement li.selected {
      background: url(IMG/select/bottom.gif) bottom left no-repeat;
      color: #666666;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #333333;
	  color:#FFFFFF;
	  font-weight:bold;
      display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
     /* background: #9e0000;*/
     /*body * {
	margin: 0;
	padding: 0;
}
#full {
	position: relative;
	width: 65%;
	margin: 0 auto;
	text-align: left;
} color:#FFFFFF;
	  }*/