/*paragraph formatting for the form section of the page */
#fsempForm p{
	font-family: verdana;
	font-size: 12px;
}
/* additional padding for field service questionnarie */
#fsq{
	padding-bottom:20px;
}
 h1 {
 		 font-size: 1.5em;
		 font-weight: bold;
		 color: #069;
 }
fieldset {
	padding: 10px;
	margin-bottom: 30px;
      background: #E9EFF2;
      border: 2px solid #9AA;
}
legend {
	font-weight: bold;
      padding: 10px 10px 10px 2px;
}
    #jobApp {
        /* background-image: url(../siteassets/publisher_link.gif); */
        background-position: top;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        /* padding: 170px 10px 0px 10px; */
        padding: 0px 10px 10px 10px;
        /* margin-top: 30px;*/
        margin-bottom: 250px;
    }
    #jobApp ul {
      /* ist-style: none;*/
      list-style: circle;
      /* font-family: Verdana, Arial, Helvetica, sans-serif; */
      font-size: 12px;
      font-weight: bold;
      margin-left:0px;
      padding-left: 20px;
      text-align: left;
    }
    #jobApp li {
     color: #993333;
     padding-bottom: 6px;
    }
    #jobApp img {
      float: left;
      border: none;
    }
#errbox{
  /* border: 1px solid #FF0033; */
}
#errbox li{
  display: block;
}
label {
    font-size: 12px;
    font-weight: bold;
    color: #369;
 }
.inputbox
{
margin-bottom: 10px;
padding: 3px;
font-size: 12px;
font-family: helvetica;
}
.radio
{
    font-size: 12px;
    font-family: helvetica;
}
.field {
			 margin-bottom: 10px;
}
.rb {
			font-family:  verdana, sans-serif;
			font-size: 12px;
			margin-bottom: 10px; }
option {
			font-family:  verdana, sans-serif;
			font-size: 12px;}
input.tealBtn {
      background-color: #9CC; 
      font-weight: bold; 
      font-size: 12px; 
      color: #000;
			/* margin-left: 12em; */
			padding: 5px;
}
label.req { color: red; }
td {
  text-align: left; vertical-align: top; padding: 5px;
}
table {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#errorSummary, #errorSummaryBottom {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
td.radio p {
  color: #369;
  font-size:12px;
  font-weight:normal;
}
#d4,#d5,#d6,#d8,#functionPanel {
	border: 2px solid #DD9198;
	padding: 5px;
	background-color: #FBF7C8;
}
#d8, #functionPanel {
	padding-bottom: 10px;
}
table { border-collapse:collapse; }
td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt;}
/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1{
		background-color:#FBF7C8;
		color:#000;
		border: 1px solid red;
	}
/* Referral validation */
#rError,#pError {    
 padding-left: 0px;
 list-style: none;
 color: #F00;
 font-weight: bold;
}

