/* This is a nuetral style */

.giiCommonsConfirmationBox {	
	
	display				: block;
	width				: 90%;
	margin-bottom		: 10px;
	padding				: 8px 8px 8px 36px;
	border				: solid 1px #000000;
	background-repeat	: no-repeat;
	background-position	: 10px center;
	font-family			: "Arial", serif;
	font-size			: 12px;
	font-weight			: normal;
}

/* Yellow for information */

.giiCommonsConfirmationBoxInformation {
}

/* Green for success */

.giiCommonsConfirmationBoxSuccess {
}

/* Red for failure */

.giiCommonsConfirmationBoxFailure {
}

