/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none; overflow: hidden; -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;      
	-khtml-border-top-right-radius: 5px;     
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; }

/* Overlay */
#simplemodal-overlay {background-color: #000; cursor:pointer; z-index: 4000;}
.contentModal { 
}
/* Container */
.modalTop{
		-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;      
	-khtml-border-top-right-radius: 5px;     
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; 	
	width: 855px; 
	//width: 100%;
	border: 0px solid; background-color: #3bcae9; height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 8px;
	padding-left: 60px;
	position: fixed;
}

.friends{
	background-image: url('../img/icons/friends.png');
	background-repeat: no-repeat !important;
	background-position: 15px 9px !important;	
}
.messages{
	background-image: url('../img/icons/message.png');
	background-repeat: no-repeat !important;
	background-position: 15px 9px !important;	
}

#simplemodal-container { 
		-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;      
	-khtml-border-top-right-radius: 5px;     
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; 

	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;      
	-khtml-border-bottom-right-radius: 5px;     
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	
	
	
	-moz-box-shadow:0px 0px 5px #aaa;
	-webkit-box-shadow:0px 0px 5px #aaa;
	box-shadow:0px 0px 5px #aaa;
	 z-index:4000; 
	 height:auto !important; width:915px; color:#bbb; background-color:#fff; border:0px solid #444; padding:0px;  overflow: hidden; top: 80px!important;; /*Opcjonalnie - pozniej usun*/}
#simplemodal-container .simplemodal-data {padding:0px; z-index: 4000; overflow: hidden !important; }
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../gfx/modalbox/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:5px; right:6px; cursor:pointer;}
#simplemodal-container h3 {color:#639fe0;}
// 84b8d9