/* confirm message */
.confirm_box	{
	background: #ccffc9;
	border: 1px solid #087319;
	width: 295px;
	min-height: 40px;
	text-align: left;
	color: #087319;
	font-weight: bold;
	padding: 10px;
}

.confirm_icon	{
	background: url(../images/confirm_icon.jpg) top left no-repeat;
	height:	40px;
	width:	43px;
	float: left;
}


/*error message */

.error_box	{
	background: #FCFEC6;
	border: 1px solid #ffd05e;
	width: 295px;
	min-height: 50px;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}

.error_icon	{
	background: url(../images/error_icon.jpg) top left no-repeat;
	height:	40px;
	width:	43px;
	float: left;
}


/* genaral setup */

.message_box	{
	width: 240px;
	float: right;
	text-align: left;
	margin-left: 10px;
}



/* in_box setup */

.inbox_back .confirm_box	{
	margin:0px auto;
	#position: relative;
	#left: 25%;
	#top: 0px;
}
.spending_back .confirm_box	{
	margin:0px auto;
	#position: relative;
	#left: 25%;
	#top: 0px;
}
