.domainAvailable {
	background-color : #99cc99;
	color: black;
	font-family: helvetica,arial;
	font-weight: bold;
	font-size: 12px;
	
}	

.domainTaken {
	background-color : #9999cc;
	color: black;
	font-family: helvetica,arial;
	font-weight: bold;
	font-size: 12px;	
}	

.domainName {
	background-color : #efefef;
	color: black;
	font-family: helvetica,arial;
	font-weight: bold;
	font-size: 12px;	
}

.domainMenu {

	background-color : #ffffff;
	color: black;
	font-family: helvetica,arial;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;	
}


.domainFrame {

	background-color : #efefef;
	color: black;
	font-family: helvetica,arial;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;	
}

.domainFormField { 
	color: black; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}
.domainFormRequired  { 
	color: red; 
	font-weight: normal; 
	font-size: 9px; 
	line-height: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}

.domainFormTitle  { 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}
.domainFormLabel  { 
	background-color : #efefef;
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}
.FormNote  { 
	color: blue; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}
.domainFormMessage  { 
	color: black; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 15px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}
.domainFormError  { 
	color: red; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 15px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
}