.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:15px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 font-size: 8pt;
 font-family: verdana;
}



.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/bloque/fondo_escalable2.png) no-repeat top right;
 _background-image:url(images/bloque/fondo_escalable2.png);
}


.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:8px 10px 0px 1px;
 margin-top: 10px; 
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 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:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog.type2 .content,
.dialog.type2 .t,
.dialog.type2 .b,
.dialog.type2 .b div {
 background-image:url(images/bloque/fondo_escalable.png);
 _background-image:url(images/bloque/fondo_escalable.png);
}

.dialog.type1 .content,
.dialog.type1 .t,
.dialog.type1 .b,
.dialog.type1 .b div {
 background-image:url(images/bloque/fondo_escalable2.png);
 _background-image:url(images/bloque/fondo_escalable2.png);
}

.dialog.type3 .content,
.dialog.type3 .t,
.dialog.type3 .b,
.dialog.type3 .b div {
 background-image:url(images/bloque/fondo_escalable3.png);
 _background-image:url(images/bloque/fondo_escalable3.png);
}

.dialog.type4 .content,
.dialog.type4 .t,
.dialog.type4 .b,
.dialog.type4 .b div {
 background-image:url(images/bloque/fondo_escalable4.png);
 _background-image:url(images/bloque/fondo_escalable4.png);
}

/*
.dialog input.textomedio { background: white; border: 1px solid #555; margin: 1px; padding: 2px; }
.dialog input.textosemicorto { background: white; border: 1px solid #555; margin: 1px; padding: 2px; height: auto;}
.dialog input.textolargo { background: white; border: 1px solid #555; margin: 1px; padding: 2px; }
.dialog input.textocorto { background: white; border: 1px solid #555; margin: 1px; padding: 2px; height: auto;}
.dialog textarea { background: white; border: 1px solid #555; margin: 0px; padding: 2px; }
*/
.dialog p { margin: 2px 0px 0px 0px; padding: 0px; }
.dialog label { color: #00A; font-weight: bold; float: left; width: 170px; text-align: right; margin-top: 2px; }
.dialog label.superior { color: #00A; font-weight: bold; float: none; text-align: left; width:auto; }
