/*---- Styled by Jesse Scott for Dine.TO - February 9th, 2016 ----*/
/*------forced to recreate by Edward, but resentfully completed by JN.*/

/*-- Fonts --*/

@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
@import url(https://fonts.googleapis.com/css?family=Muli);
/* 
font-family: 'Crimson Text', serif;
font-family: 'Open Sans Condensed', sans-serif;

font-style: italic;
*/

.website div, 
.website ul, 
.website li, 
.website h1, 
.website h2,  
.website a, 
.website i,
.content .viplist_form .section .button .submit{
    transition: all 0.5s;

}
.website h3 {
    transition: all 0.5s;
    text-shadow: 2px 2px #000000;
}

h2.icon{display:none;}

/*-- Header --*/
.header {
    height: 0px;
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align:center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;    
}
/*---------------------hide default info in header. --*/
.header .header_info {
    background-color:transparent;
    position:fixed;
    bottom:0;
    text-shadow:none;
    color:#fff;
    font-family: 'Muli', sans-serif;
    letter-spacing:2px;
    padding-top:10px;
    padding-bottom:10px;
    background-image: none;
    border-style: solid;
    border-top: thick ridge #ff0000;
    
}

a.detail.link{
    display:block;
    border:1px solid #ff0000;
    padding:0px 10px 0px 10px;
}

a.detail.link:hover{
    text-decoration:none !important;
    background-color:#000;
    color:#fff;
}
.header .header_info .link.active span, .header .header_info .link:hover span, .header .header_info .email.active span, .header .header_info .email:hover span{
    text-decoration:none !important;
}

.header .header_info .detail{
margin-left:5px;}


.header .header_info .name,
.header .header_info .social
{
    display:none;
}


/*----------------------sets the logo placement & cues transition-- */
.header .header_logo {
    background-size: 100%;
    width: 400px;
    height: 340px;
    top: 150px;
    margin: 0 auto;
    float: none;
    position: relative;
    left: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
     transition: all .6s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
     filter: drop-shadow(5px 5px 5px #222);
   
}


/*-- Nav --*/

/*------------------
----navbar color and position---*/
.nav {
    clear: none;
}
.nav .list_pages    {    
    position:fixed;
    width:100%;
    color:rgba(255,255,255,0);
    background-color:rgba(0,0,0,0);
    float:none; 
    text-align:center;
}
/*----------------------navbar text formatting ---*/
.nav .list_pages .item_page .link {
    font-family: 'Muli', sans-serif;
    letter-spacing: 1.6px;
    font-size:100%;
    color:#cccccc;
    text-shadow:none;
    text-align:center;
    text-shadow: 1px 1px #000000;
    
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale !important; 
    text-transform:uppercase;
   
}

/*---------------------------------------navbar text on HOVER---*/
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
    color:#ff0000;

   

}

/* ------------------------------------------- COMPACT HEADER/NAV STYLES -- */
.header.compact {
    background-color: rgba(0, 0, 0, 0.0);
    height: 90px;
    position: fixed;
    text-align:center;
    
}
.header.compact .header_logo {
    margin-top: -5px;
    top: 0;
    width: 100px;
    height: 85px;
    float: left;
    position: absolute;
    transition: all 0.5s;
}

.header.compact .header_logo img{
opacity:0;
}
.header.compact .nav .list_pages {
   padding:20px;
   margin-top:-50px;
    color:#cccccc;
    background-color: rgba(0,0,0,0.9);
    background-image: none;
    border-style: solid;
    border-bottom: thick ridge #ff0000;
   
}
.header.compact .nav .list_pages .item_page {
    margin-left: 17px!important;
    margin-top: 18px;
}
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ Content -- */

/*--------------------------------architecture*/

div.flexCont{
    width:80%;
    margin:0 auto;
}
div.flexCont img{
    width:100%;
    height:auto;
    margin:0 auto;
}

div.whiteBg{
    background-color:transparent;
    width:100%;
    padding:20px;'
    
}

.content .menus_content .item_details img {
    width: auto;
    padding: 0;
}




/*-----------------------------------------------UNIVERSAL TEXT FORMATTING*/
p.emphasis{
   font-size:140%;
}

.content    {    
   font-family: 'Muli', sans-serif;
   color: #fff;
   padding: 0;
}
.content a   {
    color: #484848;
}
.content a:hover  {
}


.content h1   {
}

.content h2   {
    font-size: 36px;
    
    float: none;
    text-align: center;
    text-transform:uppercase;
    color: #fff;
    line-height: 150%;
    margin: 0 auto 20px 0;
    letter-spacing: 1px;
    transition: all 2s !important;
    font-family: 'Muli', sans-serif;
}

}
.content hr   {
    border: #ff0000 1px solid;
}
.content .inset_block,
.content .image_border {
    border-color: red;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
.content .body_sublinks {
    display: none;
}


/*  ------------------------------------ Page -- */
.page {
    background-color:transparent;
    background-size: cover;
    background-size: auto 110%;
    min-height: 100vh;
    border-color: red;
}
.page .page_banner {
    display: none;
}
.page .page_content {
    background-color: rgba(0, 0, 0, 0.0);
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
    
}
.page div,
.page p {
    transition: all 2s !important;
}

/* -- Home -- */

div#home{
    height:1280px;
    height:100vh;
    background-color:white;
}

