body {
/*     background-color: #fff; */
  font-family: verdana;
  font-size: 10px;
    color: #333;
    background-color: #525552;
  	text-align: center;
    margin: 95px 0;
}
p, div, input, textarea, select {
}

#wrapper {
  font-family: verdana;
  font-size: 10px;
  background-color: #fff;
  width: 800px;
	text-align: left;
	margin: 0 auto;
}

#content_top {
  width:800px;
  height:178px;
  z-index:1;
  overflow: hidden;
  background-image: url('/img/pixit/14.jpg');
  background-color: #fff;
  height:178px;
}
#content_top .left {
  width: 460px;
  float:left;
}
#content_top .right {
  width: 120px;
  float:left;
}

#content_top a {
  text-decoration: none;
}

#content_top a.top-mailto {
  position:relative;
  top: 57px;
  left: 50px;
  padding: 2px 50px;
}
#content_top a.top-link1 {
  position:relative;
  top: 105px;
  left: 37px;
  padding: 30px 40px;
}
#content_top a.top-link2 {
  position:relative;
  top: 105px;
  left: 50px;
  padding: 30px 40px;
}
#content_top a.top-link3 {
  position:relative;
  top: 105px;
  left: 63px;
  padding: 30px 40px;
}
#content_top a.top-link4 {
  position:relative;
  top: 105px;
  left: 76px;
  padding: 30px 40px;
}

#center-table {
  height: 422px;
}

#content_left {
  vertical-align: top;
}
#content_left .content_wrapper {
  padding: 10px 10px;
}

#content_right {
  width: 172px;
  background-color: #E3E3E3;
  vertical-align: bottom;
}
#content_right .content_wrapper {
  padding: 0 10px;
}


.required {
    color: #f00;
    font-weight: 900;
}
.error {
    color: #f00;
    font-weight: 900;
}
.formerror {
    border: 1px solid #f00;
    color: #f00;
    font-weight: 900;
    padding: 10px;
}
.formsuccess {
    border: 1px solid #fff;
    padding: 10px;
    font-weight: 900;
}

/* --- [contact form] --> */
#frm_contact {
    width: 300px;
    clear: both;
}
#frm_contact div.lable {
    width: 60px;
    float: left;
    clear: both;
}
#frm_contact span.required {
    float: left;
}
#frm_contact input, #frm_contact textarea {
    border: 1px solid #71715D;
    margin-bottom: 1px;
    float: right;
    clear: right;
    width: 230px;
}
#frm_contact input.button {
    width: 100px;
}
/* <-- [contact form] --- */


.pix_style1 {
  font-family: verdana;
  font-size: 10px;
  color: #666666;
  font-style: normal;
  font-weight: normal;
}
.pix_style2 {
  font-family: verdana;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color:#000;
}


