.text9px {
	font-family: tahoma;
	font-size: 11px;
	color: #5b5b5b;
}
.text9px:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #1B7AE4;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.textrojo {
	font-family: tahoma;
	font-size: 11px;
	color: #A9060B;
}
.textrojo:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #5b5b5b;
}
.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}.copy:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #5b5b5b;
	text-decoration: none;
}

  .input{
  		width:132px; height:17px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#DBDBDB;
		font-family:Tahoma; font-size:10px;  color:#8A8A8A;
		padding-top:1px;
		}
		


		.textarea{
		width:132px; height:90px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#DBDBDB;
		font-family:Tahoma; font-size:10px;  color:#8A8A8A;
		padding-top:1px;
		overflow:auto;
		}