/* lte IE 9 style*/
.bodyfull {
    -pie-background: linear-gradient(#e0e0e0 0%,  #FFFFFF 100%);
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(144,176,225,1.00) 0%,rgba(239,239,239,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(144,176,225,1.00) 0%,rgba(239,239,239,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(144,176,225,1.00) 0%,rgba(239,239,239,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(144,176,225,1.00) 0%,rgba(239,239,239,1.00) 100%);
    border-top: 2px solid #457FB5;
    -webkit-box-shadow: 0px -4px 3px rgba(166,166,166,0.34);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(166,166,166,0.34);
}
  .footerb {
	position: relative;
  }


@media only screen and (min-width : 641px)  { 
.footerb {
	border-radius: 7px;
	position: relative;
}

}@media only screen and (min-width : 1024px)  { }
