body{
	margin:0;
	padding:0;
	background-color: #fff;
	background-image:none;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


.boxAll{
	position:relative;
	width: 100%;	
	margin: 0;
	padding: 0;
	text-align:left;
}

/* -- styles for header -- */
.boxHeader{
	display:none;
	
}

/* -- end styles for header -- */


/* -- styles for content -- */
.boxContent{
	position:relative; 
	width:100;
	padding:0;
	margin:0;
	background-image: none;
}


/* -- end styles for content -- */

/* -- styles for footer -- */
.boxFooter {
	display:none;
}

/* -- end styles for footer -- */

/* -- styles for popup-- */
.boxPopup {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	background-image:none;	
}


.boxPopup .content {
	position: relative;
	width: 100%;
	height:auto;
}

