/*        < blank >       */
/*     Nicolas Taffin     */
/*  http://polylogue.com  */


/****************************************/
/*     	        formulaires	            */							
/****************************************/

/* used against spam */

input
{
	vertical-align: middle;
}

.textFieldKey
{
	display: none;
}


.textField
{
	border-top: 1px #C5C7CC solid;
	border-left: 1px #C5C7CC solid;
	border-right: 1px #C5C7CC solid;
	border-bottom: 1px #E1E3E9 solid;
	background-color: #E4E4E4;
	color: #322942;
	font-size: 0.8em;
	padding: 0.3em;
	width: 11em;
}

.textField:focus 
{
background-color: #FFFFA7; 
width: 12em;
}

.buttonField
{
	margin-left: 6px;
	background-color: #E4E4E4;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 1.4em;
	border: 1px #C5C7CC solid;
	padding: 0.3em;
	color: #322942;
	-moz-border-radius: 0.9em;
	-webkit-border-radius: 0.9em;
}
.buttonField:hover
{
	border: 1px #322942 solid;
	background-color: #322942;
	color: #E4E4E4;
}

#document input[type=text]
{
}


