@import url("/styles.css");

h2 {
  font:bold 14px tahoma,arial;
  background:#EEE;
  margin:0 0 10px 0;
  color:#999;
  border:solid #666 1px;
  padding:5px;}
  
#form {
  width:400px;}
  
*.info {
  font:bold 10px tahoma,arial;
  color:#666;
  width:1%;}
  
textarea, input {
  width:100%;}
  
textarea{
  background:url(../images/detailBack.gif) no-repeat bottom right;
  border:solid #A5ACB2 1px;;}
  
*.button {
  font:bold 10px tahoma,arial;
  padding-bottom:1px;
  color:#666;
  width:75px;
  border:solid #666 1px;
  background:#EEE;}