.licensing-page
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	color: #001122;
}

.licensing-page h1
{
	font-weight: lighter;
	font-size: 160%;
	color: #223366; /*#BB5519;	*/
	margin-top: 25px;
}

.licensing-page h3
{
	font-weight: lighter;
	font-size: 130%;
	color: #223366; 
}

form
{
	
}

form fieldset div
{
	clear: left;
	width: 330px;
	margin: 1em 0 1em 0;
}

form fieldset
{
	padding: 1em;
	margin-bottom: 0.5em;
	border-width: 2px;
}

form fieldset legend
{
	color: #223366;	
	font-weight: bold;
	margin-left: -0.75em;
}

form fieldset div.info
{
	width: 200px; 
	float: right;
	background-color: #E7E7E2; /* #FFFFEA; */
	border: 1px solid #CCC8C6;
	padding: 0.5em;
	color: black;
}

form fieldset div.info strong
{
	display: block;
	border-bottom: 1px solid #CCC8C6;
	margin-bottom: 0.5em;
}

form fieldset div.info p
{
	margin: 0 0 0.5em 0;
}

form label
{
	display: block;
	/*width: 7.5em;
	float: left;*/
	clear: left;
	/*text-align: right;*/
	font-weight: bold;
	font-size: 85%;
	margin: 0 0.25em 0.25em 0;
}

form input.fixed, form select.fixed, form textarea.fixed
{
	/*width: 12em;*/
}

form input.submit
{
	float: right;
}

form .controlgroup
{
	margin:0;
	padding:0;
	display: block;
	float: left;
}

form ul
{
	/*width: 5em;
	float: left;*/
	list-style: none;
	padding: 0;
	margin: 0;
}

form .error
{
	color: red;
	font-size: smaller;
}

form .error-field
{
	border: 1px solid red;
}

table.licence-info
{
	font-size: 100%;
	text-align: left;
	color: black;
}

table.licence-info tr th, table.licence-info tr td
{
	margin: 0.1em;
	padding: 0.5em;
}

table.licence-info tr th
{
	font-weight: bold;
	background-color: #E7E7E2; 
}

table.licence-info tr td
{
	background-color: #f3f3f3; 
}

input.btn
{
	background-color: #e7e7e2; 
	border: 1px outset; 
	border-color: #ffffff #75736E #75736E #ffffff; 
	color: #000000;
	cursor: hand; cursor: pointer;
}
