@charset "UTF-8";
/* CSS Document */


#wrapper {
width:750px;
position:absolute;
top:20px;
left:15px;
background-color:#02c8ff;
border:1px solid #bddb10;}

#image {
height:450px;
width:450px;
border-left:1px solid #bddb10;
float:right;}

#close {
position:absolute;
height:30px;
width:30px;
background:none;
top:-15px;
left:-15px;}

#list {
padding:35px 10px 0 0;
width:285px;
 float:left;
}
ul {
list-style:disc;
	list-style-position:outside;color:#fff;font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal;
	}
li {
	padding-top:6px;padding-bottom:6px;
	line-height:140%;
	}