.page[data-page=home] .page_content {
    background-color: transparent;
}
.scroll-down    {
    margin-top: 250px;
    margin-bottom: 100px;
}



/* -- Info -- */
#info > div.page_content.page_content_hasbanner > div > div.body_block > div > p    {
    text-align: center;
}
.content .block_info_hours .text_list {
    margin: 0 auto;
    font-size: 16px;
    width: 335px;
    
}

div.infoBox{
    width:70%;
    margin:0 auto;
    text-align:center;
}
div.infoBox2{
    width:80%;
    margin:0 auto;
    text-align:center;
}



/* -- Menus -- */
#menus > div.page_content.page_content_hasbanner    {
background:none;
}

/* -- Menu Content -- */
.content .menus_list {
    text-align: center;
    color:#032A3A;
}
.content .menus_content .menu_name  {
       font-family: 'Muli', sans-serif;
    float: none;
    font-size: 44px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#ff0000;
}
.content .menu_section h3.section_name {
   font-family: 'Muli', sans-serif;
    font-size: 28px;
    line-height: 120%;
    border-color: red;
    letter-spacing: 1px;
    color:#3d3d3d;
}
.menu_section .menu_item {
    font-family: 'Muli', sans-serif;
        color:#000;
    border-bottom: 1px solid #ff0000;
    min-height: 75px;
    padding-bottom:15px;
}
.menu_section .menu_item h4.item_name,
.menu_section .menu_item td.price{
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
}
.content .menu_section .menu_item .item_desc    {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    text-transform: lowercase;
    font-style:normal;
}
.content .menu_section .menu_item h4.item_name,{
    color:#000;
    letter-spacing:1.5px;

}

/* -- Groups -- */
.content .block_group_photo {
    margin: 0 auto;
}
.content .block_group_description {
    text-align: center;
}
.content .block_group_description .text_block {
    text-align: inherit;
    padding: 10px;
    font-family: 'Muli', sans-serif;
    font-size: 22px;
}
.content .block_contact_directions {
    overflow: hidden;
    text-align: left;
    color: #000;
}

.block_group_description {
    font-family: 'Muli', sans-serif;
}

#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p > strong   {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;  
}
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p > span {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;  
}

#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p:nth-child(2),
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p:nth-child(10)  {
    margin-top: 30px;    
    border-bottom: 2px solid #ff0000;
}
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p:nth-child(2) > 

strong,
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p:nth-child(10) > 

strong {
    font-size: 22px;
}
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p:nth-child(1)   {
    background-color: transparent;
}


