/*-------------------------------------------------
    NEW CONTEXT
-------------------------------------------------*/
#NewContextPopup {
	height: 128px !important;
	width: 425px;
}

.dj_ie #NewContextPopup {
	width: 388px;
	height: 140px;
}

#NewContextPopup .bordGauche, #NewContextPopup .bordDroite {
	height: 100px;
}

#NewContextPopup .content {
	height: 98px !important;
	width: 425px;
}

.dj_ie #NewContextPopup .content {
	height: 100px !important;
	width: 388px;
}

/*-------------------------------------------------
    RENAME CONTEXT
-------------------------------------------------*/
#RenameContextPopup {
	height: 128px !important;
	width: 410px;
}

#RenameContextPopup .bordGauche, #RenameContextPopup .bordDroite {
	height: 100px !important;
}

.dj_ie #RenameContextPopup .title .gauche {
	width: 410px;
}

#RenameContextPopup .content {
	height: 98px !important;
	width: 410px;
}

.dj_ie #RenameContextPopup .content {
	height: 100px !important;
}

/*-------------------------------------------------
    DELETE CONTEXT
-------------------------------------------------*/
#DeleteContextPopup {
	height: 150px;
	width: 425px;
}

#DeleteContextPopup .bordGauche, #DeleteContextPopup .bordDroite {
	height: 100px;
}

#DeleteContextPopup .content {
	height: 98px;
	width: 410px;
}

.dj_ie #DeleteContextPopup .content {
	height: 100px;
}