/* Copyright 2006-2009 Jostens, Inc. */

/* --------------------- PROGRESS BAR -------------------------- */

.fadeDialog {
	background:#fff;
	border: 1px solid black;
	height: 110px;
	left:30%;
	position:absolute;
	top:20%;
	width:20%;
	text-align: left;
    }

#alertDialog {
	height:120px;
	}

#progressDialog {
	text-align: left;
	}
#progressFade {
	background:transparent url(/img/background.translucent.gif);
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:10;
    }
#progressText {
	height:30px;
	left:10px;
	position:relative;
	top:15px;
	padding-left: 20px;
	background:transparent url(/img/icon-indicator.gif) no-repeat;
    }
#progressAnimBox {
	background:url(/img/progress02.png) no-repeat;
	height:30px;
	left:0px;
	position:relative;
	top:6px;
	width:500px;
	}
#progressAnimCurrent {
	background:url(/img/progress05.png) no-repeat;
	height:30px;
	left:0px;
	width:1px;
	position:relative;
	padding:0px;
	margin:0px;
	top:0px;
	}
#progressTextSpecifics {
	height:30px;
	left:10px;
	position:relative;
	top:12px;
	}

.timedOutTitle {
	position:relative;
	top:15px;
	padding-left: 10px;
	font-weight: bold;
	}
.timedOutText {
	position:relative;
	top:15px;
	padding-left: 10px;
    }
.timedOutCancel {
	position:relative;
	top:15px;
	float:right;
	padding-right: 10px;
    }

/* --------------------- Dialog -------------------------- */

.popDialogue			{width: 400px;background:#efeae5;color:#000;}
.popDialogueHeader		{background:#aea294; color:#fff; padding: .7em;margin: 0px;padding: .7em; color: #fff; font-size: 12px;font-weight:bold;}
.popDialogueTitle { text-align: left;}
.popDialogContentCloseButton {position:absolute; top:.5em; right:.7em;}
.popDialogueContent {
	padding: 20px;
	font-size: 12px;
	}
/* .popDialogue INPUT {width: 240px;} */
.popDialogueBtn {
	text-align: center; padding-top: 20px;
	}
.dialogueForm {width: 450px;}
.dialogueForm TD {padding: 10px 0px 10px 0px; text-align: left; vertical-align: top;}
.dialogueFormLbl {width: 150px;}
.dialogueForm UL {margin: 0px 0px 0px 20px; padding: 0px 0px 0px 20px;}

/* This is for the progress dialgue */
.messageDialogue {
	width: 500px;
	margin: 0px;
	padding: 0px;
	z-index:10;
	}
.timerDialogButton {
	margin-top: 20px; margin-right: 20px;
	}
