div.vamodemployees-container {
	width: 100%;
}

span.vamodemployees-name {
	font-weight: bold;
	font-size:15px;
	color:#444;
}
.vamodemployees-view a {
	background: none repeat scroll 0 0 #006699;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    margin: 10px 0 0;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.vamodemployees-view a:hover {
	color: #fff;
    background: none repeat scroll 0 0 #0088cc;
    transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}
.vamodemployees-view a:active {
	background: none repeat scroll 0 0 #0079b6;
}

.vamodemployees-boxdiv {
	padding: 8px;
	border:1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	width: 93.4%;
	min-height: 295px;
}
.vamodemployees-img {
	width: 100%;
}
.vamodemployees-divblock {
	display: inline-block;
	width: 100%;
	padding: 0 0 5px 0;
	border-bottom:1px dotted #eee;
	margin: 10px 0 5px 0;
}
.vamodemployees-name {
	font-size:18px;
	margin: 0 10px 0 0;
}
.vamodemployees-desc {
	display: inline-block;
	width: 100%;
	margin: 5px 0 0 0;
}
.vamodemployees-desc p {
	margin: 0;
	padding: 0;
}
.vamodemployees-view {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}
.vamodemployees-image-box {
	margin: 0;
	overflow: hidden;
}
