.inputTitle{
	position: absolute;
    padding-left: 3px;
    padding-right: 2px;
    color: #333333;
    font-size: 80%;
    left: 0px;
    margin-top: -10px;
    background: white;
    width: 100%;
}

.inputTitleSelect{
	position: relative;
    margin-left: 3px;
    padding-right: 2px;
    color: #333333;
    font-size: 80%;
    left: 0px;
    margin-top: -15px;
    background: transparent;
    width: 100%;
}

input{
	border: 0px;
}

.fundo2Initial {
    position: absolute;
    padding: -5px;
    width: 100%;
    left: 0;
    top: 50px;
    margin-left:50px;
    bottom: 25px;
    overflow: auto;
    opacity: .05;
    filter: ~"alpha(opacity = 20)";
    background-size: 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/resources/image/logo/logofundo.png);
    pointer-events: none;
}

.error {
	display: block;
	color: #D12626;
	text-align: left;
	font-size: 12px;
	width: 100%;
	padding-top: 2px;
	list-style-type: none;
}

.ui-inputfield {
    margin: 0;
    outline: medium none;
    padding: 4px;
    font-weight: normal;
    min-height: 35px;
}

.rt_watermark {
  color: #d0d0d0;
  font-size: 200pt;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  opacity: 0.4;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}