

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}



#panelwrapper {
  	width: 100%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 0px;
	position:relative;
	z-index: 3;
}


#toppanel {

    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: -10px;
    width: 100%; /*100%; */
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	border-bottom: 4px solid #4045AD;
}

#panelwrapper_reg {
  	width: 400px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 0px;
	position:relative;
	z-index: 3;
}

/* sliding panel */
#toppanel_reg {
	position: fixed;
    /*position: absolute;*/   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 200px;
    width: 400px; /*100%; */
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

#newram{
	border: 3px solid #4045AD;
    width: 100% - 8px;
	height: 98% ;
	background: url(../images/Headerbgbluecolor2.png) repeat-x;
	
}



#panel{
	padding: 10px ;	
	width: 100%;
	height: 30px;
	color: #aaa;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none; /*let jQuery cookie control display */
}

#reg_panel {
	width: 100%;
	height: 330px;
	color: #aaa;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none; /*let jQuery cookie control display */
	background: url(../images/Mainbg.png) repeat-y 0 0;	
}

