#pop-up-window{
position: absolute;
left: -2000px;
top: 300px;
width: 600px;
height: 400px;
overflow: hidden;
}

#windowHeader{
height: 30px;
overflow: 30px;
background-image: url(/banners/images/window_top_end.png);
background-position: right top;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
cursor: move;
}

#windowTitle{
margin-right: 13px;
background-image:url(/banners/images/window_top_start.png);
background-position:left top;
background-repeat: no-repeat;
overflow: hidden;
height: 30px;
line-height: 30px;
text-indent: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #fff;
}



#btnClose{
position: absolute;
right: 0px;
top: 0px;
cursor: pointer;
}

#windowRightSide{
position: relative;
height: 270px;
background-image: url(/banners/images/window_bottom_end.png);
background-position: right bottom;
background-repeat: no-repeat;
}

#windowLeftSide{
position: relative;
height: 270px;
background-image: url(/banners/images/window_bottom_start.png);
background-position: left bottom;
background-repeat: no-repeat;
margin-right: 13px;
}


#windowContent{
position:absolute;
top: 30px;
left: 10px;
width: auto;
height: auto;
overflow: auto;
margin-right: 10px;
border: 1px dashed #D8D8D8;
height: 255px;
width: 375px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
background-color: #898989;
color: #fff;
}

#windowContent *{
margin: 10px;
}
#windowContent a{
font-weight: 400;
color: #FF884C;
}

#showWindow{
width: 150px;
padding: 10px;
border: 1px dashed #D8D8D8;
background-color: #898989;
font-weight: 600;
color: #FF884C;
cursor: pointer;
}

/*
     */
/*
*/