input{
  font-size:9pt;
  font-family:arial, verdana, helvetica, sans-serif;
  background-color:#fff;
}


input[type=text], input[type=submit]{
	border:1px solid #000000;
}
input[type=submit]{
	background-color:#DB140F;
	color:#fff;
	font-weight:bold;
}

.regul{
	
}

.regul li{
  list-style-type:none;
  margin-top:5px;
}

.error{
  color:red;
}

.disclaimer{
  font-size:8pt;
}

.expandable{
  cursor:pointer;
  border-bottom:1px solid #000000;
   width:110%;
}

.itemtext{
  border:1px solid black;
  width:110%;
}

.teamviewtable{
  width:120%;
  border:1px solid #000000;
  border-collapse:collapse;
}

.teamviewtable td{
  border:1px solid #000000;
  padding:3px;
}

.teamviewtable th{
  border:1px solid #000000;
  padding:3px;
  font-size:9pt;
}

