/***************************************************
****************************************************
                          CSS KIAGI Contact
version: 0.1
Date : 2009-10-29
author: Crealyse Team
email: support@crealyse.net
website: http://www.crealyse.net/
projet: KIAGI
*****************************************************
*****************************************************/
/*--------------------------------------------------------
           Form
--------------------------------------------------------*/
#formHolder{margin-top:15px;}
.contactFormFieldHolder{margin-top:4px;}
.contactFormField{float:left;width:100px;text-align:left;height:20px;line-height:20px;}
.contactFormInputText{float:left;width:250px;}
.contactFormInputText input{border:1px solid #979E93;width:250px;font-size:11px;height:16px;}
.contactFormInputTextarea{float:left;width:250px;}
.contactFormInputTextarea textarea{border:1px solid #979E93;width:250px;height:150px}

.contactFormSubmitHolder{float:right;margin-right:40px;margin-top:20px;}
.contactFormSubmitHolder input{
float:left;
color:#2E3D26;
font-size:11px;
background:url(../images/btn_ok.png) no-repeat;
height:17px;
width:26px;
margin-left:4px;
cursor:pointer;
border:none;
}
.erreur{
padding-left:102px;
color:#ff9999;
font-weight:bold;
font-size:9px;
}
.contactFormSubmitHolder input:hover{
background:url(../images/btn_ok_hover.png) no-repeat;
}

.contactFormSubmitHolderpop{margin-right:40px;margin-top:3px;}
.contactFormSubmitHolderpop input{
color:#2E3D26;
font-size:11px;
background:url(../images/btn_ok.png) no-repeat;
height:17px;
width:26px;
margin-left:48px;
cursor:pointer;
border:none;
}

.contactFormSubmitHolderpop input:hover{
background:url(../images/btn_ok_hover.png) no-repeat;
}
