﻿/* Contact Form CSS */
.forminputopq {
  -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari, Chrome */
  -khtml-border-radius: 8px; /* KHTML */
  border-radius: 8px; /* CSS3 */
  background-color: transparent;
  -moz-opacity:5;
  filter:Alpha(Opacity=50);
  border-style: solid;
  border-color: #f57215;
  border-width: 1px;
  font-size:12px;
  color: black;
}
 