div.empform {
margin-bottom: 50px;
}
div.empform h2 {
font-size: 17px !important;
padding: 10px 0 !important;
}
div.empform h3 {
border-top: 1px dashed #777777;
font-size: 15px;
font-weight: bold;
margin: 0 10px;
padding: 25px 0 10px 0;
}
div.empform p {
padding:10px 0px 5px 0px !important;
margin: 0px!important;	
}
div.empform p strong {
	
}
dl.empform {
margin: 0 10px 20px 0px;
}
dl.empform dt {
clear: left;
float: none;
height: auto;
line-height: 1.5em;
padding: 0;
width: auto;
}
dl.empform dt label {
float: left;
width: 190px;
padding: 8px 10px 8px 0px;
text-align: right;
color: #737373;
}
dl.empform dd {
padding: 5px 5px 5px 210px;
float: none;
height: auto;
width: auto;
}
dl.empform dd span {
	
}
dl.empform span.reqtxt { 
color: #ff0000;
padding: 0 0 0 5px;;
}
dl.empform dd span.instruction {
line-height:24px;
}
dl.empform input {
border: 1px solid #AAAAAA;
padding: 3px;
background: none #fff;
height: auto;
}
dl.empform select {
border: 1px solid #AAAAAA;
padding: 3px;
}
dl.empform textarea {
border: 1px solid #AAAAAA;
padding: 3px;
}
dl.empform dd input {
width:420px;
}
dl.empform dd input.month {
width:40px;
text-align: center;
}
dl.empform dd input.year {
width:50px;
text-align: center;
}
dl.empform dd input.date {
width:100px;
}
dl.empform dd input.zip {
width:50px;
text-align: center;
}
dl.empform dd select {
width:150px;
}
dl.empform dd textarea {
width:420px;
}
dl.empform dd label.inner {
margin-right:6px;
}
dl.empform dd input.midinp {
width:142px;
}
div.empform input.button {
padding: 2px;
text-align: center;
width: 120px;
}
div.empform .center {text-align: center;}
