﻿.fullh {
	MIN-HEIGHT: 100%; HEIGHT: 100%
}
HTML > BODY fullh {
	HEIGHT: auto
}
.fullw {
	WIDTH: 100%
}
.full {
	MIN-HEIGHT: 300px; WIDTH: 100%; HEIGHT: 100%
}
HTML > BODY full {
	HEIGHT: auto
}

.textbox1{
	color:#4A4A4A;
	font-size:14px;
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	background-image:url(../img/textbox_background.jpg);
	border-width:0px;
	border-style:none;
	height:22px;
}
.boton1{
	color:#F2F2F2;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../img/boton1.png);
	background-repeat:no-repeat;
	border-width:0px;
	border-style:none;
	width:101px;
	height:25px;
}
	

