.switch-company {
	float: right;
	margin: 0 auto;
	position: relative;
	width: 365px;
}
.switch-company .item {
	margin: 0;
}
.switch-company label {
	display: none;
}
.switch-company input {
	float: left;
	height: 34px;
	margin: 4px 0 0 0;
	width: 80%;
	border-radius: 5px;
}
.switch-company .add-company,
.switch-company .add-company:active,
.switch-company .add-company:focus,
.switch-company .add-company:hover,
.switch-company .add-company:visited {
	background: url('../../img/website/add-gradient-grey.png') no-repeat;
	float: left;
	height: 30px;
	margin: 7px 0 0 5px;
	text-indent: -9999em;
	width: 30px;
}
.switch-company #switch-company-options {
	background: #F7F7F7;
	border: 1px solid #cccccc;
	display: none;
	max-height: 300px;
	overflow: scroll;
	padding: 5%;
	position: absolute;
	top: 35px;
	width: 340px;
	z-index: 100;
}
.switch-company #switch-company-options a:active,
.switch-company #switch-company-options a:focus,
.switch-company #switch-company-options a:hover {
	text-decoration: underline;
}

.switch-company .company-details {
	color: #777777;
	font-size: 0.95rem;
	height: 43px;
	line-height: 43px;
	margin: 0;
	text-align: center;
}