
table {border-collapse:collapse;border-spacing:0;}
th,td {margin:0;padding:4px;}

fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {  margin: 10px 0px;  }

legend    {
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
	
}
fieldset legend {display:block;}

input, select { font-size: 10px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;  }

input.disabled { background-color: #F0F0F0; }

input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #ffd }

legend.fleche-droite       { background: transparent url(../img/dot_arrow_big_blu.gif) 5px 50% no-repeat; padding-left: 20px;}

fieldset.adminform2 { border: 1px solid #aaa; margin: 0 5px 10px 5px; }

table.admintable td 					 { padding: 3px; }
table.admintable td.key,table.filtre td.key,
table.admintable td.paramlist_key {
	background-color: #f6f6f6;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.peGNo { color: #000; font-size: 10px;}

.oblig {vertical-align : text-top; color: #f00;}

input.enreg {
	background: #f6f6f6 url(/extension/ezwebin/design/ezwebin/images/dot_arrow_pink.gif) no-repeat scroll 5px 10px; 
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

#system-message dl   { padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; padding-left : 0; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; padding-right: 5px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message ul { background: #C3D2E5 url(../img/notice-info.png) 4px center no-repeat; list-style: none;}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../img/notice-alert.png) 4px top no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; list-style: none;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../img/notice-note.png) 4px top no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}


