




#r_rpp{
  float: right;
  width: 660px;
  border-left: px solid #CCCCCC
}

#l_lpp{
  float: left;
  width: 480px;

}

.text-eve{
    border: 1px solid #F0F0F0;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow:2px 2px 3px #666;
    -moz-box-shadow:2px 2px 3px #666;
    -webkit-box-shadow:2px 2px 3px  #666;
    padding:5px;
    outline:0px;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    margin-bottom: 8px;

}
.text-eve:hover{
    border-color:#F60;
}
.text-eve:focus{
    border-color:#F60;
    background-color:#F0F0F0;
}



.clear_cont { clear: both;}
#clear_cont { clear: both;}
