/* styles_pcomp.css 
Web Design by ComputerTek  Copyright © 2008 All Rights Reserved
www.computertek.com
*/

body {
  scrollbar-face-color: #9CD29C;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #D6FFD7;
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #9CD29C;
}

.inputbox {background-color:#F3FFF3; color:#002800;}

.contactsubmit {
  background-color: #D6FFD7;
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 13px;
  font-weight: normal;
  line-height: 12px;
  padding: 6px;  /* 4px 4 msie10 */
  width: 180px;  /* new 4 msie10 */
  text-align: center;
}
.contacterrorsubmit {
  background-color: #D6FFD7;
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 13px;
  font-weight: normal;
  line-height: 12px;
  padding: 6px;  /* 4px 4 msie10 */
  width: 345px;         /* new 4 msie10 = 295 but need 345 for android tablet */
  text-align: center;   /* If don't use width, it will auto-adjust to length of button text. I use this & spaces in html.*/
}
