

#popup_container {
	/*	font-family: AntipastoRegular, sans-serif;*/
	width: 70px;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 13px;
	min-width: 450px; /* Dialog will be no smaller than this */
	max-width: auto; /*  Dialog will wrap after this width */
	 min-height: 130px;   /*Added by ROshan */
	max-height: 300px;
	
	overflow-x: hidden;   /*Added by ROshan */
	/*overflow : auto;*/
	background: #ffffff;
	border:1px solid #666
	color: #000000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 12px;
	margin-top: -180px !important;
	border-style: ridge;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
	/*	by roshan 13-03-17*/
	min-width: 350px; /* Dialog will be no smaller than this */
	max-width: auto;
	max-height: 120px;
	overflow: auto;
}

#popup_message {
	/*	padding-left: 10px;*/
	/*	margin:0px auto;*/
	margin-top: 05px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_container INPUT[type='button'] {
	width: 65px;
	height: 30px;
	border: outset 2px #0000f0;
	color: #FFFFFF;
	background: #0000f0;
	float: right;
	border-radius:4px
	
}



.alert {
	padding: 0px;
}
/*#clk {
    background-color: rgb(23,158,240);
}*/