.registerLabel{
	font: 8pt tahoma;
	font-weight: bold;
	color: #fff;
	background: #666;
	padding: 2px;    		
}
.registerInput{
	font: 8pt tahoma;
	border:1px solid #666;
	width: 255px;
	margin-bottom: 10px;	
	padding-left: 3px;
	margin-left::5px;
}
.registerCheckboxLabel{
	display:block;
	width: 100%;
	margin-bottom: 8px;
	font: 8pt tahoma;
	border:0pt solid black;
}
.registerCheckbox{
	float: left;
	padding-bottom: 20px;
	
}
.registerFieldSet{
  width: 100%;
  font: 8pt tahoma;
  padding:0px;
}
.registerLegend{
	font: 8pt tahoma;
	font-weight: bold;	
}
#LDTip{
  position: absolute; 
  z-index:2;
  width: 150px; 
  height: 100px; 
  top: 0px;
  left:245px; 
  border: 1px solid black;
  background: #cccccc;
  padding: 5px;
  font: 8pt tahoma;
}
#clt_text{
 font: 8pt tahoma;
 text-align:center;
 border: 2pt outset;
 background: #6699ff;
 font-weight: bold;
 padding: 3px;
 width: 240px;
 margin-left: 15px
 
}
#clt_text a{
 text-decoration:none;
 color: #fff;
 display: block;
}
#clt_text a:hover{
 background: #0066cc;
}
.innermargin{
   padding: 10px;
}
.registerButton{
   font: 8pt tahoma;
   font-weight: bold;
   float: right;
}
.successmessage{
   width:300px;
}
