
/***************************************************/
/*
#form #field 
{
	vertical-align: top;
}

#form #field #inputright
{
	margin-right: 5px;
	float: left;
}
#form #field #libelleright
{
	font-weight: bold;
	color: #000;
	width: 150px;
	float: left;
}

#form #field #input
{
	width: 100%;
	float: left;
}

#form #field #inputshort
{
	width: 250px;
	float: left;
} 

#form #field #input A
{
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
	font-weight: normal;
}
#form #field #input A:hover
{
    text-decoration: underline;
}

#form #input .refinput
{
	border-width: 2px;
	border-style: inset ;
	font-size: 			11px;
	max-width: 			245px;
	min-width: 			50px;
	amin-height: 		18px;
	width: 				50px;
	float: 				left;
	position: 			relative;
	display: inline-block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	apadding: 3px;		
	padding: 0px;		
    cursor: pointer;
    color: #3B5998;	
	background-color: #9ae1ff;
}

#form #field #inputshort INPUT[type=text],
#form #field #input INPUT[type=text]
{
	width: 95%;	
	display: inline-block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 3px;		
    cursor: pointer;
    color: #3B5998;
	background-color: #9ae1ff;
}
#form #field #input textarea
{
	height: 45px;
	width: 90%;
	display: inline-block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 3px;		
    cursor: pointer;
    color: #3B5998;
	background-color: #9ae1ff;
}

#form #field #inputshort SELECT
{
 	display: inline-block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 3px;		
    cursor: pointer;
    color: #3B5998;
	background-color: #9ae1ff;
}


#form #field #inputshort SELECT.extender
{
 	display: inline-block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 3px;		
	margin-left: 2px;
    cursor: pointer;
    color: #3B5998;
	background-color: #9ae1ff;
}
#form #field #input INPUT.url,
#form #field #input INPUT.email
{  
    width: 90%;
	text-align: left;
}

#form #field #inputshort INPUT.unique,
#form #field #inputshort INPUT.amount,
#form #field #inputshort INPUT.quantity,
#form #field #inputshort INPUT.rate
{  
    width: 65px;
	text-align: right;
}
#form #field #inputshort INPUT.select 
{
    width: 25px;
}

#form #field #inputshort INPUT.time,
#form #field #inputshort INPUT.date
{
    width: 65px;
}

#form #field #inputshort INPUT.tel,
#form #field #inputshort INPUT.fax
{  
    width: 80px;
}

#form #field #inputshort INPUT.unique
{  
    width: 80px;
	background-color: #eee;
}
#form #field #input INPUT.reference
{  
    width: 65px!important;
}

//-----------------------------------------


#form #field #input INPUT[type=button]
{
	width: 80%;

	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #eeeeee;
	border-color: #999999 #999999 #999999;	
	border-style: solid;
	border-width: 1px;
	line-height:normal !important;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	outline: medium none;
	padding: 2px 6px;
	white-space: nowrap;	
}

#form #field #input INPUT[type=submit]
{
	width: 80%;
	
	background-color: #5B74A8;
	background-position: 0 -48px;
	border-color: #29447E #29447E #1A356E;	

	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	outline: medium none;
	padding: 1px 0 2px;
	white-space: nowrap;	
}

#form .dbs_EOL
{
	width:1px;
	height:1px;
	clear:both;
}
*/