.defaultBox {
	margin-left: 15px;
}

.normalBox {
    position: relative;

    padding:15px 15px 40px 15px;
    margin-bottom: 20px;
    background-color:#F7F7F3;
}

.normalBox h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.menuBox {
	position: relative;

	padding:0px 0px 0px 0px;
	background-color:#F7F7F3;
}
.menuBox .pageMenu {
	margin-left: 0px;
	margin-top: 0;
}

.withOutPadding {
	padding: 0px 15px;
}

.topPadding {
    padding-top:10px !important;
}

.noPadding {
	padding: 0 !important;
}

.whiteBackground {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rightBottom {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.realyRightBottom {
    bottom: 0px;
    right: 0px;

}

.realyRightBottom *{
    float: left;
    display: block;
    margin-left: 5px;
}
