﻿.cs-licensing
{
	font-family: Tahoma,Arial,Helvetica;
	width: 400px;
	background-color: white;
	padding: 5px;
	border: 1px solid #DFDFDF;
	text-align: left;
}

.cs-licensing a, .cs-licensing a:visited, .cs-licensing a:hover
{
	color: #0096F5 !important;
	text-decoration: underline !important;
	cursor: pointer;
}

.cs-licensing-params
{
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	background-color: #F0F0F0;
	text-align: left;
}
.cs-licensing .cs-row
{
	margin-bottom: 15px;
}

.cs-licensing .cs-label
{
	font-weight: normal;
	width: 160px;
	float: left;
}

.cs-licensing .cs-label-right
{
	float: right;
}

.cs-licensing .cs-label span
{
	font-size: 14px;
}

.cs-licensing .cs-label .help
{
	margin-bottom: 5px;
}

.cs-licensing .cs-label .help span
{
	font-size: 11px;
	display: block;
}

.cs-licensing .cs-value
{
	margin-left: 5px;
	float: left;
}

.cs-licensing .cs-value input
{
	padding: 0px;
	margin: 0px;
	width: 210px;
	_width: 195px;
}

.cs-licensing .cs-value-error
{
	zoom: 1;
	clear: both;
}

.cs-licensing .cs-clear-row
{
	clear: both;
}

.cs-licensing .cs-button-row
{
	margin-left: 40px;
}

.cs-licensing .cs-button,
.cs-licensing .cs-button:hover,
.cs-licensing .cs-button:visited
{
	cursor: pointer;
	float: left;
	background-color: Transparent;
	background-repeat: no-repeat;
	border: medium none;
	color: white !important;
	display: block;
	font-family: Arial;
	font-size: 14px;
	height: 33px;
	font-weight: bold;
	text-align: center !important;
	font-family: Tahoma;
	padding-top: 7px;
	width: 122px;
}

.cs-licensing .cs-full-license-button
{
	margin-right: 55px;
	background-image: url(full_license.png);
}
.cs-licensing .cs-trial-license-button
{
	background-image: url(trial_license.png);
}

.cs-licensing .cs-license-info
{
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cs-licensing .cs-license-info p
{
	text-indent: 10px;
	color: #565656;
}

.cs-licensing .cs-licensing-params p
{
	text-indent: 10px;
	color: #565656;
}

.cs-licensing .cs-error-title
{
	font-size: 16px;
	margin-left: 10px;
	color: #D31111;
	font-weight: bold;
}

.cs-licensing .cs-info-title
{
	font-size: 16px;
	margin-left: 10px;
	color: #40A000;
	font-weight: bold;
}

.cs-licensing .cs-info-fields
{
	margin-left: 10px;
	margin-top: 10px;
}

.cs-licensing .cs-info-fields .cs-label
{
	float: none;
	width: auto;
	color: #565656;
	font-size: 14px;
	font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-value
{
	float: none;
	color: #0096F5;
	font-size: 14px;
	font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-trial-value
{
	float: none;
	color: #0096F5;
	font-size: 14px;
	font-weight: bold;
}
.cs-licensing .cs-info-fields .cs-full-value
{
	float: none;
	color: #40A000;
	font-size: 14px;
	font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-banned-value
{
	float: none;
	color: red;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-banned
{
	text-decoration: line-through;
}
div.license div.error
{
	padding: 10px;
	padding-left: 45px;
	background: #efefef url("warning.png") no-repeat 4px center;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	font-weight: bold;
	margin-bottom: 5px;
}
div.license p
{
	margin-left: 12px;
	margin-right: 12px;
}
.cs-licensing-params .cs-value-error
{
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.cs-licensing .cs-row span.cs-value
{
	font-weight: normal;
}
.cs-licensing .cs-back
{
	float: left;
}
.cs-licensing .cs-license-help
{
	float: right;
	margin-left: 5px;
	padding-left: 25px;
	background-position: 4px 3px;
	background-image: url(system-help.png);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
}