/* -- VIP -- */
#vip-list > div.page_content.page_content_hasbanner > div > div.body_block > div > div.viplist_block.viplist_block_noframe > form > 

div.section.section_buttons > div > input   {
    background: none;
    background-color: #ff0000;
    float: none;
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    padding: 10px;
}
.content .viplist_form .section .question_consent   {
    border: 2px solid #fff;
    background-color: rgba(250, 250, 250, 0.7);
}

#vip-list > div.page_content.page_content_hasbanner > div > div.body_block > div > p    {
    padding: 10px;
    background-color: rgba(250, 250, 250, 0.7);
    text-align: center;
}
#vip-list > div.page_content.page_content_hasbanner > div > div.body_block > div > div.contest_block.highlight_block    {
    border: 2px solid #fff;
    background-color: rgba(250, 250, 250, 0.7);
}
.content .viplist_form .section input.text, 
.content .viplist_form .section textarea.textarea, 
.content .viplist_form .section select.select {
    border: 2px solid #ff0000;
}



/* -- Contact -- */
.content .block_contact_form .section .field {
    width: 98%;
    padding: 10px;
}
.content .block_contact_form .section .field_header {
    margin: 0 auto;
}
.content .block_contact_form .section .field_legend {
    display: none;
}
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.floatR > div > form > 

div.section.section_fields > div.field.field_header.field_header_custom_header > h3 {
    font-size: 26px;
}
.content .block_contact_form .section .label  {
    font-size: 22px;
}
.content .block_contact_form .section input.text, 
.content .block_contact_form .section textarea.textarea, 
.content .block_contact_form .section select.select {
    border: 2px solid #ff0000;
    padding: 5px;
}
.content .block_contact_form .section .button .submit {
    background: none;
    background-color: #ff0000;
    float: right;
    margin-right: 20px;
    font-size: 22px;
    letter-spacing: 1px;
   font-family: 'Muli', sans-serif;  
    text-transform: uppercase;
    padding: 10px;
}
.content .block_contact_address .text_social    {
    display: none;
}

.content .block_contact_address .text_address, .content .block_contact_address .text_social {
    text-align: center;
}
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > strong.name {
    font-family: 'Muli', sans-serif;
    font-size: 36px;
    color: #fff;
    line-height: 150%;
    letter-spacing: 1px;
}
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > span.phone > span.label,
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > span.email > span.label,
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > span.fax    {
    display: none;
}
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > span.phone > span:nth-child(2),
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > span.email > a {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1px;
   font-family: 'Muli', sans-serif;  
}
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > 

div.text_address > span.address   {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
}
.content .text_summary, .content .header_block p, .content .body_block p {
    font-size: 110%;
    line-height: 140%;
}
div.section_desc {
    color:#000;   
}
/* -- Footer -- */
.footer {
   display:none;
}

.fa {
    font-size: 32px !important;
    padding: 10px;    
}

.footer_to_top	{
    position: fixed;
    bottom: -3px;
    right: 10px;
}
.footer_to_top	a	{
    color: #fff;
    font-size: 28px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
   
}
.footer_to_top	a:hover	{
    color:red;
    transition: all 0.4s ease;
}



/*-- Responsive --*/
@media all and (min-width: 1px) {
    .website,
    .top,
    .nav,
    .header,
    .footer{
        min-width: 0;
        max-width: 100%;
        width: auto;
    }
    .top_wrapper,
    .nav_wrapper,
    .header_wrapper,
    .footer_wrapper,
    .page_wrapper{
        min-width: 0;

        width: auto;
        margin: 0 auto;
    }
}

