/*
This file is part of TKMailForm, an add-on tool for Mooffanka.

TKMailForm is Copyright (C) 2005 Tara Lyn Kelly, email: tarak@katytid.com, Rome/Italy
Mooffanka is Copyright (C) 2000,2005 Francesco Sullo, email: sullof@sullof.com, Rome/Italy

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with TKMailForm; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

For further information about TKMailForm: www.katytid.com
For further information about Mooffanka: www.mooffanka.org
*/

.TKMailForm input,
.TKMailForm select,
.TKMailForm textarea {
	width:250px;
	height:19px;
	}    
	.TKMailForm textarea {height:120px;}
	.TKMailForm select{padding:0px;}
	
.TKMailForm .notes {
	width:99%;
	margin:10px 0px 10px 0px;
	padding:5px;
	text-align:center;
	}
.TKMailForm .alert {
	width:99%;
	margin:10px 0px 10px 0px;
	padding:5px;
	color:#E02722;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	}
.TKMailForm .privacy {
	width:99%;
	margin:5px 0px 5px 0px;
	padding:2px;
	color:#0A3A84;
	font-weight:bold;
	font-size:90%;
	text-align:center;
	}
.TKMailForm .group {
	margin-bottom: 20px;
	}
.TKMailForm .group .grouplbl {
	display: block;
	width:99%;
	font-size:110%;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:2px;
	background:#8094A1;
	color:#fff;
	}
.TKMailForm label, .TKMailForm input, .TKMailForm textarea, .TKMailForm select {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	}
	
.TKMailForm textarea {width:230px}

.TKMailForm label {
	clear:left;
	text-align:left;
	width:150px;
	padding-right:10px;
	height:21px;
	border-bottom:1px #418BAF dotted;
	}
	* html .TKMailForm label {width:140px;height:22px;font-family:Arial, sans-serif;}
	
.TKMailForm label.oblig {
	color:#E02722;
	font-weight:bold;
	}
	
.TKMailForm input.button {
	text-align:center;
	margin-left:100px;
	}
	* html .TKMailForm input.button {margin-left:50px;}
	
.TKMailForm input.no {
	display:none;
	height:0; width:0; float:auto; clear:auto;
	}
	
.TKMailForm br {clear: left;}
