﻿#workingArea {
	position: relative;
	width: 708px;
	height: 100%;
	overflow: hidden;
}

.top-alert {
	margin: 20px 20px 12px 20px;
}

.top-alert td {
	height: 32px;
	padding-left: 50px;
	background: url(../images/common/icon_alert.png) no-repeat left 0;
	vertical-align: middle;	
}

.license-info-wrapper {
	min-height: 330px;
	padding: 14px 74px 28px;
}
.license-info {
	height: 200px;
	padding-left: 235px;
	background: url(../images/license/computer.png) no-repeat left 7px;
}

h1 {
	margin-bottom: 4px;
	font-size: 20px;
	font-family: 'Segoe UI Semibold', 'Segoe UI', Arial, sans-serif;
}

.activation-buttons {
	margin-top: 15px;
}

.license-content {
	margin-top: 10px;
}

h2 {
	color: #727e7c;
}

.article {
	font-size: 16px;
	font-family: 'Segoe UI Semibold', 'Segoe UI', Arial, sans-serif;
}

.info-content-col-wrapper {
	margin: 10px 0 20px;
	overflow: hidden;
}

.info-content-col {
	float: left;
	width: 300px;
	padding-left: 20px;
}
.info-content-col:first-child {
	width: 213px;
	padding-left: 0;
	padding-right: 20px;
	border-right: 1px solid #d2e4e1;
}
.info-content-detected {
	margin: 10px 0 20px;
}
.info-content-details-link {
	margin: 10px 0;
}