body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#imageArea {
	width: 650px;
	height: 355px;
	clear: both;/*background:#0000FF;*/
}
#stripeTop {
	height:20px;
	width:650px;
	background:#CCCCCC;
	padding:0;
	margin:0;
	padding-top:5px;
}
#closeBox {
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
}
#stripe {
	height:10px;
	width:100%;
	background:#CCCCCC;
	padding:0;
	margin:0;
}
#titleArea {
	width: 98%;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:4px;/*background: #FF0000;*/
}
#images
{
	width: 305px;
	float: right;
}
#images #imageList
{
	float:left;
}
#imageList {
	font-size:10px;
	float:right;
	cursor: default;
}
#projectTitle {
	font-size:14px;
	float:left;
	clear: both;
	color: #0099CC;
}
#textArea {
	width: 500px;
	height: 165px;
	overflow:auto;
	margin-left:10px;
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:5px;
	line-height: 18px;
	float:left;
}
#textArea p
{
margin-top:0px;
}
#sidebar
{
	float:left;
	width: 110px;
	color: #0099CC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}	
a
{
	color: #0099CC;
	text-decoration:none;
}	
a:hover
{
	text-decoration:underline;
	cursor:pointer;
	color:#F26825;
}

a#sigForm
{
	display: block;
	width: 103px;
	height: 84px;
	position: relative;
	background:url(ISSI-WYN-DownloadButton.gif) no-repeat 0 0;
}

a#sigForm:active
{
	background-position: 0 3px;
}
