/* CSS Document */

body{

	background-image:url(../images/backtile.jpg);
	background-repeat:repeat-x;
	background-color:#1c3c68;


}

#container {
	position:absolute;
	width:1024px;
	height:1018px;
	left:50%;
	top:0px;
	margin-left: -512px;


}

/*Outer Bars*/

#left_bar {
	
	float:left;
	background-image:url(../images/leftback.jpg);
	background-repeat:no-repeat;
	width:124px;
	height:1018px;
	top:0px;
	clear:right;

}

#right_bar {
	
	float:right;
	background-image:url(../images/rightback.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:1018px;
	top:0px;

}

/* MID SECTION */

#middle_bar {
	float:left;
	width:775px;
	height:auto;
	top:0px;

}


#top_section {

	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:775px;
	height:252px;
	top:0px;

}
#top_section2 {


	width:775px;
	height:98px;


}

/* SUB SECTIONS OF THE MIDDLE PART */

#mid_section{
	width:775px;
	height:667px;
	background-image:url(../images/faq/2_1.jpg);
	background-repeat:no-repeat;
}



/* FOOTER */

#cancelsubscription{
	width: 775px;
	height:24px;
/*	background-image:url(../images/cancel/cancelar.jpg);*/
	background-repeat:no-repeat;
	
}
#lower_section{
	/*background-image:url(../images/footer.jpg);*/
	background-repeat:no-repeat;
	width: 775px;
	height:324px;
	
}

/*FORM STYLES */

.texta { 
 font-size: 10px; 
 background-color: #ffffff; 
 border: 1px solid #ffea00; 
 width:145px;
}

.textb { 
 font-size: 10px; 
 background-color: #ffffff; 
 border: 1px solid #CA59B6; 
 width:30px;
}




/*FONT STYLES*/

.termsfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

}

.capsfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
}

.copyrightfont {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	color:#E6AFDC;
}








