/* 

    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: 60px; 

	margin-top: 10px;
	padding:20px;

}



.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: center;

}



.td-envoyersolo-contact{

	margin-top: 8px;

}



.asterix

{

	font-weight: bold;

	font-size: 17px;

}



.asterix-error

{

	color: #c92323;

	font-weight: bold;

	font-size: 17px;

}

/****************************************************/


