/* inputs */
.input {
	border-style: solid;
	border-width: 1px;
	height:16;
	color:#FFFFCC;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right top;
	border-color: #FFFF99;
	width: 150px;
  }
.input a:hover{
	color:#911B13;
	background-color: #FFFF99;
	border-style: outset;
  }  
.checkbox {
  border-style: solid; 
  border-color: #000099; 
  border-width: 0px; 
  height:16; 
  color:#330066;
  }
.textarea {
  font-family : arial, verdana, sans-serif;
  font-size : 11px;
  color: #000000;
  background-color: #ffffff;
  border: 1px inset #94c0de;
  }
select.proptype {
  border-style: solid; 
  border-color: #000099; 
  border-width: 1px; 
  height: 11; 
  width: 120px; 
  color: #330066;
  font-size : 11px;
  font-family : arial, verdana, sans-serif;
  background-attachment: scroll;
  background-image: url(images/xp2.gif);
  background-repeat: repeat-y;
  background-position: right top;
  }
select.curr {
  BORDER-RIGHT: #31337f 1px solid; 
  BORDER-TOP: #31337f 1px solid; 
  BORDER-LEFT: #31337f 1px solid; 
  BORDER-BOTTOM: #31337f 1px solid;
  FONT: 10px verdana, serif; 
  WIDTH: 60px; 
  COLOR: #31337f
  }
.button {
  font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 0 2 0 2;
	border-style: solid;
	/* border-color: #ffffff #999999 #999999 #ffffff; */
	border-color: #000099; 
	border-width: 1px;
	width:auto;
	cursor: hand;
	background: #fcde79 url("images/bgr_button.gif") repeat-x	scroll right top;
	margin: 1px;
	}
