* {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12px;
	color: #000033;
}

a {
	color: #333399;
	text-decoration: none;
	border-bottom: 1px dotted #ccccff;
}

a:hover {
	color: #3333cc;
	text-decoration: none;
	border-bottom: 1px dotted #6666ff;
}

a img {
	border: 0px solid #ffffff;
}

h1 {
	font-size: 150%;
}

div#mainContent {
	min-height: 600px;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #ccccff;
	text-align: left;
}

div#mlfHeader {
	min-height: 80px;
	border-top: 1px solid #000066;
}

div#mainContent, div#mlfHeader {
	width: 800px;
	height: auto;
	border-left: 0px solid #000066;
	border-right: 0px solid #000066;
	margin-right: auto;
	margin-left: auto;
/*	text-align: center; */
	padding: 20px;

	background-color: #ffffff;
	background-image: url(/images/law_form_bg.jpg);
}

body {
	background-color: #000066;
	background-image:  url(/images/my_law_forms_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

table.dataEntry {
	margin-right: auto;
	margin-left: auto;
	width: 540px;
	border: 1px dotted #ccccff;
}

table.dataEntry tr td input, table.dataEntry tr td select, table.dataEntry tr td option {
	margin-left: 1.5em;
	padding-left: 0.25em;
}

table.dataEntry tr td {
	text-align: right;
	border: 0px solid white;
	border-width: 0px;
	background-color: #cccccc;
}

td input, select, option {
	width: 320px;
	border: 1px solid #000066;
}

div#mainContent p {
	text-align: left !important;
}

img.inset, .hiBox, .ctaBox  {
	border: 2px solid #9999ff;
	border-top: 2px solid #ccccff;
	border-left: 2px solid #ccccff;
	border-bottom: 2px solid #333366;
	border-right: 2px solid #333366;
}

.ctaBox {
	color: inherit;
	background-color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

.ctaBox a {
	padding-top: 7px;
	padding-bottom: 7px;
margin-top: -7px;
margin-bottom: -7px;
	padding-left: 19px;
	padding-right: 19px;
}

.ctaBox a:hover {
	background-color: #9999cc;
}

img.left {
	margin-right: 10px;	
}