.task-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;
	padding: 3px;
	background-color: #C0C0C0;
	border-top: 2px solid #FFFFFF;
	z-index: 10000;
}

.start-button {
	width: 80px;
	height: 27px;
	background-color: #C0C0C0;
	padding-left: 2px;
    border: 2px solid;
    border-left-color: #fff;
    border-top-color: #fff;
    border-bottom-color: #000;
    border-right-color: #000;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	-moz-user-select: none; /* Mozilla Firefox */
	-ms-user-select: none; /* Internet Explorer (не поддерживается) */
	-o-user-select: none; /* Opera Presto (не поддерживается) */
	-webkit-user-select: none; /* Google Chrome, Opera Next, Safari */
	display: inline-block;
	float: left;
}

.start-button img {
	width: 23px;
	height: 23px;
	display: inline-block;
}

.start-button p {
	display: inline-block;
}

.start-button:active {
	border-left-color: #000;
	border-top-color: #000;
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.clock {
	float: right;
	border: 2px solid;
	border-left-color: #000;
	border-top-color: #000;
	border-bottom-color: #fff;
	border-right-color: #fff;
	display: inline-block;
	font-size: 16px;
	width: 65px;
	height: 27px;
	text-align: center;
}

.task-bar-divider {
	width: 2px;
	margin-left: 5px;
	background-color: #fff;
	border-right: 1px solid;
	border-right-color: #000;
	height: 27px;
	display: inline-block;
	float: left;
}

.task-in-task-bar {
	margin-left: 5px;
	float: left;
	min-width: 100px;
	height: 27px;
	background-color: #C0C0C0;
	padding-left: 2px;
	font-size: 16px;
    border: 2px solid;
    border-left-color: #fff;
    border-top-color: #fff;
    border-bottom-color: #000;
    border-right-color: #000;
	cursor: pointer;
	-moz-user-select: none; /* Mozilla Firefox */
	-ms-user-select: none; /* Internet Explorer (не поддерживается) */
	-o-user-select: none; /* Opera Presto (не поддерживается) */
	-webkit-user-select: none; /* Google Chrome, Opera Next, Safari */
	display: inline-block;
}

.task-in-task-bar:active {
	border-left-color: #000;
	border-top-color: #000;
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.task-in-task-bar img {
	width: 18px;
	height: 18px;
	display: inline-block;
}

.task-in-task-bar p {
	display: inline-block;
}

.task-in-task-bar-active {
	border-left-color: #000;
	border-top-color: #000;
	border-bottom-color: #fff;
	border-right-color: #fff;
}