legend {
   margin-bottom: 7px;
}
legend,
label {
   font-size: 100%;
}

label.error {
   color: #FF0000;
}

label em {
   margin-left: 0.3em; 
}

/*.span-17*/
label span {
   display: block;
/*   width: 119px; */
}

label.innerspan-reset span {
   width: auto;
}

/* reset the width of span-tag in the labels */
ol.label-span-reset li label span {
   width: auto; 
}

fieldset label {
   display: -moz-inline-box;
}

fieldset form ol {
   margin: 10px 5px;
}

fieldset h4 {
   background: #DDDDDD;
   border-bottom: solid 1px #CCCCCC;
   padding: 4px 10px;
   font: bold 12px arial;
}

fieldset h4 a:link{
   font: bold 12px arial;
   color: #0000FF;
}

fieldset h4 a:active, fieldset h4 a:hover, fieldset h4 a:visited{
   font: bold 12px arial;
   color: #0000FF;
}

fieldset .error-div
{
   margin: auto;
   text-align: center;
   padding: 3px;
}

div.tipbox {
   background-image: url(/images/layout/background/b-middle.gif);
   background-repeat: no-repeat;
   background-position: 0px 4px;
   font: 12px tahoma;
   color: #000000;
   width: 287px;
   position: absolute;
   z-index: 2;
   display: none;
}

div.tipbox#error {
   position: relative;
   width: auto;
   display: block;
   background-image: none;
   border: solid 1px #D90000;
   background-color: #FFE4E4;
   padding: 10px 15px;
}

div.tipbox#error span {
   background-image: none;
   width: auto;
}

div.tipbox#error span span {
   background-image: none;
   width: auto;
}

div.tipbox#error span span span{
   background-image: none;
   width: auto;
}

div.tipbox span {
   background-image: url(/images/layout/background/b-top.gif);
   background-repeat: no-repeat;
   background-position: top left;
   width: 287px;
   margin: 0px;
   display: block;
}

div.tipbox span span {
   background-image: url(/images/layout/background/b-bottom.gif);
   background-repeat: no-repeat;
   background-position: bottom left;
   width: 100%;
}

div.tipbox span span span {
    padding: 10px;
    display: block;
}

input[type=radio],
input[type=checkbox] {
}
input[type=button], input[type=submit] {
}

fieldset input[type=text], fieldset input[type=password] {
}

input[type=text], input[type=password], textarea {
}

.myemtcontent input[type=text], input[type=password], textarea {
    border: solid 1px #CCCCCC;
    font: 13px arial;
    padding: 3px 3px;
}

form.dark {
    height: 25px;
}

form.dark input[type=text], form.dark input[type=password] {
    background-color: #FFFFFF;
    width: 140px;
    margin: 0px 3px;
    font: 12px arial;
    padding: 3px 3px;
    vertical-align: top;
}

form.dark input[type=password] {
    width: 80px;
}

form select {
    background-color: #F6F6F6;
    border: none;
    padding: 2px;
    font: 13px arial;
    display: inline-block;
}

form select option {
    font: 13px arial;
}

form select.sweet {
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    font: 10px arial;
    color: #444444;
    padding: 2px;
}
form select.sweet option {
    color: #444444;
    font: 10px arial;
    padding: 2px;   
}

form hr.divider {
/* 
   padding-top: 14px;
   margin: 0;
   height: 14px;
*/
}

form div.divider {
   padding: 0;
   margin: 0;
   background-color: #b6b6b6; 
   height: 1px;
}

.button-submit {
   float: right;
   margin-left: 14px;
}

p.error {
   background: url(/images/int/content/error-icon.gif) no-repeat left top;
   margin-bottom: 10px;
   padding-left: 10px;
   font-size: 14px;
   font-weight: bold;
}
ol.error li {
   margin-bottom: 0;
   list-style-type: disc;
   padding-left: 10px;
}

div.hint-list {
   font-size: 92%;
   font-weight: bold;
}
div.hint-list {
   padding-left: 98px;
}
div.hint-list p {
   margin-bottom: 7px;
}
div.hint-list ol li {
   background: url(/images/int/content/list-arrow.gif) no-repeat left 50%;
   padding-left: 12px;
}
div.hint-list ol.hint-standard li {
   color: #007eb1;
}
div.hint-list ol.hint-additional li {
   color: #666;
}

form ol li label input
{
        border: none;
        width: 80%;
}
form ol li label
{
    font-weight: normal;
    font-size: 100%;
    display: inline-block;
    font: 13px tahoma;
    margin-top: 4px;
}
form ol li span.vralign
{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    display: inline-block;
}
ol li.h20px
{
    padding-top: 5px;
}
ol 
{
    padding-left: 10px;
}
ol li
{
    margin-bottom: 7px;
    display: block;
    width: auto;
    list-style-type: none;
}

.stepper {
   display: inline-block;
   color: #444444;
   vertical-align: middle;
   border-bottom: solid 1px #cccccc;
   margin-top : 2px;
}

.stepper .numarate {
   padding: 1px 0px;
   display: inline-block;
   width: 17px;
   height: 18px; 
   font: bold 13px verdana;
   float: left;
   color: #FFFFFF;
   margin-right: 10px;
   text-align: center; 
}
.validated .numarate {
   background: url(/images/step-prior.gif) no-repeat;
}
.active  .numarate{
   background: url(/images/step-active.gif) no-repeat;
}
.inactive  .numarate{
   background: url(/images/step-inactive.gif) no-repeat;
}
.stepper .step{
   float: left;
   padding: 2px 10px;
   font-size: 11px;
   margin: 0 auto;
   line-height: 19px;
   text-align: left;
}
.stepper .step A{
   font-family: tahoma;
   font-size: 11px;
   color: #444444;
   margin: 0 auto;
   line-height: 19px;
   font-weight: normal;
}
ol.inline-form
{
    margin: 0px;
    padding: 0px;
    float: right;
}
ol.inline-form li
{
    float: left;
    font-size: 11px;
    padding: 1px;
    margin: 0px;
}
ol.inline-form li input[type=text] 
{
    height: 17px;
    margin-top: -3px;
    padding: 0px;
}
ol.survey li
{
    font: bold 11pt tahoma;
}
ol.survey li label
{
    font: 11pt tahoma;
    padding-left: 10px;
}
ol.survey li input[type=radio]
{
    margin-top: 7px;
}
ol.survey li input[type=checkbox]
{
    margin-top: 7px;
}
table.cv-materials
{
    margin: 0px;
    vertical-align: top;
    border: none;
}
table.cv-materials tr
{
    margin: 0px;
}
table.cv-materials td
{
    margin: 0px;
    padding: 10px 5px;
    vertical-align: top;
    border-bottom: dotted 1px #CCCCCC;
}
table.cv-materials td.header
{
    width: 223px;
}
table.cv-materials td.item
{
    text-align: right;
    height: 50px;
}
table.cv-materials td.action
{
    width: 100px;
}
ol.tiny-form
{
    margin: 5px 0px;
    padding: 0px;
}
ol.tiny-form li
{
    height: 16px;
    font: 11px arial;
    color: #444444;
    margin: 0px;
    padding: 0px;
}
ol.tiny-form input[type=text]
{
    height: 15px;
    font: 10px arial;
    color: #444444;
}
ol.tiny-form select
{
    height: 15px;
    font: 10px arial;
    color: #444444;
}
ol.tiny-form h4
{
    font: 14px tahoma;
    color: #222222;
    margin-bottom: 5px;
} 
