.ubam {
	padding: 5px;
}
.ubam ._ubam_overlay {
	background-image: url(../images/overlay.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.ubam ._ubam_busy {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	display: none;	
}
.ubam ._ubam_error {
	font-size: 12px;
	color: #FFF;
	background-color: #C30;
	padding: 0px 5px;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ubam input,
.ubam select {
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ubam input.ubam_file {
	padding: 0px;
	border: 0px;
}
.ubam input.ubam_text {
	width: 240px;
}
.ubam select.ubam_select {
	width: 250px;
}
.ubam input.ubam_button {
	background-color: #F4F4F4;
	cursor: pointer;
}
.ubam input._ubam_small {
	width: 60px;
}


.ubam-ads {
	position: relative;
	z-index: 1;
}
.ubam-ads a {
	text-align: center;
	display: block;
}
.ubam-ads span {
	line-height: 10px;
	background-color: #000;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.ubam-ads a.ubam-ads-form {
	padding: 2px 2px !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	line-height: 10px !important;
	color: #EEE !important;
}
.ubam-ads a.ubam-ads-form:hover {
	text-decoration: underline;
}







