body{
  font-family:Verdana, Arial,Tahoma;
  color:#000000;
 font-size:12px;
}

#page{
  margin-left:5px;
  margin-right:5px;
}

#header{

}

#headerimg{
/*   float:left; */
}

#headertxt{
 /*  float:right; */

  font-weight:bold;
  color:#666666;
  font-size:14pt;
}

#content{
  padding:0px;
  margin:0px;
  width:auto;
}
/*
#contentimg{
  float:left;
  width:114px;
  margin:0px;
  padding:0px;
}
*/
#contenttxt{
/*  clear:right; */
/*  margin-left:120px; */
  padding-right:10px;
  padding-left:0px;
}

#contentright{
  /* float:right; */
  padding-right:10px;
  padding-left:0px;
}


#footer{
}

.style11{
  font-size:11pt;
  padding:5px;
}

.style10{
  font-size:10pt;
  padding:5px
}
.cell{
  padding-bottom:5px;
}



.box{
  border:1px #000000 solid;
  padding:1px;
}

.box_employer{
    border:1px #000000 solid;
    padding:1px;
}



.clear{
  clear:both;
}

#sp1{
    visibility:hidden;
}
#sp2{
    visibility:hidden;
}
.required{
    font-family:"MS Sans Serif", sans-serif;
    color:red;
font-weight:bold;
}
/* Overlay */
#simplemodal-overlay  {background-color:#000; cursor:wait;}
#simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#boxError {
        display:none;
        padding:20px;
        height:350px;
overflow:auto;

}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/DatePicker1.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 70px;
	float: left;
}
