.widget {
    display:block;
    position:relative;
    padding:0;
    margin:0;
    }
    
    #body_right_container .widget {
        width:280px;
        margin:0 0 10px 0;
        background-image:url("../images/layout/backgrounds/widgets/widget_280_middle_background.png");
        background-repeat:repeat-y;
        z-index:1;
        }
    #body_right_container .widget-yellow {
        background-position:-285px top;
        }
        
    .widget .widget-content {
        display:block;
        position:relative;
        padding:0;
        margin:0;
        }
        
        #body_right_container .widget .widget-content {
            background-image:url("../images/layout/backgrounds/widgets/widget_280_bottom_background.png");
            background-repeat:no-repeat;
            background-position:left bottom;
            z-index:100;
            }
            
        #body_right_container .widget-yellow .widget-content {
            background-position:-285px bottom;
            }
    
    
    .widget .widget-background {
        display:block;
        position:absolute;
        top:0;
        left:0;
        padding:0;
        margin:0;
        }
        #body_right_container .widget .widget-background {
            height:6px;
            width:100%;
            background-image:url("../images/layout/backgrounds/widgets/widget_280_top_background.png");
            background-repeat:no-repeat;
            background-position:left top;
            z-index:10;
            }
        #body_right_container .widget-yellow .widget-background {
            background-position:-285px top;
            }


/* Generic Content */
.widget-content .section { 
    padding:15px;
    }
.widget-content h3 {
    color:#e8c24e;
    font-size:18px;
    font-weight:normal;
    margin:0 0 .3em 0;
    }
.widget-content p {
    font-size:12px;
    color:#FFF;
    line-height:1.3em;
    margin:0 0 .25em 0;
    }
.widget-content a { 
    color:#e8c24e;
    font-size:12px;
    text-decoration:none;
    }
    .widget-content a:hover { 
        color:#e8c24e;
        text-decoration:underline;
        }
.widget-content input.button { border:none; }
.widget-content .button { 
    display:block;
    position:relative;
    float:left;
    padding:5px 5px 5px;
    margin:5px 0 0 0;
    font-size:11px;
    font-weight:bold !important;
    color:#005088;
    text-decoration:none;
    background-color:#e6c04d;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    }
    .widget-content .button:hover { 
        color:#005088;
        text-decoration:none;
        background-color:#d0ebfd;
        }

.widget-content .link { 
    display:block;
    position:relative;
    float:left;
    padding:5px 5px 5px 10px;
    margin:5px 0 0 0;
    font-size:11px;
    font-weight:bold;
    color:#e6c04d;
    text-decoration:none;
    }


/* Start Specific Widgets */
#body_right_container #email_signup_container .widget .widget-content { 
    padding:0;
    color:#323232;
    }
    
#email_signup_container .section { 
    display:block;
    position:relative;
    min-height:45px;
    padding:15px;
    margin:0;
    background-image:url("../images/layout/backgrounds/widgets/email_signup_background.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    }

    #email_signup_container #email_textbox {
        width:240px;
        margin-bottom:10px;
        padding:2px 3px;
        font-size:10px;
        color:#b61d2c;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #FFF;
        }
    #email_signup_container #opt_in_checkbox {
        display:block;
        position:relative;
        float:left;
        }
    #email_signup_container label {
        display:block;
        position:relative;
        float:left;
        width:220px;
        margin:0 0 5px 8px;
        font-size:11px;
        line-height:1em;
        }
    #email_signup_container .button { 
        display:block;
        position:relative;
        clear:left;
        float:right;
        margin:10px 5px 0 0;
        padding:4px 3px 3px;
        font-size:11px;
        font-family:arial, sans-serif;
        font-weight:bold;
        color:#FFF;
        text-decoration:none;
        background-color:#bf1e2e;
        border:none;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        }
        #email_signup_container .button:hover {
            background-color:#ad1b2a;
            }

#host_event_container { margin-top:5px; padding-top:5px; }
#host_event_container .section {
    margin-top:-10px;
    padding:15px 70px 15px 15px;
    background-image:url("../images/layout/backgrounds/widgets/host_event_image.png");
    background-position:195px 0;
    background-repeat:no-repeat;
    }

#equipment_reservations_container h3 { width:250px; }
#equipment_reservations_container .section {
    margin-right:-4px;
    padding:15px 90px 15px 15px;
    background-image:url("../images/layout/backgrounds/widgets/equipment_reservations_image.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    }

#amtrak_reservations_container { margin-top:5px; padding-top:5px; }
#amtrak_reservations_container h3 { width:250px; }
#amtrak_reservations_container .section {
    margin-top:-10px;
    padding:15px 120px 15px 15px;
    background-image:url("../images/layout/backgrounds/widgets/amtrak_reservations_image_v2.png");
    background-position:170px 0;
    background-repeat:no-repeat;
    }
    
#route_atlas_container .section {
    padding:15px 105px 15px 15px;
    background-image:url("../images/layout/backgrounds/widgets/route_atlas_image.png");
    background-position:185px bottom;
    background-repeat:no-repeat;
    }

#amtrak_vacations_container .section {
        background-image:url("../images/layout/backgrounds/widgets/amtrak_vacations_container_background.gif");
        background-position:160px 95%;
        background-repeat:no-repeat;
        }


.column560 .widget {
    width:560px;
    margin:0 0 6px 0;
    background-image:url("../images/layout/backgrounds/widgets/widget_560_middle_background.png");
    background-position:left top;
    background-repeat:repeat-y;
    z-index:1;
    }
    
.column560 .widget .widget-content {
    background-image:url("../images/layout/backgrounds/widgets/widget_560_bottom_background.png");
    background-repeat:no-repeat;
    background-position:left bottom;
    z-index:100;
    }
    
.column560 .widget .widget-background {
    height:6px;
    width:100%;
    background-image:url("../images/layout/backgrounds/widgets/widget_560_top_background.png");
    background-repeat:no-repeat;
    background-position:left top;
    z-index:10;
    }
    
.column560 .widget-primary { background-position:-565px top; }
.column560 .widget-primary .widget-content { background-position:-565px bottom; }
.column560 .widget-primary .widget-background { background-position:-565px top; }

.widget-white { 
    display:block;
    position:relative;
    float:left;
    width:260px;
    height:150px;
    margin:0 10px 0 -5px;
    font-size:12px;
    line-height:1em;
    background-image:url("../images/layout/backgrounds/white_widget_background.png");
    background-position:-6px 0;
    background-repeat:no-repeat;
    }
    .widget-white h2 { margin-bottom:10px !important; }
    .widget-white .content {
        display:block;
        position:relative;
        padding:20px 0 20px 20px;
        }
        .widget-white .content .button {
            position:absolute;
            top:100px;
            left:20px;
            background-color:#005088 !important;
            color:#FFF !important;
            }
        .widget-white .content .button:hover { 
            background-color:#005088;
            color:#FFF;
            }
        .widget-white .content .size {
            position:absolute;
            top:108px;
            right:40px;
            color:#005088;
   }