
/* AutoRegisterBody */
#arb{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #000000;					
}


#content{
	position:absolute;
	top: 80px;
	left: 0px;
	overflow:auto;
	border-style:none;
	width: 700px;
	height: 500px;	
	background-color:#ffffff;
}

/* autoRegisterTable */
#art {
	vertical-align: middle; 
	text-align: left;				
	border-color: #dddddd; 
	border-width: 1px; 
	border-style: solid; 
	padding: 0px;
	width: 360px;
	padding: 6px;
	background-color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}

/* AutoRegisterTableTitle*/
#artt {	
	color:black;
	font-weight:bold;
}


#arNotes {	
	border-style:none;
	background-color:#ffffff;
	width: 260px;
	overflow:auto;
	padding: 2px;
	padding-right: 6px;
	text-align:left;
}

#arTitle{
	position:absolute;
	top: 20px;
	left: 10%;				
	border-style: none;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
	font-weight:normal;
								
}

#arTitleCompany{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	color:#000000;
	text-align:center;
	padding: 8px;				
}

#arTitleAction{
	font-family: "Arial Narrow", "Arial Black", "Trebuchet MS", Tahoma;
	font-size: 24px;	
	border-style: none;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
	font-weight:normal;
	color: darkblue;
}

.arBtn{
	color: black;	
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

#messagePanel{
	color:white;
	background-color:red;
	font-weight:bold;
	text-align:center;
	padding: 8px;
}

#autoRegisterUserLegal {
	font-style:italic;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	padding:4px;
}

