

#newsletter{
    background: transparent url(../images/newsletter_ro.png) left no-repeat;
    width: 200px;
    height: 70px;
    position: relative;
    font-weight: bold;
    text-indent: 15px;
    font-size: 11px;
	float:right;
	margin-top:-27px;
}
#newsl{
  background: transparent;
  width: 110px;
  height: 16px;
  padding: 0;
  border: 0;
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-size: 12px;
}
#submit{
  background: transparent;
  width: 44px;
  height: 28px;
  padding: 0;
  border: 0;
  position: absolute;
  bottom: 21px;
  right: 15px;
  cursor: pointer;
}
#submit:hover{
  background: transparent url(../images/submit_ro.png) no-repeat;
}
