/* 
    Document   : index
    Created on : 18-Dec-2009, 10:00:00
    Author     : Daniel Murphy
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/**********************************************
labels
***********************************************/
.contactlabel {
  position: absolute;
  left: 50px;
}

.navcurrent a {
  background-color: #158190;
}

.linklist a {
  color: #158190;
}

.linklist a:hover {
  background-color: #158190;
}

#title {
  top: 0px;
  font-size: 1.3em;
}

#name {
  top: 50px;
}
#email {
  top: 90px;
}
#subject {
  top: 130px;
}
#noteslabel {
  top: 170px;
}

/**********************************************
inputs
***********************************************/
.contactid {
  position: absolute;
  left: 250px;
}

#visitor {
  top: 50px;
}
#visitormail {
  top: 90px;
}
#attn {
  top: 130px;
}
#notes {
  top: 170px;
}
#send {
  top: 300px;
}

