td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

/* AUTO POPUP BOX */
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv_contact_details {
position:absolute;
/*background-color:#ffffff;*/
width:800px;
height:auto;
overflow:auto;
z-index: 9005;

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





.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;
 background:#000000;
}

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

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

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

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

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

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

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


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}