﻿
.customWrapPromoMessageXX a, .goAlert{
    color:mediumseagreen  !important;
    text-decoration:underline  !important;
}

.customWrapPromoMessageXX a:hover, .goAlert:hover{
    color:orange  !important;
}


.goAlert {
text-decoration:underline !important;
cursor:pointer !important;
}

.goAlert:hover {
color:#FF8300 !important;
}

#popup_container *{
    font-family: Arial, sans-serif !important;
    font-weight:normal !important;
}

#popup_container b{    
    font-weight: bold !important;
}

#popup_container {
	font-family: Arial, sans-serif !important;	
	font-size: 16px !important;
	width:505px !important;
    min-width: 300px !important; /* Dialog will be no smaller than this */
	max-width: 100% !important; /* Dialog will wrap after this width */
    box-sizing: border-box !important;

	background: #FFF !important;
	border: solid 7px #ccc !important;
	color: #000 !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
    line-height:140% !important;
}

#popup_title {	
	font-family: Arial, sans-serif !important;	
	font-size: 18px !important;
	text-align: center !important;
	line-height: 1.75em !important;
	color: white !important;
	background: mediumseagreen !important;
    letter-spacing:1px !important;
	cursor: default !important;
	padding: 0em !important;
	margin: 0em !important;
}

#popup_container h1{
font-family: Arial, sans-serif !important;	
float:unset !important
}


#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/

font-family: Arial, sans-serif !important;	

	padding: 1em 1.75em !important;
	margin: 0em !important;
    line-height:150% !important;
    background:white !important;
}

#popup_content div{
	margin-bottom:12px !important;
}



#popup_content a{
    color:#2b9659 !important;
    text-decoration:none !important
}

#popup_content a:hover{
text-decoration:underline !important;
}



#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_message {
	/*padding-left: 48px;*/
    text-align:left
}

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

#popup_panel input {
    font-size: 16px !important;
	background: mediumseagreen !important;
    border: none !important;
    color: white !important;
    padding: 10px 20px !important;
    cursor:pointer !important
}

#popup_panel input:hover {
background: #54ce89 !important;     
}



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