/********************************************************************************/
/*																																							*/
/*		CSS																																				*/
/*																																							*/
/********************************************************************************/

#popup_container {
	width:157px;
	min-height:59px;
	max-height:600px;
	background-image:url('../../img/tooltip/btn_batu.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #FFF;
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 5px #999;
	border-right: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_content {
	padding: 0.25em 0.05em;
	margin: 0em;
}

#popup_message {
	color:blue;
	font-size: 12px;
	padding-top:3px;
	padding-left:12px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt1 {
	margin: .5em 0em;
}


#popup_batsu {
	width:157px;
	min-height:59px;
	max-height:600px;
	background-image:url('../../img/tooltip/btn_batu.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #FFF;
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 5px #999;
	border-right: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
