form {
    margin:0em;
    padding:0em;
}
input, select, textarea {
    font-family:Arial, sans-serif;
    font-size:1em;
    padding: 0px 0px 0px 10px;
}
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: 0px solid #42281D;
    padding: 1em;
    margin-bottom: 2.5em;   
    background-color: #e6ded3;
}
form fieldset legend  {
    color:#FFF;
    background: #714D3F;
    border:5px solid #F7F4ED;
    padding: 1em 1em;
    text-transform: uppercase;  
    letter-spacing: 2px;
    border-radius: 9px;
}
form fieldset input, form div.fieldset  input ,form fieldset textarea, form div.fieldset  textarea , form fieldset select , form div.fieldset  select  {
    margin-bottom:7px;
    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: 171px;
    margin-right: 15px;
    padding-top: 10px;
    text-align:right;
    color:#4D4D4D;
    text-transform: uppercase;
    font-weight: bold;
}

form fieldset label.core , form div.fieldset  label.core  {
    font-weight: bold;
    color: #DB0C0C;
    text-transform: uppercase;
}
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:400px;
    height: 30px;
    background-color: #f6f5ee;
    border-color: #ffffff4d;
    border-radius: 5px;
}
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;
}