


#container_webinars
{
    width: 852px;
    float: left;
}

#container_webinars li
{
    list-style: none;
}

#list_webinars
{
    margin: 0;
    padding: 0;
}

.container_webinar
{    
    width: 852px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.container_registration
{
    width: 432px;
    overflow: hidden;
    position: relative;
}

.container_registration_slider
{
    margin-left: 80px;
    margin-top: -430px;
    width: 335px;
    
}

.container_registration_form p
{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.container_registration_form
{
    padding: 5px;
    margin-bottom: 5px;
    border: 1px dashed black;
    background-color: white;
    height: 380px;
}



.testa
{
    padding: 5px;
}

.webinar_row_color
{
    background-color: #CED2DD;
}

.webinar_row_color_alternate
{
    background-color: #E5E5E5;
}

.container_left_column
{
    width: 430px;
    float: left;
}

.container_right_column
{
    float: right;
    width: 422px;
}

.container_registration
{
    width: 422px;
    float: left;    
    
}

.webinar_topic
{
    width: 340px;
    float: left;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}

.webinar_length
{
    float: right;
    margin: 0px;
    padding: 5px;
}



.webinar_short_desc
{
    margin: 0px;
    padding: 5px;
    width: 350px;
    
}


.webinar_long_desc
{
    margin: 5px;
    padding: 5px;
    display: none;
    width: 350px;
}

.webinar_read_more
{
    margin: 5px;
    font-size: small;
}

.button_read_more
{
    font-size: smaller;
}

.container_webinar_date
{
    list-style: none;
}

.webinar_date
{
    padding-top: 5px;
    float: left;
    padding-left: 30px;
    font-size: smaller;
    
}

.wrapper_date_buttons
{
    float: right;
}

.button_register_to_webinar
{
    margin: 5px;
    float: right;
    font-size: smaller; 
}

.button_submit_registration
{
    margin-left: 130px;
}

.webinars_column_header
{
    float: left;
}

#webinars_header_topic
{
    width: 380px;
}

#webinars_header_time
{
    width: 118px;
}

#webinars_header_date
{
    
}

.form_registration
{
    margin-left: 0px;
}

.form_registration input
{
    width: 185px;
}

.registration_topic, .registration_date
{
    font-weight: bold;
}

.container_labels
{
    width: 100px;
    float: left;
    line-height: 22px;
}

.container_inputs
{
    margin-left: 20px;
    width: 200px;
    float: left;    
}



.clear
{
    clear: both;
}


