/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialogc {
 position:relative;
 margin:0 auto;
 min-width:8em;
 max-width:550px; /* 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 */
}

.dialogc .contentc,
.dialogc .tc,
.dialogc .bc,
.dialogc .bc div {
 background:transparent url(rahmen3f1.png) no-repeat top right;
}

.dialogc .contentc {
 position:relative;
 padding:0px 12px 0px 0px;
}

.dialogc .tc {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.dialogc .bc {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogc .bc,
.dialogc .bc div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogc .bc {
 background-position:bottom right;
}

.dialogc .bc div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}



.dialogc h1,
.dialogc p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

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