/* 2012 Jables Design - Contact US  */

textarea {
  font: 12px arial, sans-serif;
  color: #bbb2a9;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px;
  border: 1px solid #bbb2a9;
}

.plyrTxt {
  font: bold 13px arial, sans-serif;
  color: #757171;
  text-align: center;
}
.beigeContactUs {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/contactUsSprite.png') 0 0;
  width: 60px;
  height: 50px;
  float: left;
  margin-left: 15em;
  margin-right: 1em; 
  position: relative;
  top: -20px;
}
.brnEmail {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/contactUsSprite.png') -60px 0px;
  width: 35px;
  height: 20px;
  float: left;
  margin-right: 10px;  
}
.brnCall {
  background: url('http://img-gfx.stringcelebrationsusa.com/sprites/contactUsSprite.png') -60px -21px ;
  width: 35px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

/***** tables ***/
#tblContact {
  table-layout:fixed;
  padding: 6px;
  width: 100%;
}
.tblBordersBtm {
  border-bottom: 1px dashed #999;
}
.tblBordersLt {
  border-left: 1px dotted #999;
}
#tblContact .oddCell {
  background: #fbf6ef;
  width: 32%;
  padding: 6px;
}
#tblContact .evnCell {
  background: #f2f0ec;
  width: 32%;
  padding: 6px;
}
#tblContact label {
  margin: 0px 1em 0px 1.2em;
}
#tblContact input[type=text], #tblContact textarea, #tblContact select {
  width: 90%;
  margin: .5em .75em;
}
#tblContact textarea  {
  padding: .5em;
  resize: none;
}
input[type=submit] {
  display: inline;
  width: 115px;
  margin-right: 2em;
}

