@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0;
	padding: 0;
	background-color: #3aa730;
	height:50px;
	width:100%;
	
}

#PanelTab-wrap {
   width:100%;
   height:5px;
   background-color:  #367A1D;
   border-bottom: 1px solid #003300;
   }

.CollapsiblePanelTab {
    width: 900px;
	height: 5px;
	position: relative;
	bottom: 0pt;
	margin:0 auto;
	background-color: transparent;
    cursor: pointer;
	-moz-user-select: none;
    -khtml-user-select: none;
}

.CollapsiblePanelTab span {
    display: block;
	width: 107px;
	height: 30px;
	background: url(../img/client-login.png) no-repeat 50% 0;
	position: absolute;
	top: 0;
	right:0;
    z-index:9;
	margin-top: 6px;
	
	}
	
	
.CollapsiblePanelTabHover span {
    background: url(../img/client-login-hover-active.png) no-repeat 50% 0;
	
}

.CollapsiblePanelContent {
    width: 100%;
	margin: 8px 0;
	padding:0;
}

.CollapsiblePanelContent form#login-form {
    width:900px;
	margin:0 auto;
    background-color:transparent;
}

.CollapsiblePanelContent form#login-form dl {
    margin: 3px 0;
}

.CollapsiblePanelContent form#login-form dl dt,  .CollapsiblePanelContent form#login-form dl dd  {
    float: left;
}

.CollapsiblePanelContent form#login-form dl dt {
    padding: 5px 2px;
}

.CollapsiblePanelContent form#login-form dl dd {
	margin: 2px 10px 2px 0;
}

.CollapsiblePanelContent form#login-form dl dd input#login, .CollapsiblePanelContent form#login-form dl dd input#password {
    font: 11px/13px Tahoma, Arial, Helvetica, sans-serif;
    background-color: #BDE2E9;
    border: 1px solid #333;
    width: 100px;

}

.CollapsiblePanelContent form#login-form dl dt input  {
    margin-top: -2px;
	background:url(../img/invia.gif) no-repeat 0 0;
	border: none;
	width: 32px;
	height: 19px;
}

.CollapsiblePanelContent form#login-form dl dt input:hover  {
    background:url(../img/invia-hover.gif) no-repeat 0 0;
	
	
}
