/**
 * Retrieve License CSS file.
 */

div.RetrieveLicense table th,
div.RetrieveLicense table td {
	font-size: 12px;
}

div.RetrieveLicense td.required {
	color: red;
}

div.RetrieveLicense td.description {
	width: 150px;
	font-weight: bold;
}

div.RetrieveLicense table.Search td {
	padding: 0px 4px 10px 0px!important;
}

div.RetrieveLicense table.LicenseInfo td,
div.RetrieveLicense table.LicenseInfo th {
	border: 1px solid #c0c0c0;
}

div.RetrieveLicense input[type=text] {
	width: 300px;
}

