/* Dialog Window Styles */
div.dialog-window {
	border : 				1px solid #999999;
	background: 			#FFFFFF;
}

div.dialog-window h4{
	background : 			#333333 none repeat scroll 0%;
	color :					#FFFFFF;
	line-height: 			1.2em;
	margin: 				0;
	padding:				6px;
	font-size:				14px;
	font-weight:			bold;
	text-align:				left;
}

div.dialog-window h4 a{
	float: 					right;
}

div.dialog-window h4 a:hover{
	color : 				#DDDDDD;
	cursor: 				pointer;
}

div.dialog-window div.-content-container {
	overflow:				auto;
	font-size:				10px;
}

div.dialog-window div.-content-container div{
	padding: 				6px;
}

div.dialog-window div.-content-container p{
	margin-bottom:			17px;
}

/* Creator Dialog Window Styles */
div.creator-popup {
	background: 			transparent url(/images/common/tick.png) no-repeat left center;
}

div.creator-popup h4 {
	display:				none;	
}


div.creator-popup div {
	border: 				2px solid #999999;
	margin-left: 			10px;
	background-color: 		#FFFFFF;
	padding: 				2px 2px 2px 0;
}

div.creator-popup div  div{
	border: 				none;
	margin-left: 			0;
	background-color: 		#FFFFFF;
	font-size: 				10px;
}

div.creator-popup div div a {
	color:	 				#666666;
}

div.creator-popup div div a.creator-popup-close {
	float:					right;
}
