/*FORMULÁRIO PARA COMENTARIOS*/
#commentform{
  margin-bottom: 10px;
  width: 480px;
}
#commentform label{
  width: 50px;
}
#commentform input#author, #commentform input#email, #commentform textarea#comment{
  width: 250px;
}
#commentform textarea#comment{
  height: 80px;
}
div.displayComment{
  padding: 4px;
}
div.displayComment.even{
  background-color: #efefde;
}
div.displayComment.odd{
  background-color: #eaffff;
}


/*VIDEOS*/
div.videoContent, div.videoContentThumbnail{
  border-bottom: 1px solid #EEE;
  min-height: 110px;
  height: auto !important;
  height: 110px;      
}
div.videoContentThumbnail div.thumbnail{
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 5px 0;
}

div.videoContentThumbnail div.thumbnail img{
  border: 2px solid #c00;
}
div.videoContent a, div.videoContentThumbnail a{
  font-weight: bold;
}

div.videoPopup{
  background-color: #FFF;
}