@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
}


/*  =========================== */


.sale_page_top_image {
	background-image: url(http://jetsetlife.tv/muses/Jet_Set_Money/images/squeeze-pg-header.jpg); 
	background-repeat:no-repeat; 
	height:350px; 
	width:884px;
}

.red_headline {
	font-size:19px;
	color:red;
	font-weight:bold;
}

.BIG-red_headline {
	font-size:25px;
	color:red;
	font-weight:bold;
}

.box_black {
	border:2px solid black;
	padding:10px;
	width:80%;
	font-weight:bold;
}

.what-you-get {
	color:blue;
	font-size:45px;
	font-weight:lighter;
}


/*  =========================== */
/* Module Background */
/*  =========================== */

.modules {
	width:550px;
	margin-left:25px;
	font-size:14px;
	
}

.modules-top-bg {
	background-image: url(http://jetsetlife.tv/muses/Jet_Set_Money/images/levels-bg-top.jpg);
	background-repeat:no-repeat;
	height:27px;
	
}

.modules-spacer-bg {
	background-image: url(http://jetsetlife.tv/muses/Jet_Set_Money/images/levels-bg-spacer.jpg);
	background-repeat:repeat-y;
	padding:10px;
	
}

.modules-btm-bg {
	background-image: url(http://jetsetlife.tv/muses/Jet_Set_Money/images/levels-bg-btm.jpg);
	height:28px;
	background-repeat:no-repeat;
	
}

.modules-header-text {
	font-size:21px;
	font-weight:bold;
	color:blue;
}

/*  =========================== */
/* Box Dots */
/*  =========================== */

.boxdots {
	width:700px; 
	background-color:#F4F4D3; 
	padding:10px;
	border:dashed;
}

.boxpurple {
	width:800px; 
	background-color:#DDDAFF; 
	padding:10px;
	border:3px solid black;
}

.boxyellow {
	width:700px;
	border:2px solid black;
	background-color:yellow;
	padding:15px;
	font-size:14px;
}

.sprybox {
	width:900px;
	font-size:14px;
}

.darkblue {
	font-size:25px;
	color:#183960;
	font-weight:bold;
	
}

.black-big {
	font-size:20px;
	font-weight:bold;
	color:black;
}


