#container{
	width:1000px;
	margin:auto;
	font-family:Cambria,Helvetica;
}
a {text-decoration:none;}
.dheader{background:#893168;text-align:center;color:white;}
.formtable{
	display:block;
	margin-top:20px;
}
.formtable td{
	padding:2px;
}
.error{
	color:#ef7777;
}
#txtAl*{
	margin-bottom:3px;
}
.dpheader{
	background-image:url('images/dpheader.png');
	color:black;
	text-align:center;
	min-height:95px;
	border-bottom:1px solid black;
}

.input[type="button"],input[type="submit"],input[type="reset"]{
      border: 1px solid lightblue;
      background-color: #0B3861;
      font-family: Calibri, Verdana;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      padding: 3px;
      border: black;
      color: white;
}
.listtable td, .listtable th{
	padding:7px;
	text-align:left;
	/*border-bottom:1px dotted black;*/
}