/* CSS Document */

.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 color:#FFF;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(popup_img/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(popup_img/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(popup_img/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(popup_img/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(popup_img/ms.jpg) repeat-x 0px 0px;
 min-height:150px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(popup_img/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(popup_img/br.gif) no-repeat right 0px;
}

#popUpDiv_contact_details_auto
 {
position:absolute;
/*background-color:#ffffff;*/
width:800px;
height:auto;
overflow:auto;
z-index: 9002;
}