/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}

/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmNotice {
    display: none;    
    position: relative;    
    width: 340px;
	background-color:#f7f7f7; 
    border-top: 1px solid #c7c7c7;
    border-right: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    padding: 0;
}

.jqmnTitle{margin: 0 25px;}

.header_recommendation {
	margin: 30px -10px 1px;
	background: #194073;
	color: white;
	padding: 8px 15px 10px 15px;
	font-size: 15px;
	width: 280px;
	height: 18px;
}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:2px;
  width: 100%;
  font-size:12px;
  font-weight:bold;  
  color:white;
  background-color:#194073;
}

.jqmnTitle h4{
	margin-top: 10px;
  margin: 0 0;
  padding-left:2px;
  width: 100%;
  font-size:12px;
  font-weight:bold;  
  color:white;
  background-color:#194073;
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 10px;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  padding:0 30px 20px;
}

.sendToFriendWrapper{
	padding-top:10px;
	padding-bottom:30px;
}
.send_to_email_input{
	border: 1px solid #909090;
	margin-top: 5px;
	width:270px;
}
/*{
	margin-top:30px;
	margin-bottom:30px;
}*/
.sendToFriendWrapper .more_nb{
	color:#0F7FCE !important;
	font-weight:bold;
}
.send_to_friend_email_error{
	
}

.separator {
	border-top: 1px solid #dedede;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: 280px;
	float: left;
	margin-top: 12px;
}

.last_separator {
	border-top: 1px solid #dedede;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: 280px;
	float: left;
	margin-top: 12px;
}

.footer {
	float: left;
}

.links {
	float:right;
}

.cancel {
	position: relative; right: auto; top: auto; color: #0F7FCE; font-weight: bold;
	float: left;
	margin: 4px 10px;
}
