.date input {
     background-image:url(images/calendar-small.gif);
     background-repeat:no-repeat;
     background-position:100% 50%;
}

.date fieldset label {
     float:none;
     display:block;
     text-align:left;
     width:auto;
}
.date fieldset div {
     float:left;
     clear:none;
     margin-right:0.2em;
}
.radio, .date {
     position:relative;
}
.radio fieldset, .date fieldset {
     border:none;
     width:auto;
     padding:1px 0 0 11em;
}
.radio legend, .date legend {
     font-size:1em;
     color:#000;
}
.radio legend span, .date legend span {
     position:absolute;
     left:0;
     top:0.3em;
     width:10em;
     display:block;
}
.radio label, .radio input {
     vertical-align:middle;
     display:inline;
     float:none;
     width:auto;
     background:none;
     border:none;
}
.radio div {
     float:left;
     white-space:nowrap;
     clear:none;
}

.email {
     width:14em;
}

input.default {
     color:#bbb;
}

.dropdown {
     background:#dad9d4 url(images/calendar.gif) no-repeat 2px 2px;
     border:1px solid #cac9c2;
     padding:0.2em;
     cursor:default;
     opacity: 0.9;
     -moz-border-radius:0 2em 0 0;
     -khtml-border-radius:0 2em 0 0;
     width:21em;
}

.dropdown .month {
     margin-left:48px;
     width:37%;
}
.dropdown .year {
     margin-left:1em;
     width:25%;
}
.dropdown .close {
     display:block;
     overflow:hidden;
     border:0;
     position:absolute;
     top:0.5em; right:1em;
     background:url(images/close.png) no-repeat 50% 50%;
     width:16px; height:16px;
     border:none;
     text-indent:-9999px;
}

.dropdown table {
     border-spacing:0;
     table-layout:fixed;
     empty-cells:show;
     margin-top:0.5em;
     width:100%;
}
.dropdown thead th {
     width:14%;
}

.dropdown tbody td {
     background:#fff;
     text-align:center;
     line-height:2;
     border:1px solid #dad9d4;
}
.dropdown tbody td.hover {
     background:#748098;
     color:#fff;
     cursor:pointer;
}
.dropdown .weekend {
     color:#f00;
}
.dropdown .today {
     border:1px solid #f00;
}
.dropdown .selected {
     background:#748098;
     color:#fff;
}
/*
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 text-align:left; /* If bottom left of closing DIV is skewed ... this is the answer */
}
.dialog .msgContent,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/dialog.png) no-repeat top right;
 _background-image:url(images/dialog.png);
}
.dialog .msgContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 12px 0px 0px;
}
.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}
.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}
.dialog .b {
 background-position:bottom right;
}
.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;

 background-position:bottom left;
}
.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}
.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}