/**
 * Description of conselio_wp_maps style file form.css
 *
 * @author  CONSELIO S.A.
 *          http://www.conselio.com
 *          Adrien Bianchi
 *          adrien(at)conselio.com
 */

#cwm_form{
    width:100%;
    height: 150px;    
}

#cwm_form textarea{
	width:100%;
    height: 125px; 
    background-color:rgba(252, 160, 2, 0.2) ; 
    border-radius:2px;
    border:none;
}