/* 
    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-contactform3
{
text-align:right;
padding-right:24px;
background:#1C3462; 
/*margin-top:94px;*/
width:700px;
}

.contact-error 
{
	color: #c92323;
}

.table-envoyer-contact
{
	margin-top: 4px;
	width: 420px;
text-align:right;
}

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

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

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


.container-contactform3 .send_but
{
border:none;
padding-top:14px;
width:89px;
text-align:right;
background:url(send_but.jpg) bottom right no-repeat;
}

.container-contactform3 .reset_but
{
border:none;
padding-top:14px;
width:89px;
text-align:right;
background:url(reset_but.jpg) bottom right no-repeat;
}


.container-contactform3 input
{
width:316px;
height:17px;
border-bottom:1px solid #BDC8DA;
border-left:none;
border-right:none;
border-top:none;
background:#1B3561; 
color:#C2C2C2;
font-size:12px;
font-family:arial;
margin-top:16px;
}

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

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