/* CSS Document */
#RightPanelBody{
	overflow:hidden;
}
#MemberTypes{
	width:100%;
}

#MemberTypes .MemberType{
	margin:1px;
	float:left;
}

#MemberTypes .MemberTypeImage{
	width:95px;
}

#MemberTypePanel{
	z-index:1000;
	position:absolute;
	background-color:#FFFFFF;
	font-size:9px;
	border:1px solid #333333;
	padding:2px;
}

.FormInput {
	border: 1px solid #CCCCCC;
	font-size:11px;
	color:#666666;
	width:120px;
}

TEXTAREA.FormInput{width:300px;height:200px;}

#MemberForm .Attention {
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
}

#MemberForm .FormLabel{
	font-size:11px;
	color:#888;
	font-family:Arial;
}

div #MemberFormDescription {
	font-size:10px;
	width:250px;
	height:48px;
	min-height:48px;
	padding-left:50px;
	background-image:url(../../__Imgx/__png/info.png);
	background-repeat:no-repeat;
}

div #ActivationMessagePanel{
	margin-top:10px;
	font-size:11px;
	width:100%;
}
