/*  
  LH2Popup sample css
  (c) 2008-2010 Sociabliz (http://www.sociabliz.com)
  Written by Stéphane Akkaoui
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  
      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
  
      * Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
  
      * Neither the name of Sociabliz nor the names of its contributors may
        be used to endorse or promote products derived from this software
        without specific prior written permission.
  
  THIS SOFTWARE IS PROVIDED BY SOCIABLIZ ''AS IS'' AND ANY EXPRESS OR IMPLIED
  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  IN NO EVENT SHALL SOCIABLIZ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
*/

body {
	color:#636363;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
}

#LH2Popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#bg_popup {
	position:fixed !important;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:999;
	background-image:url("http://media.expedia.com/media/content/expvsc/graphics/v25/generique/bg_popup_black.png");
}

#LH2Popup .popup {
  position: relative;
}

#LH2Popup #LH2Popup_body {
  width: 400px;
  height: 320px;
  background: #fff;
  margin-top: 50px;
}

#LH2Popup_loading {
  text-align: center;
}

#LH2Popup_image {
  text-align: center;
}

.LH2Popup img {
  border: 0;
  margin: 0;
}

.LH2Popup_footer {
  margin-right: 35px;
  margin-top: 10px;
  text-align: right;
}

.LH2Popup_footer a,
.LH2Popup_footer a:hover,
.LH2Popup_footer a:visited {
	text-decoration:none;
	text-align: center;
}

.LH2Popup_footer img {
	border:none;
}

#LH2Popup_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.LH2Popup_hide {
  z-index:-100;
}

.LH2Popup_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #LH2Popup_overlay { /* ie6 hack */
  position: absolute;
}

.close_button {
	margin:5px;
	padding:0;
	text-align:right;
}

.close_button a,
.close_button a:hover,
.close_button a:visited {
	color: #000;
}
.close_button a {
	text-decoration: underline;
}
.close_button a:hover {
	text-decoration: none;
}

#LH2Popup_content {
	background-image: url(http://media.expedia.com/media/content/expvsc/graphics/v25/generique/lh2popup-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 100px 25px 0 25px;
	color: #393939;
}
#LH2Popup_content h1 {
	font-weight: bold;
	color: #393939;
	text-align: center;
	font-size: 1.6em;
}
#LH2Popup_content .participate {
	font-weight: bold;
}

p.p_submit {
	font-size: 11px;
	float: right;
	overflow: hidden;
}
p.p_submit a {
	float: left;
}
p.p_submit #LH2Popup_ok {
	margin-left: 5px;
}
p.p_submit img {
	height: 1px;
	width: 1px;
}

