


/* ------------------------------------------------------------- */

#byemail {
	border : 0px solid #163282;
	width : 100%;
	overflow : hidden;
	background-color : #f1f1f1;
}

#byemail h1 {
	background-image : url("../images/h2back.gif");
	color : white;
	font-size : 14px;
	padding-left : 5px;
	height : 20px;
	line-height : 18px;
}

#byemail form {
	margin : 5px;
}

#byemail .label {
	font-weight : bold;
	padding-right : 20px;
}

#byemail .checkboxes {
	height : 150px;
	overflow : auto;
	background-color : white;
	border : 1px solid #A6A6A6;
}

#byemail .checkboxes b {
	display : block;
	margin : 3px;
}

/* ------------------------------------------------------------- */

#remove {
	border : 0px solid #163282;
	width : 100%;
	overflow : hidden;
	background-color : #f1f1f1;
	margin-top : 10px;
}

#remove h1 {
	background-image : url("../images/h2back.gif");
	color : white;
	font-size : 14px;
	padding-left : 5px;
	height : 20px;
	line-height : 18px;
}

#remove form {
	margin : 5px;
}

#remove .label {
	font-weight : bold;
	padding-right : 20px;
}

/* ------------------------------------------------------------- */

#latest {
	position : relative;
	margin-top : 10px;
}