/* 
    contactform - html form mail contact for joomla! 1.5
    Copyright (C) 2009  Trigallez Arno

    This file is part of contactform.

    contactform 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 3 of the License, or
    (at your option) any later version.

    contactform 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 contactform.  If not, see <http://www.gnu.org/licenses/>.
*/
/****************************************************/
/************** mail form ***************************/
.container-contactform
{
	clear: both; 
	float: left; 
	margin-left: 5px; 
	margin-top: 1px;
}

.imputbox { font-size: 10pt; color:#000099; background-color: #e4e4e4; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }

.botones { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; background-color: #629a1b; border-color:#e4e4e4;}

.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif, far;
	font-size: 9pt;
}

.contact-error 
{
	color: #c92323;
}

.table-envoyer-contact
{
	margin-top: 4px;
	width: 424px;
}

.td-envoyer-contact
{
	width: 73px;
}

.td-message-contact
{
/*	font-weight: bold;*/
	width: 354px; 
	text-align: left;
}

.td-envoyersolo-contact{
	margin-top: 8px;
}

.asterix
{
	font-weight: bold;
	font-size: 12px;
}

.asterix-error
{
	color: #c92323;
	font-weight: bold;
	font-size: 17px;
}
/****************************************************/
