.hrm_wrapper {
}

.hrm_wrapper table {
   width:100%;
   border-spacing:0;
}
.hrm_wrapper table td {
   vertical-align:top;
   width:50%;
   padding:2px 0;
}
.hrm_wrapper table h2 {
   margin-top:1em;
   font-size:15px;
}

.hrm_wrapper td input,
.hrm_wrapper td select,
.hrm_wrapper td textarea {
   width:98%;
   border:1px solid #B4C4CD;
}
.hrm_wrapper td textarea {
   height:100px;
}
.hrm_wrapper table input.submit {
   width:100px;
   margin:1em 0;
   float:right;

}


/* special layout for datepicker fields */
.hrm_wrapper td input.divider-dash {
   width:88%;
   float:left;
}
.hrm_wrapper td .date-picker-control {
   float:right;
   margin-right:3px;
}

.vacList {
	line-height:18px;
	margin-top: 10px;
   padding-bottom:10px;
   border-bottom:2px dotted #6290aa;
}

.vacList h2{
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
}

#tableVacature{
}
#tableVac{
	border-top:2px solid #6290aa;
	margin-top:15px;
	width:520px;
	padding-top:10px;
}

.titleVac {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}

.clsVacForm {
	margin-top: 20px;
	margin-bottom: 15px;
   padding-bottom:15px;
   border-bottom:2px dotted #6290aa;
   float:left;
   width:100%;
}

.vac_link_respond {
   margin:10px 0;
   float:left;
   background:#6290aa;
   color:white;
   padding:4px 15px;
   text-decoration:none;
}
.vac_link_respond:hover {
   background:#94b4c5;
   color:white;
}

/* //////////////// */
.hrm_respondform table {
   width:400px;
}
.hrm_respondform h2 {
   font-size:16px;
   padding-top:15px
}
.hrm_respondform .date-picker-control {
   float:none;
   display:inline;
}

form label
{
   display: block;
   float: left;
   width: 125px;
}
form div
{
   margin-bottom: 5px;
}
form select
{
   width: 200px;
}

.notice, .error
{
   background: #93B3C5;
   border: 1px solid #000;
   font-weight: bold;
   width: 400px;
   color: #fff;
   margin: 5px;
   padding: 4px;
}
.error
{
   color: #900;
}
