#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*width: expression(document.getElementById("popup_content").style.width < 302? "300px" : "auto");	*/
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 650px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #898782;
	color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #898782 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: 16px 16px no-repeat url(images/info.gif);*/
	/*padding: 1em 1.75em;*/
	padding: 1em 0.75em;
	margin: 0em;

}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_content.adduser {
	width:425px;
	height:250px;
}
#popup_content.adddesigner {
	width:400px;
	height:150px;
}

#popup_content.uploadnewlabel {
	width:400px;
	height:150px;
}

#popup_content.addmember {
	width:400px;
	height:120px;
}

#popup_content.reassign {
	width:400px;
	height:120px;
}

#popup_content.newcomment{
	width:400px;
	height:150px;
}

#popup_content.sendemail{
	width:600px;
	height:500px;
}

#popup_content.tagmember{
	width:400px;
	height:200px;
}

#popup_content.emailview{
	width:600px;
	height:500px;
}

#popup_content.emailjudgement{
	width:250px;
	height:100px;
}
#popup_content.viewchecklist{
	width:400px;
	height:400px;
}

#popup_content.showgroupsetting{
	width:600px;
	height:500px;
}
#popup_message {
	padding-left: 48px;
	padding-right:30px;

}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}