/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666;
}


#hearts {
	background-image:url('images/pricing_hearts.gif');
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
	left: 700px;
	top: 750px;
	}
	
	
img.floatRight { 
    float: right; 
    margin: 4px; 
}

	
	
.tab {
	background-image: url('images/form_bg.jpg');
	background-repeat: no-repeat;
	}


/* Hearts positioning
#hearts {
	background-image: url("images/pricing_hearts.gif");
	background-repeat: no-repeat;
	position: relative;
	right: 0%;
	top: 50%;
	width: 150px;
	height: 120px;
	padding: 0px;
	z-index:1;
}
 */


.h1 {
    font: 32px verdana;
	color: #fff;
}


.h2 {
    font: 18px verdana;
	color: #fff;
	margin: 5px;
	letter-spacing: 3px;
}


.h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #fff;
	margin: 5px;
}


/* package style header*/
p.package {
    color: #fff;
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
	padding-top: 30px;
	text-align: center;
	padding-left: 0px;
	line-height: 2; 
}


/* enhancement style header*/
p.package2 {
    color: #fff;
    font-family: times;
    font-size: 30px;
    font-weight: bold;
	padding-top: 30px;
	text-align: center;
	padding-left: 0px;
	line-height: 2; 
}


/* End of CSS Tabs */

