﻿#holder
{
    width:455px; 
    height:122px;
    padding:2px 2px 2px 2px; 
    border:1px #cccccc solid; 
   
    background-repeat: no-repeat;
    margin-top:5px;
    text-align:left;
}
#holder:hover 
{
    border:1px #333333 solid;
    background-color:#e9e9e9;
}
.title
{
    
    float:right;
    
    width:245px;
    text-align:left;
    font-family:Arial; 
    color:#0057cc; 
    font-size:14px; 
    font-weight:bold;
   
  
}
.description
{width:245px;
    float:right; 
    position:relative;
    text-align:left; height:85px;font-family:Arial; color:#333333; font-size:12px;
   
}
.launch
{
    float:right; text-align:center; 
    font-family:Arial; 
    width:248px;  
    font-size:12px;
    background-image:url(../images/broadvox-university/button_back.jpg); 
    background-position:right; 
    background-repeat:no-repeat; 
    vertical-align:middle;
}
.launch:hover
{
    color:White;
}
#buni /* this is the image on left */
{
    float:left;
    width:200px;
    height:122px;
    border:0px #333 dotted;
    background-image:url(../images/broadvox-university/Broadvox-University-Logo.png);
    background-repeat:no-repeat; 
    vertical-align:middle;
}