/* 
   The breakdown:
   1.PAGE STRUCTURE
   2.HEADER
   3.FOOTER
   4.HEADINGS
   5.TEXT STYLES
   6.NAVIGATION
   7.EXTRAS
*/

/* -----------------------------------*/
/* ------->>> PAGE STRUCTURE <<<------*/
/* -----------------------------------*/
.wrapper {
  background: url(/lib/img/bgContactPage.jpg) right 15px no-repeat;
  height: 565px;
}

.content {
  width: 310px;
  left: 90px;
}

input, textarea {
  width: 145px;
  border: 1px solid #CCC;
  margin-bottom:9px;
}

fieldset {
  border: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float:left;
  clear:both;
}

fieldset label {
  width: 60px;
  text-align: right;
  float: left;
  padding-right: 5px;
  font-weight: normal;
  color: #999;
  font-size: 11px
  
}

fieldset input {
  float:left;
  
}

li, ul, span-1 {
  margin:0;
  padding:0;
  list-style: none;
}

textarea {
  height: 110px;
  margin: 0px;
  margin-bottom: 15px;
}


/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

.span-1 h5 {
  display:none;
}

#lblFirstName {
  width: 56px;
  background: url(/lib/img/lblFirst.gif) no-repeat;
  margin:0;
}

#lblLastName {
  width: 56px;
  background: url(/lib/img/lblLast.gif) no-repeat;
  margin:0;
}

#lblCompany {
  width: 56px;
  background: url(/lib/img/lblCompany.gif) no-repeat;
  margin:0;
}

#lblEmail {
  width: 56px;
  background: url(/lib/img/lblEmail.gif) no-repeat;
  margin:0;
}
#lblTel {
  width: 56px;
  background: url(/lib/img/lblTel.gif) no-repeat;
  margin:0;
}
#lblComments {
  width: 56px;
  background: url(/lib/img/lblComments.gif) no-repeat;
  margin:0;
}




#lblLastName {
  width: 56px;
  background: url(/lib/img/lblLast.gif) no-repeat;
  margin:0;
}





.btn_holder {
position:relative;
}

.btn_holder div {
text-align:right;
width:201px;
left:183px;
position:relative;
}


.btn_holder input, #btnSend {
border:none;
width:36px;
height: 15px;
}





/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* -------->>> HEADINGS <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------->>> TEXT STYLES <<<---------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------->>> NAVIGATION <<<----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

