.texto01{
	font-family: Tahoma;
	font-size: 12px;
	color: black;	
}
.texto02{
	font-family: Tahoma;
	font-size: 12px;
	color: #dadada;
}
.texto03{
	font-family: Tahoma;
	font-size: 10px;
	color: #dadada;
}
.texto04{
	font-family: Tahoma;
	font-size: 10px;
	color: black;
}
.texto05{
	font-family: Tahoma;
	font-size: 16px;
	color: black;
}
.link01{
	font-family: Tahoma;
	font-size: 12px;
	color: #dadada;
	text-decoration: none;
}
.link01:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}



#customerName, #customerSurname{
	background: #fff url(cliente.png) no-repeat 2px center;
	padding-left: 22px;
	border: 1px solid #858585;
	width: 215px;
	margin-bottom: 2px;
	font-family: Tahoma;
}
#customerEmail{
	background: #fff url(email.png) no-repeat 2px center;
	padding-left: 22px;
	border: 1px solid #858585;
	width: 215px;
	margin-bottom: 2px;
	font-family: Tahoma;
}
#customerPhone{
	background: #fff url(consulta.png) no-repeat 2px center;
	padding-left: 22px;
	border: 1px solid #858585;
	width: 215px;
	margin-bottom: 2px;
	font-family: Tahoma;
}
#botonenviar{
	background: #fff url(botonfondo.gif);
	border: 1px solid #858585;
	width: 100px;
	font-family: Tahoma;
	color: white;
}
#botoncancelar{
	background: #fff url(botonfondo.gif);
	border: 1px solid #858585;
	width: 100px;
	font-family: Tahoma;
	color: white;
}