/* * $Id: reg.css,v 1.1 2001/09/24 15:30:13 ddimitr Exp ddimitr $ */ 
body {
	background-color: White;
	font-size: 10pt;
	font-family: sans-serif;
	margin-top: 10pt;
	margin-left: 10pt; 
}

/* used for registration form labels */
label{
	font-size: 8pt;
	font-weight: bold;
}

/* required mark properties */
.required {
	color: red; 
}
table {
background: border-width: 0pt;
	border-style: solid;

	border-color: #667f99;

	font-family: sans-serif;
	font-size: 10pt;

	background-color: #fff;
	text-indent: 0pt;
	margin-left: 10pt;
	margin-right: 10pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
}

/* registration table style */
.entry-table{
	font-size: 10pt;
	font-family: sans-serif;
}

/* results table style */
.error-table {
	font-size: 10pt;
	font-family: sans-serif;
}

/* general failure errors */
.error {
	color:	red;
	font-weight: bold;
	text-align: center;
}

/* valid number style */
.key-ok{
	color: blue;
	font-weight: bold;
}
.license-head{
	font-weight: bold;
	font-size:12pt;	
	font: text-align:left;
	background-color: #667f99;
	color : White;
}
.license-text {
	text-align:justify;
	text-indent: 5px;
}
.rowodd {
	background-color: #8b9eb1;
	color: black
}
.roweven {
	background-color: #eeeeee;
	color: black
}
.buttons-bar {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	background-color: #aabbcc; 
}
pre {	
	font-size: 10pt;
	font-family: monospace; 
}