.rbContent {
	margin:2px 10px 2px 10px;
}

/*  --White round box--  */
div#niftyW {
	margin: 0 10px;
	background: #fff;
}
#niftyW b.rtop b, #niftyW b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff;
}
#niftyW b.rtop, #niftyW b.rbottom  {
	display:block;
	background: #efefef;
}

/*  --Alpha round box--  */
div#niftyY {
	margin: 0 10px;
	background: #fcff00;
}
#niftyY b.rtop b, #niftyY b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fcff00;
}

#niftyY b.rtop, #niftyY b.rbottom  {
	display:block;
	background: #2f7dfe;
}
/*  --bottom footer stripe--  */
#bottom_fade {
        width: 100%;
        height: 20px;
/*        z-index: 1000000;
        position: fixed;*/
        bottom: 0px;
        border-top: solid;
        border-color:#222222;
        border-top-width:1px;
        background:url("../images/bg_stripe.png") 20px center repeat-x;
}

.footerlinks p {
        margin:0 10px 2px 0;
        text-align:right;
        color:#fff;
        font:normal 10px/18px Arial, Helvetica, sans-serif;
        text-decoration:none;
}
.footerlinks a, .footerlinks a:visited{
        padding:0 5px 0 5px;
        color:#cdd8ff;
        text-decoration:none;
}
.footerlinks a:hover  {
        color:#efefef;
        text-decoration:none;
}

