/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{background: url('img/tl.png') no-repeat;}
.fc-tbx .t{background: url('img/t.png') repeat-x;height: 16px;}
.fc-tbx .tr{background: url('img/tr.png') no-repeat;}
.fc-tbx .l{background: url('img/l.png') repeat-y;width : 16px;}
.fc-tbx .r{background: url('img/r.png') repeat-y;width: 16px;}
.fc-tbx .bl{background: url('img/bl.png') no-repeat;}
.fc-tbx .b{background: url('img/b.png') no-repeat;	height: 25px;}
.fc-tbx .br{background: url('img/br.png') no-repeat;}
.fc-tbx .c{background: url('img/c.png') repeat;}
.fc-tbx a.close {float: right;background: url('img/close.png') no-repeat;position: relative;	margin-left: 5px;display: block;width: 10px;height: 10px;cursor: pointer;}
.fc-tbx .err {	float: left;}
.fc-tbx p {width : auto;display: block;font-size: 10px;margin : 0;padding : 0;border : 0;	color : #FFF;}

.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */
.fc-error {
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 10px;
	margin-bottom: 15px;
	background: #FFEAEA;
	width:250px;
	float:left;
	line-height:12px;

/*
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
	float:left;
	font-size:9px;
	line-height:1.1;
	float:left;
	margin-top:30px;
*/
}
.fc-error b{ color:#990000; font-size:13px;}
.fc-error p {
	margin : 5px;
	color : #A00;
}

/* Presentazione Form*/
form.formular {
	font-size: 12px;
	padding: 20px;
	border: 1px solid #f8f8f8;
	background: #fcfcfc;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #d3d3d3;
	
}

.formular legend {
	font-size: 14px;
	color:#466290;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
	display:block;
	float: left;
	width: 200px;
}
.formular label span a{
	position:absolute;
	right:260px;
}

.information{
   margin:10px;
}
.info{
	display:block
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
	float:left
}

.formular .text-input {
	width: 250px;
	color: #777777;
	padding: 2px;
	border: 1px solid #b8b8b8;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('img/textarea-bg.gif') repeat-x;
	
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background:#FEFEFE url(img/element_bg.gif) repeat-x scroll 0 0;
	border-color:#b8b8b8 #d6d4d0 #b8b8b8;
	border-style:solid;
	border-width:1px;
	color:#777777;
	cursor:pointer;
	font-family:inherit;
	font-weight:bold;
	overflow:visible;
	padding:0.2em 1.5ex;
	text-align:center;
	margin: 10px auto;
}

.formular .submit:hover {
background-color:#FFFFFF;
outline-color:#85dc46;
outline-style:solid;
outline-width:1px;
color: #aa0000;
}

.text-input:focus, .checkbox:focus{
outline-color:#85dc46;
outline-style:solid;
outline-width:1px;
}
.formular hr {
	clear: both;
	visibility: hidden;
}

.formular {
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 11px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
#errore{
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}