@charset "utf-8";
/* CSS Document */

.left{
  /* Changes on the form */
  color: #BBC397 !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#cccccc;
   background:url(http://jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight:bold;
   color:#ffffff;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	color:#cccccc;
	border:1px #000000 solid;
	background:url(http://jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
	padding: 3px;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#ffffff;
   border:1px #000000 solid;
   background:url(http://jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
.btn{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   border:1px #000000 solid;
   background: url(http://jotform.com/images/styles/style4_btn_bg.gif) #333333 top repeat-x;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

#form input:hover {
	border-bottom-color:#A48F58;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #A48F58;
	border-right-color: #A48F58;
	border-left-color: #A48F58;
}
