/* 
    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;
}
.ampContactText {
	/*border: 1px solid #CCCCCC;
	width: 120px;
	margin: 3px 0;*/

background-color:#FFFFFE;
border:1px solid #CECFCE;
color:#737374;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:19px;
line-height:20px;
margin: 3px 0;
padding-left:3px; background-position:left;
width:188px; 

}
.ampContactButton {
	/*border: 1px solid #CCCCCC;*/
	
	/*url(images/stories/submit.jpg) repeat-x;*/
	background-image:url(../images/submit.jpg);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	height:21px;
	padding-bottom:4px;
	font-size:10px;
	
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0px;
	width:70px;
}
.osolCaptchaBlock .ampcon{ border:1px solid red;}

.ampContactTextarea {
	/*border: 1px solid #CCCCCC;
	width: 120px;
	height: 30px;*/ background-color:#FFFFEE;
border:1px solid #CECFCE;
color:#737374;
/*float:left;
*/font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
height:80px;
padding-left:3px;
width:188px;
	margin: 3px 0;
}
.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;
}
/****************************************************/
