@charset "utf-8";
/* CSS Document */

.infoBox{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/top.png) repeat-x;
    margin:10px 0 30px;
    overflow:hidden;
	clear:both;
	width:100%;
}

.infoBox .inner1{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/bottom.png) repeat-x bottom left;
    overflow:hidden;
	width:100%;
}

.infoBox .inner2{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/left.png) repeat-y;
    overflow:hidden;
	width:100%;
}

.infoBox .inner3{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/right.png) repeat-y right;
    overflow:hidden;
	width:100%;
}

.infoBox .inner4{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/top-right.png) no-repeat top right;
    overflow:hidden;
	width:100%;
}

.infoBox .inner5{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/bottom-left.png) no-repeat bottom left;
    overflow:hidden;
	width:100%;
}

.infoBox .inner6{
    padding:0 0 20px;
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/bottom-right.png) no-repeat bottom right;
    overflow:hidden;
	width:100%;
}

.infoBox .boxTitle{
    background:url(http://mx-mp.quest.com/active-directory/images/box-bg/top-left.png) no-repeat;
    padding:12px 15px 12px;
    margin:0 0 13px;
    color:#000;
}

