span.settings_txt_btn{
	font-size:13px;
	cursor:pointer;
	color:#FF0000;
}

div.settings_txt_div{
	position:absolute;
	background:#FFF;
	border:2px dashed #888;
	width:0;
	height:0;
	padding:3px;
	overflow:hidden;
}

div.settings_txt_div input[type=text]{
	display:block;
	margin:3px auto;
	width:95%;
}

table tr.darker{
	background:#eee;
}

table#users{
	width:95%;
	margin-top:10px;
	margin-bottom:10px;
}

table#users td{
	vertical-align:top;
	padding:15px 5px 15px 5px;
}

.boxArea{
	width:300px;
	height:200px;
}

div.mailing input[type=text], div.mailing textarea{
	width:400px;
}

.handle{
	width:20px;
	height:20px;
	background:#F00;
	float:left;
	cursor:n-resize;
}