.dialog {
 width:30%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.dialog .ft .c {
 height:10px;
}

.dialog .hd {
 background:transparent url(../graphics/contact/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(../graphics/contact/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(../graphics/contact/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(../graphics/contact/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(../graphics/contact/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(../graphics/contact/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(../graphics/contact/br.gif) no-repeat right 0px;
}
/*  vCard Layouts */
.vcard {
	width:		200px;
	border:		5px solid #008c00;
	padding:	10px;
	margin:		1px;
}

/* content-specific */

.dialog h1 {
 /* header */
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}



