00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039 clear: both;
00040 float: left;
00041 width: 13em;
00042 margin: 0.25em 0;
00043 text-align: right;
00044 white-space: nowrap;
00045 position: relative;
00046 }
00047 #schedule .x-options dl dd {
00048 clear: right;
00049 margin-left: 13.5em;
00050 margin-bottom: 0.5em;
00051 }
00052 #schedule .x-options input {
00053 width: 18em;
00054 }
00055 #schedule .x-options select {
00056 width: 18em;
00057 }
00058
00059
00060 #schedule .x-options dl.x-long input, .x-options dl.x-long textarea {
00061 width: 32em;
00062 }
00063
00064
00065 #x-schedule_advanced_off {
00066 margin: .5em 1em;
00067 font-style: italic;
00068 font-size: 90%;
00069 }
00070
00071 #x-schedule_submit {
00072 text-align: center;
00073 padding: .5em 0 1em 0;
00074 }
00075