@media all and (max-width: 820px){
    /*---- Mobile Nav ----*/
    .header {
        height: 80px;
        background-color: rgba(0,0,0,0);
    }
   /* .header .header_logo {
        width: 200px;
        height: 170px;
    }*/
    .header.compact .header_logo {
        width: 100px;
        height: 85px;
        float: left;
        position: absolute;
    }

    .nav  {
        height: 0vh;
        margin-top: -20px;
    }
    .nav .nav_wrapper {
        height: 0vh;
    }
    .nav.nav_open {
        height: 100vh;
    }
    .nav.nav_open .nav_wrapper  {
        height: 100vh;
    }

    .nav-btn {
    
    float: none;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
    transition: all 0.5s;    
    color:#ff0000;
    z-index:999999;
       
    
    }
   /* .header.compact .nav-btn  {
        float: right;
        margin-right: 10px;
        z-index:999999;
    }*/
    .nav-btn:before  {
        font-family: icomoon; 
        color: #ff0000; 
        font-size: 26px;
        content: "\e649";
        background-color:transparent;
        padding:10px;
        border-radius:50%;
        z-index:999999;
    }

    .nav .list_pages {
        margin-top: 0px !important;
        filter: alpha(opacity=0);
        opacity: 0;
        height: 0;
        overflow: hidden;
        background-color: transparent;
        height: 100vh;
        visibility: hidden;
        z-index: 9999;
        position: absolute;
        width: 100%;
    }
    .nav .list_pages.nav_open {
        opacity: 1 !important;
        overflow: visible;
        visibility: visible;
    }
    .nav .list_pages .list_subs {
        visibility: hidden;
        opacity: 0;
    }
    .nav .list_pages .item_page {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .nav .list_pages .item_page .link {
        font-size: 22px;
    } 

    .book-now-desktop    {
        display: none !important;
    }
    .book-now-mobile    {
        display: block !important;
    }
    
    
    /*  -- Page & Floats -- */
    .floatL,
    .floatR {
        width: 100%;
        float: none;
    }

    .page .page_content {
        padding-top:0;
        padding-bottom:0;
        min-height:inherit;
    }

    .content .tour_block {
        display: none;
    }

    .footer_logo_est,
    .footer_contact,
    .footer_nav,
    .footer_social,
    .footer_logo    {
        left: 0;
        float: none;
        position: relative;
        width: 100%;
        padding: 10px;
    }
    

   
    .footer .footer_logo {
        width: 200px;
        margin: 0 auto;
    }
    .footer .footer_logo .image {
        float: none;
    }
    
    div#menu.page.page_menus{    
    background-image: none !important;
    background-color: #fff;
    }
    
    #liste-vip > div.page_content.page_content_hasbanner > div > div.body_block {
     width:84%!important;  
        margin:0 auto;
    }
     #vip-list > div.page_content.page_content_hasbanner > div > div.body_block {
     width:84%!important;   
         margin:0 auto;
    }

    
}/*end of mediaQ -----------*/

div.page{
background-size:cover;
}

div.myContainer{
    padding:20px;
    width:70%;
    margin:0 auto;
    text-align:center !important;
    
}


/*-------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------jn----------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/



.header.compact .nav .list_pages{
    position:fixed;
    width:100%;
    text-align:center;
    margin-top:-60px;
    margin-left:-5px;
    
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
}

.header.compact .nav .list_pages .item_page{
margin-left:30px;
    margin-top:18px;
}

.nav .list_pages .item_page{
    padding-bottom:0;
}

.header.compact .header_logo{
    background-size: 100%;
    width: 300px;
    height: 255px;
    top: 2px;
    margin: 0 auto;
    float: left;
    margin-left:20px;
    position: relative;
    opacity: 1;
}

div.nav_wrapper{
    margin:0;}

.page .page_wrapper{
    margin:0;
    width:100% !important;
 }


.menu_section .menu_item td.price:before{
    content:none;}


div.menu_item{
    padding:20px;
    border-radius:5px;
}
div.menu_item:hover{
    background:transparent;

}
/*------click-through transparent logo--- req. for hover fx*/
.header.compact h1.header_logo {
  pointer-events: none;
}

