#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 4px #777;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 8px 8px no-repeat url(images/information.png);
	/*padding: 1em 1.75em;*/
    padding-top:12px;
    padding-bottom:15px;
	margin: 0em;
    background-size:36px 36px;
}

#popup_content.critical {
	background-image: url(images/critical.png);
}

#popup_content.question {
	background-image: url(images/question.png);
}

#popup_content.exclamation {
	background-image: url(images/exclamation.png);
}

#popup_content.information {
	background-image: url(images/information.png);
}

#popup_message {
	padding-left: 55px;
}

#popup_panel {
	text-align: center;
	margin: 0px;
    margin-top:20px;    
}

#popup_panel input:focus {
    outline:1px solid #004C54 !important;
}


.mytest0, .mytest1, .mytest3, .mytest4, .mytest2000 {
    position:absolute;
    top:300px;
    width:50px;
    height:50px;
    background-color:red;
    z-index:10000;
}

.mytest0 {
    left:300px;
}

.mytest1 {
    left:400px;
}


.mytest3 {
    left:500px;
}


.mytest4 {
    left:600px;
}


.mytest2000 {
    left:700px;
}






#popup_prompt {
	margin: .5em 0em;
}