.toggle-support{
    padding-left:20px;
    background:url("../images/picto-support.gif") no-repeat;
    font-weight:bold;
    text-decoration: none;
}

.toggle-support:hover{
	background-color:#E2F3FC;
	text-decoration:none;
}

#support {
	position:relative;
	display:none;
	padding: 10px;
	background: #E8E8E8 url("../images/support-bg.jpg") top repeat-x;
    border-bottom:3px solid #CCC;
}

#support h3{
    padding-bottom:10px;
	background:url("../images/support-hr-bg.gif") bottom repeat-x;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#777;
	font-size:12px;
	font-weight:bold;

}

#support label {
	margin-bottom: 10px;
	text-align:left;
	width:auto;
}

#support textarea{
	padding:5px;
	color:#777;
}

#support a.close{
	position:absolute;
	bottom:10px; right:10px;
	padding-right:25px;
	background:url("../images/btn-close.gif") no-repeat top right;
	height:17px;
	text-decoration: none;
}
#support a.close:hover{
	text-decoration:none;
	background:url("../images/btn-close.gif") no-repeat right -19px;
}

#support-ajax-loader{
	position:absolute;
	top:70px; left:400px;
	display:none;
}

#support-response{
	position:absolute;
	top:70px; left:10px;
	display:none;
	padding:8px;
	border:1px solid #9CD7F3;
	background-color:#F7F9FB;
	color:#777;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}