#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100px;
    width: 400px;
    position: fixed;
    zIndex: 99999;
    padding: 0;
    margin: 0;
}

#popup_content {
    background: 16px 16px no-repeat url('../images/warning.png');
    padding: 1em 1.75em;
    margin-top: 15px;
}

#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_content.loading {
    background: none;
    padding: 0px;
    margin-top: 0px;

}

#popup_message.loading {
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
}

#popup_message {
    padding-left: 30px;
    padding-top: 5px;
    width: 90%;
    height: 90%;
}

.messageContainer {
    height: 100%;
    width: 100%;
}

.messageContent {
    height: 50%;
    width: 100%;
    text-align: center;
}

.messageLoadingImage {
    height: 65%;
    width: 100%;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 6px;
    padding-top: 8px;
}

#login_error_message {
    height: 30px;
    background-color: #000000;
}

/* BEGIN - Mentor message */
#mentor_popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    border: solid 1px #999;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: fixed;
    zIndex: 99999;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#mentor_popup_image {
    background: url('../images/error.png') no-repeat center top;
	margin-top: 50px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

#mentor_popup_title {
	border: 1px solid;
    background-color: #000000;
    padding: 1em 1.75em;
    margin: 0 0 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-style: solid;
	text-align: left;
	/*vertical-align: top;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float: top;
}

#mentor_popup_footer {
	border: 1px solid transparent;
    background-color: #FFFFFF;
    padding: 1em 1.75em;
    margin: 0 0 0 0;
	font-size: 14px;
	font-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#mentor_popup_button {
	border: 1px solid transparent;
    background-color: #000000;
	color: #FFFFFF;
    padding: 1em 1.75em;
    margin: 0 0 0 0;
	font-size: 14px;
	font-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#mentor_popup_message {
    background-color: #FFFFFF;
	font-weight: bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
}

#mentor_popup_implications {
    background-color: #FFFFFF;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
}

#mentor_popup_guidance {
    background-color: #FFFFFF;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
}
/* END - Mentor message */