/* CSS Document */
.window{
display:block;
background:url(../images/portfolio/window_bg.jpg) no-repeat;
background-position:top left;
padding:0px;
margin:0px;
font: bold 1.1em Verdana,Lucida Grande;
color:#fff;
text-align:center;
width:437px;
height:605px;
}
.window .window_contents{
margin:21px 0px 0px 0px;
width:100%;
height:100%;
}
.window .window_header{
text-align:center;
}
.window .window_title {
		margin-top:6px;
		margin-bottom:4px;
		font-size:15px;
		cursor:move;
}
.window .window_close{
display: block;
position:absolute;
top:10px;
left:6px;
height:25px;
width:75px;
background-image:url(../images/portfolio/win_close.jpg);
cursor:pointer;
}
