
.north-group{
width:100%
}
.north-group label{
font-weight:bold;
}
.north-group a{
color:rgb(0, 120, 231);
}
.north-control-group{
display: inline-block;
width:43%;
float:left;
margin: 10px;
}
.north-control-group label{
width:90px;
}
.north-control-group input, select{
float:right;
}

.north-job{
width:100%;
float:left;
margin: 10px 0 10px 0;
}
.north-job  .ms-container .custom-header,.north-job .ms-container div{
background:none;
text-align:center;
}
.north-job .ms-list{
text-align:left;
background-color:white;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 8px;
}
.north-job-position{
width:50%;
float:left;
}
.north-job-technical{
width:50%;
float:right;
}

.north-security{
width:23%;
margin: 10px 0 10px 0;
float:left;
border:2px;
}
.north-security img{
display:inline-block;
float:right;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
margin-bottom: 5px;
}

.capture{
width:100%;
float:right;
}
.capture label{
float:left;
}
.capture input{
float:right;
width: 50%;
}
.capture a{
float:left;
}