.registrationField{
	width: 120px;
	height: 20px;
	padding-top: 5px;
/* 	border: 1px solid; */
	clear:left;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.registrationFieldData{
	width: 210px;
	height: 23px;
	padding-top: 2px;
/* 	border: 1px solid; */
	float: left;
}

.registrationFieldData input.longer{
	width: 200px;
}

.registrationFieldData input.shorter{
	width: 40px;
}
.registrationFieldData2{
	width: 200px;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
/* 	border: 1px solid; */
	float: left;
}

.registrationFieldData.afterselect {
	width: 150px;
}
.registrationFieldData3{
	width: 200px;
	height: 100px;
	padding-top: 5px;
/* 	padding-left: 10px; */
/* 	border: 1px solid; */
	float: left;
}
.error{
	width: 230px;
	height: 20px;
	padding-top: 5px;
/* 	border: 1px solid; */
	float: left;
	color: red;
}
.registerTextarea{
	height: 100px;
	width: 200px;
}
.groupname{
	width: 450px; 
	float: left;
}
.groups{
	display: none;
}
.groupholder div:hover{
	background-color: red !important;
}
.grouprow1{
	background-color: #FFFFFF;
}
.grouprow2{
	background-color: #CCCCCC;
}


