@import "./js/lib/window/themes/window/lighting.css";
@import "./js/lib/window/themes/window/window.css";
@import "./js/lib/window/themes/shadow/mac_shadow.css";


#memberCommunity_copyright {
	font-size: 9px;
}


/* window's content */
.memberCommunity_window {
	font-size: 14px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
}


.memberCommunity_profileeditor {
	
}

/* text input for name */
#memberCommunity_profileeditor_name {
	width: 250px;
}
/* select for color */
#memberCommunity_profileeditor_color {
	
}
/* select for bgColor */
#memberCommunity_profileeditor_bgColor {
	
}
/* textarea input for comment */
#memberCommunity_profileeditor_comment {
	width:250px;
	height:50px;
}

/* textarea of sendMessageWindow */
#memberCommunity_sendMessageWindow_message {
	width:250px;
	height:100px;
}
