
.class-ajax select,
.class-ajax input[type=text] {
  width: 70%;
  display: inline-block;
}

.class-ajax label {
  width: 20%;
  display: inline-block;
}

.class-ajax fieldset {
  padding: 2px;
  border: 1px dotted;
}
.class-ajax fieldset > legend {
  display: inherit;
  width: inherit;
  font: inherit;
  margin: 5px;
}

p.text-left, td.text-left, th.text-left, *.text-left
{
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right
{
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center
{
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify
{
    text-align: justify;
}

div.object-left, table.object-left
{
    float: left;
    clear: left;
}

div.object-right, table.object-right
{
    float: right;
    clear: right;
}

div.object-center, table.object-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
