/*BOTONES*/
.forms_TextField {
	width:198px;
	height:24px;
	border:0px;
	background-color:#E9E9E9;
	background-image: url(../Images/textfield.gif);
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:4px;
	margin-top: 2px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	
}
.button1
{
	border: 0px; 
	margin: 3px; 
	WIDTH: 89px;
	height:22px; 
	font-family: Tahoma,Verdana,Arial; 
	font-size:11px;
        font-weight:normal;
	text-decoration:none;
	color: #666;
	background:white url(../IMAGES/button.GIF) no-repeat;	
	text-align: center; 
	
	line-height: 19px;
	cursor:pointer;
}

.button2
{
	border: 0px; 
	margin: 3px; 
	width:106px;
	height:22px;
	font-family:Verdana;
	font-size: 11px;
	float:left;
	line-height:20px;
	background: url(../Images/button2.gif);
	color:#666666;
	text-align:center;
	cursor:pointer;
}

/*BOTONES*/
