li.evidence_document .deleteEvidenceDocument,
li.evidence_document .deleteRow  {
	float:right
}

a.btn.deleteRow{
	margin-top: 2px;
/*	!margin-top: 7px;*/
}

div.right_label{
    padding-right: 1em;
    float: right;
    word-wrap: break-word;
}

div.document_cell {
  background-color: #FEFEFE;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #444444;
  font-size: small;
  padding: 5px 15px 5px 15px;
  line-height: 15px;
}

div.clear {
  clear: both;
}

/* ie7 hack to avoid that the input field stick to the right (it bas on two fact ie7don't check css => !with and ie7 don't use media query => always same width) */
form.form-full input[type="text"],
form.form-full textarea{
/*	!width:98%*/ 
}

form.form-full input[type="text"].enhanced-date{
/*	!width:23.076923076923077%;*/
}

.itf_group_seq { margin-right: 10px; margin-top: 3px;}

