﻿
.pbpForm select,.pbpForm input,.pbpForm textarea{
font-size:1.05em;font-family:Verdana,Arial,sans-serif;padding:3px 4px;
}



.pbpForm fieldset {
float: left;    
clear: both;    
width: 100%;    
margin: 0 0 1.5em 0;    
padding: 0;    
}

/*remove floats etc from fieldsets in tabs
div.panes > div > fieldset
{float:none;border:none;}
div.panes > div > fieldset > legend
{display:none;}
*/

.pbpForm .initialHidden
{
    display:none;    
}


.pbpForm legend {
  padding: 0 2px;
  font-weight: bold;
}
.pbpForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
.pbpForm fieldset ol {
  margin: 0;
  padding: 0;
}
.pbpForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.pbpForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.pbpForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.pbpForm fieldset fieldset label {
  display: block;
  width: auto;
}
.pbpForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.pbpForm label {
  width: 250px; /* Width of labels */
  text-align:right;
}
.pbpForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#tbxLocDir
{
max-height:215px;
}


.pbpForm .mandatoryhint 
{
    font-style:italic;
    color:#aaaaaa;  
}

.pbpForm .optionalhint
{
    font-style:italic;
    color:#aaaaaa;  
    border:1px dotted #dddddd;  
}


