/**
* cdproductinformations :: Questions, devis et informations sur un produit
*
* @author    contact@cleanpresta.com (www.cleanpresta.com)
* @copyright 2013-2014 cleandev.net
* @license   You only can use module, nothing more!
*/

#cdproductinformations{
	margin: 13px 0;
}

#cdproductinformations fieldset{
	border : 1px solid #DBDBDB;
	padding : 10px;
	width: 97% !important;
}

#cdproductinformations fieldset legend{ 
	border : none;
	border-left : 1px solid #DBDBDB;
	border-right : 1px solid #DBDBDB;
	padding : 0 10px;
	margin : 0;
	padding: 0 10px;
	font-size : 15px;
	width: auto;
}

#cdproductinformations .text input, #cdproductinformations .text textarea{
	width: 65%;
}
#cdproductinformations label{
	width: 30%;
}
#cdproductinformations  .infos{
	margin-bottom: 14px;
	text-align: justify;
}

#cdproductinformations .contact_error{border : 1px solid red;}