/******* CONTAINER *******/
#container_CF{
	padding: 20px 100px 50px 100px;
    text-align: left;
    margin:0 auto;
	position:relative;
    padding-bottom: 10px;

}

#confirmation{
	padding: 100px 40px 100px 40px;
    text-align: left;
    color: #828181;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}

#container_CF h3{
    font-size: 1.2em;
    color: #736b70;
}
#container_CF p{
    font-size: 1em;
    color: #736b70;
    font-weight: bold;
    margin-bottom: 25px;
}

/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input.error{
	border-color: #e77776;
}
#txt_email{
	width: 320px;
	padding: 6px;
	color: #828181;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 1px solid #cecece;
}

#customForm textarea{
	width: 550px;
	height: 220px;
	padding: 6px;
	color: #828181;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 1.1em;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}

#error{
	margin-bottom: 10px;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 1.1em;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.2em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/