.content .menus_list .list_item .item_link{
font-weight:300;
    color:#002A54;
}
.content .menus_list .list_item .item_link:hover, .content .menus_list .list_item .active_link{
    text-decoration:none;
    font-size:150%;
}

.content .text_summary.subtext, .content .header_block p.subtext, .content .body_block p.subtext{
    color:#000;
    text-align:center;
}

div.gallery_link{

    border:none;
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
    
}
div.gallery_link:hover{

      -ms-transform: scale(0.9); /* IE 9 */
      -webkit-transform: scale(0.9); /* Safari */
      transform: scale(0.9); /* Standard syntax */

}

.content .block_info_about .text_summary {
    text-align: center;
    margin: 0 auto 15px 0;
}
.content .block_info_details .text_list {
    text-align: left;
    margin: 0 auto 15px 0;
    margin-top: 50px;
    width: 400px;
    font-size: 100%;
}
.content .block_info_hours .text_list {
    margin: 0 auto;
   
    padding-top: 50px;
}
@media all and (min-width: 1300px) {
        div.narrowBg{
        width:60%;}

}
@media all and (max-width: 1300px) {
    
    
    div#menu .page .page_menus{
    background-image:none !important;
    background-color:#fff;}
}
@media screen and (max-width: 1300px) {
    .header.compact .header_logo {
    margin-top: -5px;
    top: 0;
    width: 100px;
    height: 85px;
    float: left;
    position: absolute;
    transition: all 0.5s;
        display:none;
}
}
@media screen and (max-width: 800px) {
.shrink {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    transform:scale(0.8);
}
    .content .block_info_details .text_list {
    text-align: left;
    margin: 0 auto 15px 0;
    margin-top: 50px;
    width: 400px;
    font-size: 100%;
        float:none;
        width:100%;
}
.content .block_info_hours .text_list {
    margin: 0 auto;
    float:none;
    width:100%;
    padding-top: 50px;
}
.page[data-page=home] .page_content {
    background-color: transparent;
    background-image: url(/images/mobile-home.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
    div#home {
        height: inherit;
    }
    .page { min-height: inherit; }
    #slideout {
    position: fixed;
    top: 16%;
    right: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
        background-image: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index:99999;    
        
}
#slideout_inner {
    position: fixed;
    top: 16%;
    right: -250px;
    background: rgba(0,0,0,0.8);
    background-image: none;
    width: 250px;
    padding: 25px;
    height: 630px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: right;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index:99999;
}
#slideout_inner textarea {
    width: 260px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout:hover {
    right: 245px;
}
#slideout:hover #slideout_inner {
    right: 0;
}
}
/*-------------------------------------------------------------------------------------------------end of media queries, */
div.header_info.header_info_normal{
    width:100% !important;
    background-color: rgba(0, 0, 0, 0.6);
}

div.header_info_wrapper{
    width:100%; 
    text-align:center !important;
}     
.top_wrapper, .nav_wrapper{
max-width:none;
}

.header .header_info .detail:before{
content:none;

}

/*---------------------------------------------fix editor preview---*/
.content_editor, 
.mceContentBody,
.content_editor *, 
.mceContentBody * {
  color: #000000 !important;
  -webkit-transition: none !important;
  -moz-transition:  none !important; 
  transition:  none !important;
  padding:0;
  background:none;
  background-color:#fff;
}
.content .block_contact_results {
    display: block;
    margin: 0 10px 0 0;
    font-size: 110%;
    text-align: left;
    background-color: rgba(250,250,250)!important;
    background-color: rgba(250,250,250,0.6)!important;
}
#slideout {
    position: fixed;
    top: 16%;
    right: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
    background-image: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index:99999;
}
#slideout_inner {
    position: fixed;
    top: 16%;
    right: -550px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
    background-image: none;
    width: 550px;
    padding: 25px;
    height: 630px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: right;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    z-index:99999;
}
#slideout_inner textarea {
    width: 360px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout:hover {
    right: 545px;
}
#slideout:hover #slideout_inner {
    right: 0;
}