/***************
	  Forms GLOBAL
***************/
input{
	border:1px solid #d9e6f0;
        padding:2px;
}
select{
	border:1px solid #d9e6f0;
        padding:1px;
}
form{
	margin:10px;
	
}
form div {
    padding: 3px;
}
form div ul, form div ul li {
    display:inline;
    margin-left:10px;
}
 fieldset {
	display:block;
	padding:12px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
        border:1px solid #d9e6f0;
}
 legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	padding:3px;
        padding-left:10px;
	width:245px;
        text-transform: uppercase;
        border:1px solid #d9e6f0;
	background:#fff url(../img/form_blue.gif) repeat-x center left;
	color:#375b91;
}
form input {
	border:1px solid #d9e6f0;
	background:#fff url(../img/form_blue.gif) repeat-x top left;
	padding:3px;
	margin-bottom:5px;
        width:auto;
}
form input.large {
	width:300px;
}
form input.extralarge , textarea.extralarge{
	width:420px;
}
form select {
    	border:1px solid #d9e6f0;
	background:#fff url(../img/form_blue.gif) repeat-x top left;
	width:auto;
}
form textarea {
	border:1px solid #d9e6f0;
	background:#fff url(../img/form_blue.gif) repeat-x bottom left;
	width:300px;
	height:80px;
	padding:5px;
	overflow:auto;
}
form option {
	background:#FFF;
}
form optgroup {
	background:#d9e6f0;
}
form #button1, form #button2 {
	color:#375b91;
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form #button1:hover, form #button2:hover {
	color:#000;
	background-position:center left;
}
form label {
	clear:left;
	display:block;
	float:left;
	width:auto;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form label.n {
	float:none!important;
	clear:both;
	display:inline;
	width:auto!important;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form input[type=checkbox] {
    width:auto;
    margin-right:7px;
}
input[type=submit] {
    cursor:pointer;
}

/****************************
    GLOBAL FORMS CLASS
****************************/

form.errors-hidden ul.errors {
    display:none;
}

/* SEARCH FORM */
div#searchFormDiv {
    border:1px solid #d9e6f0;
    margin: 15px;
    padding:5px;    
}
div#searchFormDiv h2{
    font-size:12px;
}
form.searchForm div {
    display:inline-block;
}
form.searchForm label {
    line-height: 23px;
}
form.searchForm ul.errors {
    display:none;
}

/* EDITOR FORM */

form.editorForm label {
    width:120px;
}
form.editorForm width {
    width:150px;
}
form.editorForm select {
    width:157px;
}

form.editorForm input[type=submit] {
    margin-right: 10px;
}

/* LISTING FORM */

.stackCheckbox {
    text-align:center;
    padding:2px !important;
}
.stackCheckbox input {
    padding:0px;
    margin:0px !important;
    margin-left:3px !important;
    margin-right:3px !important;
}
#list-th-actions {
    min-width:60px;
}


/****************************
    SPECIFICS FORMS
****************************/


#activitesForm input[type=submit] {
    margin-left: 100px;
    margin-top: 5px;
}

#adherentSearch #nom {
width:100px;
}

#adherentSearch #lastMaj {
width:100px;
}


#adherentsForm #element-activites label {
text-align:left;
clear:none;
width:90%;

}
#adherentsForm #element-activites label:first-child {
display:none;
}
#adherentsForm #element-activites span {
display:block;
width:30%;
margin-right:3%;
float:left;
}
#adherentsForm #element-activites span.right {margin-right:0;}
#adherentsForm #element-submit {
text-align:center;
}