fieldset {
	margin-bottom: 1em;
    border: none;
}

input {
    float: left;
    height: 18px;
    margin: 0 5px 5px 0;
    padding: 0 0 0 2px;
    width: 140px;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #C0C0C0;
    width:12.25em;
}

input[type=radio] {
    width: auto;
}

input.right {
    float: right;
}

form p {
    clear: left;
}

.button {
    background: #01751f url(../gfx/btn.png) repeat-x 0px 0px;
    border: 2px solid #01751f;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 22px;
    padding: 0 0 2px 0;
    width: auto !important;
    text-align: center;
}

.button:active {
    background-position: 0px -20px;
}

.btn_small {
    background: url(../gfx/btn_small.png) no-repeat top left;
    border: none !important;
    height: 20px !important;
    width: 54px !important;
    padding: 0 0 0.2em;
}

.btn_medium {
    background: url(../gfx/btn_medium.png) no-repeat top left;
    border: none !important;
    height: 20px !important;
    width: 82px !important;
    padding: 0 0 0.2em !important;
}


.btn_large {
    background: url(../gfx/btn_large.png) no-repeat top left;
    border: none !important;
    height: 20px !important;
    width: 128px !important;
    padding: 0 0 0.2em !important;
}

/**
 * forms
 */
.iForm label {
  clear: left;
  color: #fff;
  display: block;
  float: left;
  margin-bottom: 0.5em;
  padding-right: 5px;
  text-align: right;
  width: 180px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
}

.iForm input {
  margin-bottom:0.6em;
  padding-left:0.25em;
  width: 320px;
  font-size: 12px;
}

.iForm select.sel_sal {
  width: 90px;
}

.iForm input.inp_fn {
  width: 225px;
}

.iForm input.inp_zip {
  width: 80px;
}

.iForm input.inp_city {
  width: 230px;
}



.iForm select {
    line-height: 18px;
    float: left;
    height: 18px;
    margin: 0 5px 5px 0;
    padding: 0 0 0 2px;
    width: 325px;
    margin-bottom: 0.6em;
    font-size: 12px;
}

.iForm textarea {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  margin-bottom:0.6em;
  padding-left: 0.25em;
  padding-top: 0.125em;
  width: 320px;
  height: 150px;
}

.iForm fieldset {
    background-color: #6e747b;
    width: 570px;
    padding:  10px 0px 10px 10px;
    margin: 0;
    position: relative;
}

.iForm fieldset legend {
  color: #666666;
  font-size:11px;
  font-weight:bold;
  margin-bottom:5px;
  padding:3px;
  width:254px;
}

.iForm p {
     font-size: 11px;
     margin: 10px 0 10px 0;
}


.iForm p.error, .iForm p.warning, .iForm p.success, .iForm p.message {
  padding: 5px;
  margin: 0 0 10px 0;
  font-weight: bold;
  width: 566px;
}

.iForm p.error {
  color: #800000;
  background-color: #e5c3c3;
  border: 2px solid #db8484;
}

.iForm p.warning {
  
  color: #808000;
  background-color: #e5e5c3;
  border: 2px solid #dbdb84;
  
}

.iForm p.success {
  
  color: #008000;
  background-color: #c3e5c3;
  border: 2px solid #84db84;
  
}

.iForm p.message {
  
  color: #000080;
  background-color: #c3c3e5;
  border: 2px solid #8484db;
  
}

.iForm .product {
    position: relative;
    color: #fff;
    float: left;
    margin-bottom: .5em;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
}

.iForm br {
    clear: left;
}

input.smbtn {
   background-color: #007934;
   border: 1px solid #007934;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   font-size: 12px;
   font-weight: bold;
   height: 22px;
   margin: 0;
   padding: 0px 6px;
   position: relative;
   text-decoration: none;
   width: auto;
}

input.smbtn {
   width: auto;
   padding: 1px 12px;
}

input.smbtn:focus {
    outline: none;
}


