#popup_container {
    /*font-family: Arial, sans-serif;
	font-size: 12px;*/
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    /*background: #FFF;
	border: solid 3px #1a6cb0;
	color: #1a6cb0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
    border-radius: 20px !important;
    background: #FFF;
    padding: 30px !important;
}
.iaacs-alert {
    color: #fd5821;
}

.fs-30 {
    font-size: 30px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	padding-left:5px;
	color: #FFF;
	background: url(../images/title2.gif) top repeat-x;		
	cursor: default;	
	margin: 0em;
    display:none;
}

#popup_content {	
	padding: 1em 0em;
	margin: 0em;
}
.alert 
{
	background: 16px 16px no-repeat url(../images/info1.gif);	
}
.confirm {	
		background:16px 16px no-repeat url(../images/important1.gif);
}

.prompt {	
		background:16px 16px no-repeat url(../images/info1.gif);
}

.success {	
		background:16px 16px no-repeat url(../images/success1.gif);
}

#popup_message {
	clear:both;padding-top:8px;
}

#popup_panel {
	text-align: center;
	margin: 2em 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}

.popup_btn {
	padding: 5px 10px !important;
	background: #FD5821 !important;
	border: none;
	color: #fff;
	margin: 5px 10px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 100px !important;
}
.btn_area
{
	 float:left;
width:100%;
padding:3px;
border-top:1px solid #CCC;
text-align:center;
}
/*---------iPads (landscape) 10inch media queries starts here--------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .popup_btn {
        padding: 10px 20px !important;
    }
}