form {
    margin:0em;
    padding:0em;
}
input, select, textarea {
    font-family:Arial, sans-serif;
    font-size:1em;
}
input.submit {
    font-size:1.1em;
    font-weight:bold;
}
.buttons {
    margin-top:1em;
}
.buttons .otherside {
    float:right;
}
.buttons-right {
    text-align:right;
}
.buttons-center {
    text-align:center;
}
.buttons-right .otherside {
    float:left;
}

form fieldset {
    border:1px solid #42281D;
    padding: 1em;
    margin-bottom:0.5em;
}
form fieldset legend  {
    color:#FFF;
    background: #42281D;
    border:1px solid #42281D;
    padding: 0.3em 0.5em;
}
form fieldset input, form div.fieldset  input ,form fieldset textarea, form div.fieldset  textarea , form fieldset select , form div.fieldset  select  {
    margin-bottom:5px;
    vertical-align:middle;
}
form fieldset .inputline , form div.fieldset  .inputline  {
    clear:both;
    padding-top:0.3em;
    margin-bottom:0.0em;
}
form fieldset label , form div.fieldset  label  {
    float:left;
    clear:left;
    display:block;
    width:140px;
    margin-right:10px;
    padding-top:3px;
    text-align:right;
    color:#4D4D4D;
}

form fieldset label.core , form div.fieldset  label.core  {
    font-weight:bold;
    color:#FE3131;
}
form fieldset div.input , form div.fieldset  div.input  {
    padding-left:150px;
    float: none;
}
form fieldset div.inputtext , form div.fieldset  div.inputtext  {
    padding-top:0.3em;
    margin-bottom:0.5em;
}
form fieldset div.input .inputline , form div.fieldset  div.input .inputline  {
    clear:both;
}
form fieldset div.input label , form div.fieldset  div.input label  {
    float:none;
    clear:none;
    display:inline;
    width:auto;
    margin:0px;
    padding:0px;
    color:#4D4D4D;
}
form fieldset .text , form div.fieldset  .text  {
    width:250px;
}
form fieldset .date , form div.fieldset  .date  {
    width:80px;
}

#passwordStrength .bar {
    width:138px;
    height:7px;
    background:url(images/progress1.png) no-repeat top left;
    float:left;
    margin:0.4em 0.5em 0.3em 0em;
}
#passwordStrength .pcn {
    float:left;
    font-size:0.9em;
    color:#666;
}
#passwordStrength .barbar {
    width:0px;
    height:7px;
    background:url(images/progress1.png) no-repeat bottom left;
}

table.form {
    margin:0em;
    font-size:1em;
    border-collapse:collapse;
    border:1px solid #482E20;
}
table.form-full {
    width:100%;
}
table.form th, table.form td {
    padding:3px 5px;
    vertical-align:top;
}
table.form th {
    font-weight:bold;
    text-align:left;
    background:#482E20;
    color:#FFF;
    vertical-align:top;
    padding:5px 5px;
}
table.form td {
    font-weight:normal;
    color:#000;
    text-align:left;
    border-top:1px solid #D6BBA1;
    background:#F7F4ED;
}
table.form td.label {
    font-weight:bold;
    padding-top:0.6em;
    width:160px;
}
table.form td.label-core {
    color:#F00;
}
table.form td.th {
    font-weight:normal;
    text-align:right;
    padding-top:0.4em;
    width:140px;
    border-bottom:1px dotted #CCC;
    border-right:1px dotted #CCC;
}
table.form input, table.form textarea, table.form select {
    vertical-align:middle;
}
table.form input.text {
    width:250px;
}
table.form input.text-small {
    width:100px;
}