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

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

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

#PBBAcp-Box input {
    margin: 10px;
}
/*#eff2f4*/
#PBBAcp-Box .BoxAlert {
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

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

#PBBAcp-Box .BoxPrompt {
    text-align: left;
}
/* Styles for Box named 'boxconf' */
#boxconf-Box {
    padding-bottom: 24px;
    background-color: #fff;
    /*border: 1px solid #000;*/
	width:300px;
	height:200px;
    background: url('../images/bg_box_middle.png') bottom left repeat-y !important;
    background: url('../images/bg-box-bottom.gif') bottom left repeat-y;
}

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

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

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

#boxconf-Box .BoxConfirm {
    color: #ffffff;
	font-family:Myriad, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	
}

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

