/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */


.AIA_controle ul.login {
	position: relative;
  	float:left;
  	clear: right;
  	height: 20px;
	width:auto;
  	font-weight: bold;
	line-height:10px;
	margin: 0;
	margin-left:20px;
	padding:0px;
	right: 10px;
	text-align:left;
	list-style:none;
}




.AIA_controle ul.login li a {
	color:#CC6600;
}

.AIA_controle ul.login li a:hover {
	color:#FF6600;
}


#toggle a.open, #toggle a.close {
	height:20px;
	line-height: 20px !important;
	padding-left: 25px !important;
	list-style:none;
	cursor: pointer;
	display: block;
	width: 100%;
	position: relative;
	top: 11px;
}

#toggle a.close {background: url(../images/bt_close.png) no-repeat left 3px;}
#toggle a:hover.close {background: url(../images/bt_close.png) no-repeat left -16px;}

/*Dropin Style*/
#dropin {width:355px;
         height:150px;
		 position:absolute;
		 visibility:hidden;
		 margin:100px 200px;
		 border:2px solid #F00;
		 background:#FFF;
		 z-index:999;
}

#dropin img{margin:0px;
          border:none;
}


