#forms{
	position:relative;
	width: 191px;	
}

#forms h4{	
	color: #ffffff; 
	padding: 10px 0px 5px 10px; 
	background-image: url(../images/forms-spacer.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#forms-header{
	background-image:url(../images/form-header.png);
	background-repeat:no-repeat;
	width:auto;
	height: 40px;
}
#forms-content{
	background-image:url(../images/form-content.png);
	background-repeat:repeat-y;
	width:auto;
	padding: 10px;
}
#forms-footer{
	background-image:url(../images/form-footer.png);
	background-repeat:no-repeat;
	width:auto;
	height: 23px;
	display: block;
}

.dd{
	width:170px;
}
.lbl{
	font-size: .8em;
}

/* Search Button */
.search-rollover, .search-rollover_es{
	display: block;
	width: 76px;
	height: 32px;
	background-image: url(../images/search-btn.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin: 0 auto;
}
.search-rollover_es{ background-image: url(../images/search-btn.es.png); }
.search-rollover:hover, .search-rollover_es:hover{
	background-position: 0 -32px;
}
.search-rollover a, .search-rollover_es a{
	line-height:2;
	text-indent: -9999px;
	width:76px;
	text-decoration: none;
}

/*submit Button*/
.submit-rollover, .submit-rollover_es{
	display: block;
	width: 76px;
	height: 32px;
	background-image: url(../images/submit-btn.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin: 10px auto 0 auto;
}
.submit-rollover_es{
	background-image: url(../images/submit-btn.es.png);
}
.submit-rollover:hover, .submit-rollover_es:hover{
	background-position: 0 -32px;
}










