/**
 * @file
 * Normalize-rtl.scss is the RTL language extension of normalize.scss
 */

/**
 * Lists
 */
dd {
  margin: 0 30px 0 0;
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 30px 0 0;
}

/**
 * Forms
 */
legend {
  /* Correct alignment displayed oddly in IE 6/7. */
  *margin-left: 0;
  *margin-right: -7px;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
 /*  float: left; RTL*/
 margin:0;
}

