/* -------------------- CONCIERGE ELEMENTS -------------------- */
#concierge_lightbox_bg { background:#009900; height:100%; width:100%; position:fixed; _position:absolute; top:0; left:0; z-index:1; display:none;}
#concierge_lightbox_close { background:transparent url(images/popup_close.png) no-repeat top left; height:35px; width:35px; position:absolute; top:-16px; left:-16px; z-index:1; cursor:pointer;}
#concierge_lightbox_targ { border:2px #C5CBD0 solid; background:#FFFFFF; padding:5px; position:fixed; _position:absolute; z-index:2; display:none;}

#concierge_loading_bg { background:#009900; height:100%; width:100%; position:fixed; _position:absolute; top:0; left:0; z-index:1; display:none;}
#concierge_loading_msg { background:#FFFFFF; text-align:center;}
#concierge_loading_msg h2 { background:#FFFFFF; font-size:24px; color:#3E473E; letter-spacing:-1px; margin-bottom:10px;}
#concierge_loading_msg p { font-size:12px; color:#6D8191; margin-bottom:10px;}
#concierge_loading_progress { background:#FFFFFF; padding:10px; text-align:center;}
#concierge_loading_targ { border:2px #C5CBD0 solid; background:#FFFFFF; padding:10px; position:fixed; _position:absolute; z-index:2; display:none;}

#concierge_popup_bg { background:#009900; height:100%; width:100%; position:fixed; _position:absolute; top:0; left:0; z-index:1; display:none;}
#concierge_popup_close { background:transparent url(images/popup_close.png) no-repeat top left; height:35px; width:35px; position:absolute; top:-16px; left:-16px; z-index:1; cursor:pointer;}
#concierge_popup_targ { border:2px #C5CBD0 solid; background:#FFFFFF; padding:5px; position:fixed; z-index:2; display:none;}

#concierge_signin_bg { background:#009900; height:100%; width:100%; position:fixed; _position:absolute; top:0; left:0; z-index:1; display:none;}

#concierge_signin_close { background:transparent url(images/popup_close.png) no-repeat top left; height:35px; width:35px; position:absolute; top:-16px; left:-16px; z-index:1; cursor:pointer;}
#concierge_signin_container { width:400px; overflow:hidden;}
#concierge_signin_error { border-bottom:1px #D89393 solid; background:#FFD5C3 url(images/diag_shadow_r.jpg) repeat-x bottom left; color:#4B292A; font-size:14px; text-shadow:#FEB4B4 1px 1px 0px; padding:5px; text-align:center; display:none;}
#concierge_signin_targ { position:fixed; _position:absolute; z-index:2; display:none;}





/* -------------------- speech bubbles -------------------- */

/* default */
#concierge_speech_bubble { background:#FFFFFF url(images/diag_shadow.jpg) repeat-x bottom left; font-size:14px; padding:10px 70px 10px 10px; float:left; position:relative;}
#concierge_speech_bubble_tail { width:15px; height:10px; position:absolute; top:-10px; left:85px;}

/* blue */
#concierge_speech_bubble.blue { border-bottom:1px #135262 solid; background:#0F4F5F url(images/diag_shadow_blue.jpg) repeat-x bottom left; font-size:14px; color:#b0d4dd;}
#concierge_speech_bubble.blue .strong { font-size:14px; color:#FFFFFF; text-shadow: 0px 0px 3px #FFFFFF;}
#concierge_speech_bubble.blue a { font-size:14px; color:#FFFFFF; text-decoration:underline;}
#concierge_speech_bubble_tail.blue { background:transparent url(images/speech_bubble_tail_blue.gif) repeat-x bottom left;}

/* green */
#concierge_speech_bubble.green { border-bottom:1px #D7DAE3 solid; background:#E6FFE1 url(images/diag_shadow_g.jpg) repeat-x bottom left; color:#333333; text-shadow:#FFFFFF 1px 1px 0px;}
#concierge_speech_bubble_tail.green { background:transparent url(images/speech_bubble_tail_g.gif) repeat-x bottom left;}

/* red */
#concierge_speech_bubble.red { border-bottom:1px #D89393 solid; background:#FFD5C3 url(images/diag_shadow_r.jpg) repeat-x bottom left; color:#4B292A; text-shadow:#FEB4B4 1px 1px 0px;}
#concierge_speech_bubble.red .strong { font-size:14px; color:#333333; font-weight:bold;}
#concierge_speech_bubble_tail.red { background:transparent url(images/speech_bubble_tail_r.gif) repeat-x bottom left;}

/* yellow */
#concierge_speech_bubble.yellow { border-bottom:1px #FFCC66 solid; background:#FFFFCC url(images/diag_shadow_y.jpg) repeat-x bottom left; color:#333333; text-shadow:#FFEFD2 1px 1px 0px;}
#concierge_speech_bubble.yellow a { font-size:14px; color:#444444; text-decoration:underline;}
#concierge_speech_bubble.yellow .strong { font-size:14px; font-weight:bold; color:#333333;}
#concierge_speech_bubble_tail.yellow { background:transparent url(images/speech_bubble_tail_y.gif) repeat-x bottom left;}

/* close link */
#concierge_speech_bubble_close { font-size:12px; color:#666666; padding:2px; position:absolute; top:10px; right:10px; cursor:pointer;}
#concierge_speech_bubble_close:hover { text-decoration:underline;}

/* bubble content spans */
#concierge_speech_bubble p { font-size:14px; letter-spacing:0px; padding-left:25px;}
#concierge_speech_bubble p.email { background:url(images/email.png) no-repeat 0 1px;}
#concierge_speech_bubble p.email_error { background:url(images/email_error.png) no-repeat 0 1px;}
#concierge_speech_bubble p.error { background:url(images/error.png) no-repeat 0 1px;}
#concierge_speech_bubble p.info { background:url(images/information.png) no-repeat 0 1px;}
#concierge_speech_bubble p.new { background:url(images/new.png) no-repeat 0 1px;}
#concierge_speech_bubble p.smiley { background:url(images/emoticon_grin.png) no-repeat 0 1px;}
#concierge_speech_bubble p.text { padding-left:0px;}
#concierge_speech_bubble p.unhappy { background:url(images/emoticon_unhappy.png) no-repeat 0 1px;}

/* bubble loading target */
#concierge_speech_bubble_targ { margin-bottom:10px; position:relative; display:none;}
