/* Modal */
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8; 
}
  
#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:700px;
    display:none;
    z-index:9999;
    padding:20px;
}

.content_wideheader
{
    float:right;
    background:transparent url('/scarlet-one/_media/images/content-panel-top-700px.png') no-repeat scroll center top;
    height:20px;
    width:700px;
    z-index:200;
}

.content_widecenter
{
    float:right;
    background:transparent url('/scarlet-one/_media/images/content-panel-center-700px.png') repeat-y scroll center top;
    width:700px;
    z-index:200;
    overflow:hidden;
}

.content_widecenter div.default-padding
{
    padding: 0 30px;
    clear:both;
}

.content_widefooter
{
    float:right;
    background:transparent url('/scarlet-one/_media/images/content-panel-bottom-700px.png') no-repeat scroll center top;
    height:20px;
    width:700px;
    z-index:200;
}

.content_widecenter a:hover {
    color:red;
}

