#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 500px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #ccc;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height:303px;
	padding: 10px;
}

#popup_title {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color:#dd0005;
	cursor: default;
	padding: 50px 0 0 50px;
	margin: 0em;
}

#popup_content 
{
  margin: 10px;
  background: url(SplashScreen/background.gif) top repeat-x ;
  width: 502px;
  height: 284px;
}

#popup_message {
	padding: 5px 0 0 50px;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

#popup_message p {
  padding-bottom: 14px;
}

#popup_slogan {
	padding: 15px 0 0 50px;
	font-weight: bold;
	text-align:left;
	color:#dd0005;
}

#popup_panel {
	text-align: left;
	padding: 30px 0 0 50px;
}

#popup_cancel {
	float: right;
	padding:3px;
	cursor:pointer;
}


