/* position */	
div#window {
  background: 
    url(../img/bg_order.jpg);
  height:
    450px;
}

div#in {
  top:
    75px;
  left:
    250px;
  position:
    absolute;
  text-align:
    left;
  padding:
    0 50px 0 0;
  font-family:
    "Myriad Pro", sans-serif;
  font-size: 
    14px;
}

div#cat {
  top:
    220px;
  left:
    10px;
}

span#etsy {
  color:
    blue;
  font-size: 
    16px;
  text-decoration:
    underline;
}

a:hover {
  color:
    blue;
  font-weight:
    bold;
  font-size: 
    16px;
  text-decoration:
    underline;
}

#copy { 
  top: 
    345px; 
  left: 
    83px;
}

