/**
 * @package		mod_jpanel
 * @copyright	Copyright (C) 2012 Girolamo Tomaselli All rights reserved.
 * @email		girotomaselli@gmail.com
 * @website		http://bygiro.com
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

.jPanel{
    position:fixed;
	z-index: 1000000;
}

.jpanelHandle{
    height:auto;
    width:auto;
    cursor:pointer;
	text-align: center;
    color: #FFFFFF;
    font-size: 21px !important;
    font-weight: regular;
	padding: 6px !importanr;
	border-top-left-radius:20px !important;
	top: 0px;
	left: -45px !important;
	width: 35px !important;
	height: 90px !important;
	font-family:Century Gothic W01, Helvetica, sans serif !important;
}
.contactpanal .jpanelHandle{
 height: 120px !important;
}
.jpanelContent{
	overflow:auto;
	padding: 0 5px;
}

li.jpanelMod {
	list-style: none;
}
.jpanelMod .moduletable{
padding:5px 0 5px 10px;
}
ul.modulelist {
	margin: 0;
	padding: 5px;
}

.jpanelHandle p {
	margin: 0;
	padding: 0;
	width: auto;
}

#close_jpanel {
	text-align: center;
}

.jpanelContainer {
	position: relative;
}

#jPanel_857 .jpanelHandle {
  /*  border-radius: 20px 0 0 0px !important;
padding-top:20px !important;*/
}

#jPanel_857 .jpanelContent {
    border: 0px !important;
}