#commonDialog,#commonDialogLong {
z-index:				1000000;
text-align:				left;
}
#commonDialog_content,#commonDialogLong_content {
position:				relative;
left:					0px;	
top:					0px;
/*
background-color:		#FFFFFF;
border: 				1px solid #454545;
padding:				9px;
overflow:				auto;
*/
z-index:				1000001;
}
#commonDialogLong_content {
background-image:		url(/images/masterPopupBG2.gif);	/* Background image */
}

.titleContainer {
padding: 4px 4px 4px 0px;
min-height: 21px;
height: auto !important;
height: 21px;
}

#commonDialog_title {
font-size: 16px;
color: #bf2c37;
padding: 0px 0px 0px 14px;
}

#commonDialog .urgentMessage {
line-height: normal;
font-weight: normal;
font-size: 13px;
color: #454545;
}
#commonDialog .urgentMessage p {
padding: 15px 0px;
}

.popupLoadingClass {
border:					3px double #000000;
left:					0px;	
top:					0px;
position:				relative;
background-color:		#FFFFFF;							/* Background color */
padding:				5px;								/* Space between border and content */
overflow:				auto;								/* Hide overflow content */
z-index:				1000001;
}
#popupLoadingMessage {
font-size: 				15px;
font-weight: 			bold;
text-align: 			center;
position:				relative;
padding:				0;
margin: 				auto;
color: 					#000000;
z-index:				1000002;
}

#popupPageMask {
z-index: 				1000;
background-image: 		url(/images/popups/overlay.png);
margin:					0; 
padding:				0;
display:				none;
position: 				absolute;
top: 					0px;
left: 					0px;
}

#closeDialog {

}

#popupLoginContainer {
width: 260px;
margin: 30px auto 0px auto;
}

#popupLoginContainer INPUT {
width: 155px;
}

.popupErrorMessage, .popupMessage {
color: #000000;
text-align: left;
line-height: 18px;
font-weight: normal;
font-size: 14px;
margin-bottom: 20px;
}

.popupErrorMessage {
font-size: 13px;
text-align: center;
font-weight: bold;
color: #bf2c37;
}


/* COMMON DIALOG V2 */

#commonDialog-login {
background: #fff;
padding:				9px;
z-index:				1000000;
text-align:				left;
min-height: 300px;
}

#common-v2-Dialog {
text-align:				left;
}

#common-v2-Dialog-top {
background: url('/images/popups/v2/bg-red-top.png') no-repeat;
height: 19px;
overflow: hidden;
}

#common-v2-Dialog-middle {
overflow: hidden;
}

#common-v2-Dialog-title {
background: url('/images/popups/v2/bg-red-middle.png') repeat-y;
overflow: hidden;
min-height: 36px;
margin: 0px;
padding: 0px 29px;
}

#common-v2-Dialog-middle H2 {
font-size: 18px;
line-height: 24px;
color: #fff4e3;
font-weight: bold;
text-shadow: 1px 1px 1px #000;
padding: 0px 0px 12px 0px;
float: left;
width: 550px;
margin: 0;
padding: 0px 0px 12px 0px;
}

#common-v2-Dialog-middle #closeDialog {
padding: 2px 0px 0px 0px;
}

#common-v2-Dialog-content {
background: url('/images/popups/v2/bg-middle.png') no-repeat;
font-size: 12px;
line-height: 20px;
font-weight: normal;
color: #454545;

height: 431px;
padding: 0px 11px 0px 29px;
}

#common-v2-Dialog-content-inner {
overflow: auto;
height: 411px;
padding: 20px 20px 0px 0px;
}

#common-v2-Dialog-content STRONG {
color: inherit;
}

#common-v2-Dialog-bottom {
background: url('/images/popups/v2/bg-bottom.png') no-repeat;
height: 29px;
overflow: hidden;
}

#common-v2-Dialog-title #closeDialog {
float: right;
width: 50px;
text-align: right;
}

#common-v2-Dialog-content IMG {
padding: 10px;
display: inline;
}
