#pop-up-window{
position: absolute;
left: 200px;
top: 200px;
width: 600px;
height: 400px;
overflow: hidden;
z-index:9999;
}

#windowHeader{
height: 30px;
overflow: 30px;
background-image: url(popup/window_top_end.png);
background-position: right top;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
cursor: move;
z-index:9999;
}

#windowTitle{
margin-right: 13px;
background-image:url(popup/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: 10px;
top: 10px;
cursor: pointer;
}

#windowRightSide{
position: relative;
height: 370px;
background-image: url(popup/window_bottom_end.png);
background-position: right bottom;
background-repeat: no-repeat;
}

#windowLeftSide{
position: relative;
height: 370px;
background-image: url(popup/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;
width: 575px;
height: 355px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
background-color: #fff;
color: #fff;
z-index:9999;
}

#windowContent *{
margin: 10px;
}
#windowContent a{
font-weight: 400;
color: #FF884C;
}
