#commonDialog,#commonDialogLong {
z-index:				1000000;
text-align:				left;
}
#commonDialog_content,#commonDialogLong_content {
position:				relative;
left:					0px;	
top:					0px;
background-color:		#FFFFFF;							/* Background color */
border: 				1px solid #454545;
padding:				9px;
overflow:				auto;								/* Hide overflow content */
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;
}