@charset "utf-8";
/* forms */
     
.in {
 border:1px solid #adacab;
 color:#666666;
}

.bt {
 border: 1px solid #999999;
 background-color: #FFFFFF;
 color: #333333;
 font-size:8pt;
 font-weight: bold;
}

/* helpfull */  

label.req, span.req
{
 color:#ff0000;
}

input.req
{
 background-color:#ffffaa;
}

#message {
width: 275px;
height: 100px;
 font-size:10pt;
 font-family: Arial, Helvetica, sans-serif;
}

#search-form {
  padding:15px;
}
.sbutton {
  width:21px;
  height:21px;
  background:url('../_img/search.jpg') transparent no-repeat center center;
  border:none;
}
.srch {
	border:#ACCDFF 1px solid;
	width:150px;
}
