/* page blocks - begin */
div.block{
  padding:5px;
  width:515px;
  text-align:left;
}
p{
  margin:0;
}
div#blocks div.block{
  border:1px dotted transparent;
  width:auto;
}
div.block table{
  font-size:11px;
}
br.clear{
  clear:both;
  font-size:0;
  line-height:0;
}
/* page blocks - end */
/* forms - begin */
table.form{
  width:580px;
  margin:10px 0;
}
table.form th{
  width:130px;
  text-align:right;
  vertical-align:top;
  padding-top:6px;
  padding-right:10px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#0b1867;

}
table.form td input,
table.form td textarea{
  width:99%;
  margin:2px 0;
  border:1px solid black;
}
table.form td .required{
  border:1px solid red;
}
div.submit{
  width:577px;
  text-align:right;
}
/* forms - end */
