

/* ######################### */
/*       form_contact        */
/* ######################### */


@font-face {
    font-family: 'BubbleBathRegular';
    src: url('captcha/bubblebath.ttf') format('truetype');

    /*font-weight: normal;*/
    font-weight: 200;
    font-style: normal;
}





/* TITLE */
p.title {
	font-size: 24px;
}


/* TEXTAREA */
textarea.form_contact {
	width: 100%;
	max-width: 450px;
	height: 100px;
}





/* ######################### */
/*          captcha          */
/* ######################### */

.mitipoguayfc {
	font-family: "BubbleBathRegular";
	font-size: 27px;

	/*font-weight: bold;*/
	
	height: 42px;
	width: 192px;
	
	color: rgb(94, 109, 255);
	background-color: #afe339;
	border: 1px solid;
	vertical-align: top;
}

