.sf_comment_form div {
margin: 0 0 10px 0;
}

.sf_comment_form fieldset {
padding: 0;
}

.sf_comment_form label {
margin: 0;
padding: 0;
display: block;
font-weight: bold;
float: left;
width: 120px;
}

.sf_comment_form input, .sf_comment_form textarea {
padding: 1px 0 1px 10px;
min-width: 30em;
background: #fff url(../images/input-shadow.gif) top left repeat-x;
}

.sf_comment_form textarea {
height: 10em;
}

.sf_comment_form .form_error {
color: red;
font-weight: bold;
}

.sf_comment_form input.submit {
color: #666;
width: auto;
border: 1px #666 solid;
height: 2.2em;
margin: 0 0 2em 0;
padding: 0 5px;
font-size: 1em;
min-width: 0;
background: none;
background-color: #ececec;
}

.sf_comment_form input.submit:hover {
color: #ececec;
border: 1px #ececec solid;
background-color: #666;
}

.sf_comment_form .required input, .sf_comment_form .required textarea {
background: #fff url(../images/input-shadow-required.gif) top left no-repeat;
}

.sf_comment_form_error {
color: red;
font-weight: bold;
}

#sf_comment_ajax_indicator {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
background: transparent url(../images/indicator.gif) top left no-repeat;
}

.comment_view_full
{
  display:none;
  position:absolute;
  width:330px;
  border:1px solid;
  background:#fff;
  min-height:70px;
  _height:70px;
}

/* blue */
div#envoi_ami_box_reponse.blue fieldset
{
  border: 1px solid #438AD3;
}

div#envoi_ami_box_reponse.blue legend
{
  color: #438AD3;
}

/* red */

div#envoi_ami_box_reponse.red fieldset
{
  border: 1px solid #f47477;
}

div#envoi_ami_box_reponse.red legend
{
  color: #f47477;
}


/* yellow */
div#envoi_ami_box_reponse.yellow fieldset
{
  border: 1px solid #FF9710;
}

div#envoi_ami_box_reponse.red legend
{
  color: #FF9710;
}

div#envoi_ami_box_reponse fieldset.fieldset_submit
{
  border: 0px;
}

.form-row
{
  clear: both;
  float: left;
  margin: 10px;
}


.form-row .label
{
  float: left;
/*   width: 305px; */
  width: 230px;
}

.form-row .select, .form-row .input
{
  float: left;
  width: 305px;
}

.form-row .checkbox
{
  float: left;
  margin: 0 5px;
}

/*.sf_comment_form fieldset
{
  clear: both;
  display: block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #c3daf0;
}
*/
fieldset .form-row .label
{
/*   width: 280px; */
  width: 220px;
}
