/*
--------------------------
ABC Heath Care Form styles
Author: 	Mark Priestap
Version:	17 Jan 2005
-------------------------- */


body {
	margin:0px;
	padding:0px;
	font: small/1.5em verdana, tahoma, arial, helvetica, sans-serif;
	background: #86B9FA url(../images/bgs/formbg.gif) repeat-y left;
	color: #666;
	}
input, select, textarea {
	font-size: 100%;
	}
a {
	text-decoration: none;
	border-bottom: 1px dotted #317AC9;
	color: #317AC9;
	}
* html a {
	border-bottom: 1px solid #B1D1F1; 
	}
a:hover {
	border-bottom: 1px solid #317AC9;
	background-color: #FFC;
	}
p {margin: .6em 0; padding:0; font-size: 90%;}
th {
	text-align: left;
	padding-bottom: 0;
	}
h1 {
	margin: 0 0 .6em; padding: 0;
	font: 180% Georgia, serif;
	font-weight: bold;
	}
h2 {
	margin: .4em 0 .4em; padding: .4em 0;
	border-top: 2px solid #777;
	font: 140% Georgia, serif;
	}
h3 {
	margin: .4em 0 .4em; padding: .4em 0;
	border-top: 1px dotted silver;
	font: bold 110% Georgia, serif;
	}
h4 {
	margin: 0 0 .6em; padding: 0;
	font-size: 100%;
	}
hr {
	display: none;
	}
img {
	border: 0;
	}
label {
	white-space: nowrap;
	}
ul {
	list-style: none;
	}
table {
	width: 100%;
	border: 0;

	}
table td {
	vertical-align: top;	
}
blockquote {
	margin: .6em 0 .6em 30px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
	}
blockquote p {
	margin: .3em 0;
	}
blockquote blockquote {
	margin: .2em 0 .2em 30px;
	padding-left: 10px;
	border-left: 2px solid #eee;
	}
/* Page Layout
-------------------------- */
#container {
	position: relative;
	width: 660px;
	margin: 20px;
	}
#wrapper {
	background: url(../images/bgs/wrapperbg.gif) repeat-x top;
	height: 27px;
	}
#sitelogo {
	margin-bottom: 20px;
	}
#header a {
	border: 0;
	}
#header a:hover {
	border: 0 !important;
	background: none !important;
	}
#header h1 {
	margin: 0 0 .2em;
	}
#header p.address  {
	margin: 0; padding: 0;
	}
#header {
	border-bottom: 2px solid #444;
	margin-bottom: 5px;
	}
.instructions {
	font-size: 85%;
	line-height: 1.6em;
	margin: 0 0 .6em;
	}
#officeuse {
	background-color: #eee;
	}

#personalinfo th {
	font-size: 85%;
	}
#personalinfo {
	width: 670px;
	/*background: #eee;*/
	margin-bottom: 20px;
	}
#personalinfo table {
	width: 100%;
	padding: 6px;
}
#personalinfo .first {
	padding-right: 30px;
}
.number {
	width: 20px;
	text-align: right;
	padding-right: 2px;
	}
.label {
	font-weight: bold;
	font-size: 90%;
	}
ul.groupselect {
	margin: 0;
	padding: 0;
	}
td.label {
	width: 40%;
	}
td.label-b {
	white-space: nowrap;
	}
label.label {
	font-size: 85%;
	}
.divider td {
	border-top: 1px dashed silver;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.divider td td {
	border: 0;
	padding-top: inherit;
	}
ul#actionsmenu {
	padding: 0; margin: 0;
	list-style: none;
	}
#actionsmenu li {
	display: inline;
	padding: 0;
	}
#goback {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	}
.small {
	font-size: 80%;
	}
.example {
	font-size: 80%;
	color: #999;
	}
table.licensing td {
	padding: 2px;
	}
table.employers {
	border-collapse: collapse;
	}
table.employers td {
	padding: 2px;
	border: 1px solid #ccc;
	}
table.employers th {
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 80%;
	}
table.employers td.space {
	border-left-color: white;
	border-right-color: white;
	}
.imglink img, .imglink:hover img {
	border: 0;
	background: transparent;
	}


