/**
 * 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>.
 */

#maillistMainForm {
	width: 165px;
}

#maillistMainForm fieldset {
	text-align: center;
}

#maillistMainForm label, #maillistMailAllForm label {
	font-family: verdana,sans-serif;
	float: left;
	width: 60px;
	margin-left: 5px;
}

#maillistMainForm input, #maillistMailAllForm input {
	font-family: arial,sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
}

#maillistMailAllForm textarea {
	width: 380px;
	font-size: 12px;
	font-family: arial,sans-serif;
	margin-top: 0;
}

#maillistMailAllForm {
	width: 480px;
	margin: 0;
}

#maillistMailAllForm fieldset {
	width: 460px;
}

#maillistInfo {
	 margin: 10px 0 5px 0;
}

