
#colRight #rowSearch {
	position: relative;
	width   : 345px;
	height  : 132px;
	margin  :   0px  auto  10px  auto;
	padding :  20px;
	background-image   : url(../images/bgBuscar.jpg);
}

#colRight #rowSearch p.btn {
	position: absolute;
	bottom  :   5px;
	right   :  10px;
	font-weight: bold;
}
#colRight table td {
	font-family: "Trebuchet MS";
	font-size  : 80%;
	color      : #2E2D23;
}
#colRight table td label {
	font-weight: bold;
}
#colRight table td input {
	border  : solid 1px #2E2D23;
}
#colRight table td textarea {
	border  : solid 1px #2E2D23;
}

#tdLblName  { width: 135px; padding-bottom: 5px; }
#tdLblEmail { width: 135px; padding-bottom: 5px; }
#tdLblMsg   { width: 135px; padding-bottom: 5px; vertical-align: top; }
#tdInpName  { width: 175px; }
#tdInpEmail { width: 175px; }
#tdInpMsg   { width: 175px; height: 60px; }
#inpName    { width: 175px; }
#inpEmail   { width: 175px; }
#inpMsg     { width: 175px; height: 60px; }