/* COALITIONS.CSS Revisions - 9-12-10 */

div#coalitions
{
	position: relative;
	width: 780px;
	margin: auto;
	border: 4px solid white;
	margin-left: -30px;
	margin-top: -20px;
	background: transparent url(images/bgrd_pattern.jpg) repeat left top;
}

div#liner
{
	position: relative;
	height: 1190px;
	width: 780px;
	overflow: hidden;
	background: transparent url(images/bgrd_top.jpg) no-repeat -40px top;
}

div.sign
{
	position: absolute;
	z-index: 50;
	font: 20px Georgia, serif;
	text-align: center;
	padding: 20px 45px 0px 0px;
	width: 192px;
	height: 172px;
	background: transparent url(images/sign.gif) no-repeat left top;
}

div.suggest
{
	background-image: url(images/sign_suggest.gif);
}	

div#dialog
{
	font-family: Arial, san-serif;
	position: absolute;
	z-index: 9000;
	padding-bottom: 30px;
	left: -80px;
	/* bottom: 190px; */
	width: 358px;
	background: transparent url(images/dialog_foot.gif) no-repeat left bottom;
}

div#dialog_header
{
	position: relative;
	background: #165395 url(images/dialog_header.gif) no-repeat right top;
	text-align: left;
	padding: 15px 4px 4px 4px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border: 2px solid white;
}

div#dialog_content
{
	position: relative;
	background: white;
	padding: 8px;
	font-size: 12px;
	text-align: justify;
}

div#join_button
{
	background: transparent url(images/join_button.gif) no-repeat right top;
	height: 32px;	
}