﻿div.autocomplete {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:400px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.combo /* look&fell of scriptaculous select box*/
{
/*
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
*/
  width : 200px; 
  text-align:left; 
  background: url('images/bgselect.gif') right;
  background-repeat: no-repeat;
  height:18px;
  cursor: pointer;
  border:1px solid black;
  color: black;
}

#paymentform input, #ePay input {
  border: 1px solid black;
  width: 184px;
  margin-bottom: 2px;
}

#paymentform textarea {
  border: 1px solid black;
  width: 184px;
  margin-bottom: 2px;
}

#paymentform input.checkbox {
  border: 0;
  width: auto;
  margin-bottom: 2px;
}

#paymentform input.smallinput {
  width: 50px;
  margin-right: 3px;
}

#paymentform input.midinput {
  border: 1px solid black;
  width: 127px;
}

#paymentform .submitbutton, #ePay .submitbutton {
  background-color: #dc931a;
  width: 200px;
  margin-top: 10px;
}

#paymentform .headercell {
  width: 300px;
  padding-top: 10px;
}

#paymentform .notice {
  margin: 0 4px 0 0;
  text-align: right;
}

#paymentform .error {
  font-weight: bold;
  color: red;
}

.errordiv {
  padding-bottom: 10px;
  font-weight: bold;
  color: red;   
}