/* 
    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
{
	background-image:url(../../../templates/hks/images/HKS-contact.jpg);
	background-repeat:no-repeat;
	clear:both;
	float:none;
	height:1130px;
	margin-left:15px;
	text-align:right;
	width:800px;
	color: #FFFFFF;	
	
}

form{
float:right;
padding-right:70px;
padding-top:565px;
width:309px;}

.contact-error 
{
	color: #c92323;
}

.table-envoyer-contact
{
margin-top:2px;
width:311px;
}

.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;
}


table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 90px;
	border: 1px solid #ccc;
	margin: 3px 0 10px 0;
}


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

