/**
 * PHP and MySQL Maillist System
 * Version: 2008-11-11 00:50:00
 * Author:  Christian L. Dünweber
 * Webpage: http://www.dunweber.com/docs/scripts/#mailliste
 * Copyright (C) 2007-2008 Christian L. Dünweber
 * This program is distributed under the GNU General Public License,
 * see <http://www.gnu.org/licenses/gpl.html>.
 */

h1 {
	font: bold 20px verdana,sans-serif;
}

h3 {
	font: bold 14px verdana,sans-serif;
}

p, li {
	font: normal 13px arial,sans-serif;
	margin-top: 1px;
}

li.singleEmail {
	font: normal 11px arial,sans-serif;
}

legend {
	font: bold 12px verdana,sans-serif;
	color: #006633;
	border: 1px solid silver;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
}

label {
	float: left;
	width: 60px;
}

#maillistMainForm fieldset {
	width: 150px;
}

#maillistMailAllForm {
	margin: 0;
}

#maillistMailAllForm fieldset {
	width: 300px;
}

#maillistInfo {
	 margin: 10px 0 5px 0;
}

.green {
	color: green;
}

.red {
	color: red;
}
