#basic-modal-content {
	DISPLAY: none
}
#simplemodal-overlay {
	CURSOR: wait; BACKGROUND-COLOR: #000
}
#simplemodal-container {
	background: url(/images/home/page_bg.jpg) #ffffff fixed repeat-x top left; BORDER-RIGHT: #444 4px solid; BORDER-TOP: #444 4px solid; BORDER-LEFT: #444 4px solid; WIDTH: 600px; COLOR: #bbb; BORDER-BOTTOM: #444 4px solid; HEIGHT: auto; BACKGROUND-COLOR: #fff; PADDING-BOTTOM: 12px;
}

#simplemodal-container .header {height:30px; line-height:30px; width:100%; color:#fff; font-weight:bold;}
#simplemodal-container .header span {padding-left:8px;}

#simplemodal-container .simplemodal-data {
/*	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; PADDING-TOP: 8px */
}

#simplemodal-container A.modalCloseImg {
	BACKGROUND: url(/images/about_greenliant/news/x.png) no-repeat; WIDTH: 25px; CURSOR: pointer; POSITION: absolute; TOP: 0px; RIGHT: 0px; HEIGHT: 29px
}

#simplemodal-container  .modalLoading {
	DISPLAY: inline; Z-INDEX: 3200; RIGHT: 0px; BACKGROUND: url(/images/loading.gif) no-repeat; WIDTH: 16px; CURSOR: pointer; POSITION: absolute; bottom: 0px; HEIGHT: 16px
}
#simplemodal-container H3 {
	COLOR: #84b8d9
}