#ec-right-content {
  margin-left: 20px;
  min-width:850px;
}

div.ec-article table input.size-l {
	width: 180px;
}

div.ec-article div.option-row p {
	margin-bottom:10px;
}

.public-change-password {
    float:left;
    list-style-type:none;
    width:100%;

    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* W3C */

    -webkit-box-shadow: 5px 5px 10px 0 #AAAAAA;
    -moz-box-shadow: 5px 5px 10px 0 #AAAAAA;
    box-shadow: 5px 5px 10px 0 #AAAAAA;
}


body.orangeWashing .public-change-password {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  float: left;
  list-style-type: none;
  margin: 10px 0;
  width: 100%;
}
