/* Original PBBAcpBox styles */
#PBBAcp-Box {
		padding-bottom: 24px;
		background: url('../_img/bg-box-bottom.png') bottom left no-repeat !important;
		background: url('../_img/bg-box-bottom.gif') bottom left no-repeat;
}

#PBBAcp-InBox {
		padding-top: 15px;
		background: url('../_img/bg-box-top.png') top left no-repeat !important;	
		background: url('../_img/bg-box-top.gif') top left no-repeat;	
}

#PBBAcp-BoxContent {
		background: url('../_img/bg-box-body.png') top left repeat-y !important;
		background: url('../_img/bg-box-body.gif') top left repeat-y;
		padding: 0 20px 0 20px;
}

#PBBAcp-Box input {
	margin: 10px;
	background-color: #000000;
	border: solid 1px #444444;
	color: #999999;
}

#PBBAcp-Box .BoxAlert {
		text-align: center;
		color: #DDDDDD;
}

#PBBAcp-Box .BoxConfirm {
		text-align: center;
		color: #DDDDDD;
}

#PBBAcp-Box .BoxPrompt {
		text-align: left;
		color: #DDDDDD;
}

/* Styles for Box named 'MyBoxB' */
#MyBoxB-Box {
		padding-bottom: 24px;
		background-color: #fff;
		border: 1px solid #000;
}

#MyBoxB-InBox {
		padding-top: 15px;
}

#MyBoxB-BoxContent {
		padding: 0 20px 0 20px;
}

#MyBoxB-Box .BoxAlert {
		color: red;
}

#MyBoxB-Box .BoxConfirm {
		color: green;
}

#MyBoxB-Box .BoxPrompt {
		color: blue;
}
