


/* CSS Document */

/* sidebar mit verlauf(Wegen dem Formular) */
#sidebar { *-width:213px;}
#sidebar .formBox {*-width:213px;}
#sidebar .verlauf{ background:url(/cms/img/gateway/form_verlauf.jpg) repeat-x #ececec bottom;width:194px;margin-top:8px;padding-left:4px;border-width:0px; }
* html body #wrapper1 #container #sidebar .verlauf { *-width:194px; }
#sidebar .verlauf p{ float:left;margin:3px 0 7px 12px;font-size:1.1em;line-height:1.3em; }
#sidebar .verlauf .imgBox{ margin-left:8px; }
#sidebar .verlauf .gatewayForm{ width:190px;margin-bottom:11px;border-bottom:1px solid #e6e6e6; line-height:2.0em; }
#sidebar .verlauf .gatewayForm .fieldList{ list-style-type:none;width:182px;padding:5px 0 10px 8px;border-bottom:1px solid #b4b3b4; }
#sidebar .verlauf .gatewayForm .fieldList *{ margin-left:2px; }


/*countdown*/
#sidebar .verlauf * .countdown{ width:173px;height:34px; }
#sidebar .verlauf .day{ background-image:url(/system/modules/de.interone.cgn.dhl.gateway/resources/img/countdown/day.gif);background-repeat:no-repeat; }
#sidebar .verlauf .days{ background-image:url(/system/modules/de.interone.cgn.dhl.gateway/resources/img/countdown/days.gif);background-repeat:no-repeat; }
#sidebar .verlauf * .countdown img{ float:left; }       

/*formchecker styles*/
#sidebar .verlauf .gatewayForm .fieldList *.enabled{ /*background-color:#FFF;*/color:#6d6d6d; }
#sidebar .verlauf .gatewayForm .fieldList label.enabled{ /*background-color:#FFF;*/color:#444; }
#sidebar .verlauf .gatewayForm .fieldList *.disabled{ /*background-color:#D4D0C8;*/color:#a8a8a8; }
#sidebar .verlauf .gatewayForm .fieldList label.disabled{ /*background-color:#D4D0C8;*/color:#828282; }
#sidebar .verlauf .gatewayForm .fieldList label.disabled a{ /*background-color:#D4D0C8;*/color:#828282; }
#sidebar .verlauf .gatewayForm .fieldList *.error{ /*background-color:#FFF;*/color:#F00; }
#sidebar .verlauf *.error{ /*background-color:#FFF;*/color:#F00; }

#sidebar .verlauf .gatewayForm .fieldList input{ border:1px solid #cfcfcf;width:164px;height:14px;padding:1px 0 0 4px;font-size:0.9em;*font-size:1em;color:#6d6d6d; }
#sidebar .verlauf .gatewayForm .fieldList select{ display:block;float:left;width:170px;height:15px;*height:20px;margin-top:1px;margin-bottom:2px;padding:0;font-size:0.9em;color:#6d6d6d;border:1px solid #cfcfcf;*padding:0;*font-size:1em;*-margin-left:1px; }
#sidebar .verlauf .gatewayForm .fieldList .checkboxArea{ margin-top:9px; }
#sidebar .verlauf .gatewayForm .fieldList .checkboxArea .check{ display:block;float:left;width:12px;height:12px;margin:2px 6px 0 0;*padding:0;*width:14px;*height:14px;}
#sidebar .verlauf .gatewayForm .fieldList .checkboxArea label{ display:block;float:left;margin:0 0 3px;font-size:1.1em;line-height:1.3em; }
#sidebar .verlauf .register{ border-width:0px;width:173px;height:34px;margin:0 0 4px 8px;background-image:url(/cms/img/gateway/bt_register.gif);font-size:1.5em;font-weight:bold;cursor:pointer; }