body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	table-layout:fixed;
	line-height:18px;
}
#main {
	background:#ffffff url(../images/ggp-body-bg.jpg) repeat-x top;
}
 /*in_line*/
input, select { 
	vertical-align:middle; 
	font-weight:normal;
	border: 1px solid #333333;
	font-size:12px;
}
img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
.img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
a:hover {
	text-decoration:underline;
}
a {
	color:#4089aa; 
	font-size:11px;
}
.clear { 
	clear:both;
}
.logo-bg {
	background-image:url(../images/ggp-logo-bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:62px;
	width:799px;
	display:block;
}
.space {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}
.search-main {
	font-size:13px;
	font-weight:bold;
	height:20px;
	display:block;
	border:solid 1px #333333;
}
.footer-bg {
	background-color:#f2f2f2;
	background-image:url(../images/ggp-footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
	height:79px;
	display:block;
	font-size:11px;
}
.footer {
	text-align:center;
	line-height:20px;
	color:#333333;
	text-decoration:none;
}
.footer a {
	color:#333333;
	text-decoration:underline;
}
.content {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#000000;
	padding-left:0px;
}
.content-bold {
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
	padding-left:0px;
}
.header-white-bold {
	font-size:x-large;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 5px 5px 5px;
}
.header-white-slogan {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 5px 5px 80px;
}
.header-white-contact {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.content-bg {
	background-image: url(../images/ggp-content-top-bg.jpg);
	background-position:top;
	padding:0px;
	background-repeat:repeat-x;
	width:799px;
}
.right-pane {
	background-image: url(../images/ggp-right-pane-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:206px;
}
.left-pane {
	background-image: url(../images/ggp-content-top-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:573px;
}
.content-blue {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#4089aa;
	padding-left:0px;
}
.content-bold-blue {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#4089aa;
	padding-left:0px;
	vertical-align:middle;
}
.content-green {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#759d20;
	padding-left:0px;
}
.content-bold-green {
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#759d20;
	padding-left:0px;
}
.content-red {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#c70000;
	padding-left:0px;
}
.content-bold-red {
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#c70000;
	padding-left:5px;
}
.content-header-blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#4089aa;
	padding-left:0px;
}
.content-header-blue-arrow {
	background-image: url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#4089aa;
	padding-left:15px;
	line-height:20px;
	text-decoration:none;
}
.content-header-green {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#759d20;
	padding-left:0px;
}
.content-header-red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#c70000;
	padding-left:0px;
}
.content-header-dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:18px;
	color:#4b4c4d;
	padding-left:0px;
}
#menu1 {
	background: url("../images/ggp-menu-home-hover.jpg"); 
	background-repeat:no-repeat;
}
#menu2 {
	background: url("../images/ggp-menu-place-order-hover.jpg"); 
	background-repeat:no-repeat; 
	background-position:top;
}
#menu3 {
	background: url("../images/ggp-menu-how-to-order-hover.jpg"); 
	background-repeat:no-repeat; 
	background-position:top;
}
#menu4 {
	background: url("../images/ggp-menu-order-status-hover.jpg"); 
	background-repeat:no-repeat; 
	background-position:top;
}
#menu5 {
	background: url("../images/ggp-menu-contact-us-hover.jpg"); 
	background-repeat:no-repeat; 
	background-position:top;
}
.rollover { 
	display: block; 
} /* Allow setting widths and heights */
.rollover img { 
	height: 42px; 
	border: 0; 
} /* only set width and height once */
.rollover:hover { 
	visibility: visible; /* for IE */ 
} /* sets any property for the :hover state */
.rollover:hover img { 
	visibility: hidden; 
} /* 'rolls over' the image */
.testimonial {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#EE1C25;
	font-style:italic;
	line-height:18px;
	text-decoration:none;
}
.bullet-red {
	background-image: url(../images/red-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding-left:25px;
	margin-left:15px;
	font-weight:normal;
	line-height:20px;
	color:#333333;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}
.bullet-red a {
	text-decoration:underline;
}
.bullet-blue {
	background-image: url(../images/blue-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding-left:25px;
	font-weight:normal;
	line-height:20px;
	color:#333333;
	padding-top:2px;
	padding-bottom:2px;
}
.bullet-null {
	background-position:left;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:2px;
}
.header-phone-small {
	background-image: url(../images/eplus_contact_icon_samll.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:178px;
}
.vertical-line {
	border-left-style: solid;
	border-left-width: thin; 
	border-left-color:#f2f2f2;
	border-right-style: solid;
	border-right-width: thin; 
	border-right-color:#f2f2f2;
	
}
.drug-display-top {
	background-image: url(../images/drug-display-bg-top1.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-position: left;
}
.drug-display-middle {
	background-image: url(../images/ggp-content-middle-bg.jpg);
	background-repeat:repeat-y;
}
.drug-display-bottom { 
	background-image: url(../images/drug-display-bg-bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	background-position: left;
}
.drug-name-header { 
	background-image: url(../images/ggp-drug-name-bg.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:46px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-top:7px;
	padding-left:5px;
	padding-right:10px;
}

.drug-table-header_arrow { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding-left:18px;
	color:#000000;
	text-decoration:underline;
	background-image:  url(../images/drug_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
}
.drug-table-header_arrow:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	color:#14a2c5;
	padding-left:18px;
	text-decoration:underline;
	background-image:  url(../images/drug_arrow_hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
}
.email-link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
	background-image:  url(../images/email-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	padding-bottom:3px;
	margin-top:15px;
}
.email-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#14a2c5;
	text-decoration:underline;
	background-image:  url(../images/email-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	padding-bottom:3px;
}
.drug-table-header { 
	background-image: url(../images/drug-table-header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:21px;
	text-align:cneter;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
}
.drug-table-header-text { 
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
}
.tbl-brdr {
	border: 1px solid #13acdf;
}
.tbl-brdr-inner {
	border-color: #13acdf;
    border-width: 0px 1px 0 0;
    border-style: solid;
	padding-left:5px;
}
.tbl-brdr-inner-1 {
	border-color: #13acdf;
    border-width: 0px 1px 0 0;
    border-style: solid;	
}
.SaveTxtStyle {
	font-size:10px;
	line-height:16px;
	text-align:left;
	color:#FF0000;
}
.drug-info-top {
	background-image: url(../images/drug-info-top-bg.gif);
	height:71px;
	background-repeat:no-repeat;
	background-position:top;
	padding-top:5px;
}
.drug-info-top-left {
	background-image: url(../images/drug-info-top-bg_01.gif);
	width:48px;
	height:65px;
	display:block;
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:5px;
}
.drug-info-top-right {
	background-image: url(../images/drug-info-top-bg_03.gif);
	width:48px;
	height:65px;
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:5px;
}
.drug-info-top-middle {
	background-image: url(../images/drug-info-top-bg_02.gif);
	width:491px;
	height:65px;
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}
.traverse-txt {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}
.traverse-txt:hover {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	text-decoration:underline;
}
.traverse-txt-arrow {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	color:#000000;
	text-decoration:none;
}
/*Price List*/
.drug-name {
	border: #c0c0c0 1px solid;
	background-image:url(../images/white-bg.gif);
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	display:block;
	padding-left:5px;
}
.drug-name:hover{
	background-image:url(../images/red-bg.gif);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	display:block;
	padding-left:5px;
}
.drug-generic-name {
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}
.drug-generic-name:hover {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}
.alpha
{ color: #CC0000; font-family: "arial", "helvetica" , "sans-serif"; font-size: 13px; font-weight: normal; text-decoration: none;  height: 20px;}
a.alpha
{ background-color: #ffffff; color: #CC0000; font-family: "arial", "helvetica" , "sans-serif"; font-size: 13px; font-weight: normal; text-decoration: none; height: 20px;}
a.alpha:hover
{ background-color: #CC0000; color: #ffffff; font-family: "arial", "helvetica" , "sans-serif"; font-size: 13px; font-weight: normal; text-decoration: underline; height: 20px;}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 5px; }
.rbroundbox { width: 76%; margin: 5px auto; }

.rbroundbox1 { background: url(../images/nt.gif) repeat; }
.rbroundbox1 { width: 96%; margin: 5px auto; }

.rbroundbox2 { background: url(../images/nt.gif) repeat; }
.rbroundbox2 { width: 100%; margin: 0px auto; }
.hrline{ border-bottom:#003399; border-bottom-style:dashed; border-bottom-width:1px;}

/* Right box 
.right-box-top {background-image: url(../images/right-box-top.gif) no-repeat center; height:11px; display:block;}*/
.right-box-top {background-image: url(../images/right-box-top.gif);	background-repeat:no-repeat; background-position: bottom;}
.right-box-middle {background-image: url(../images/right-box-middle.gif); background-repeat:repeat-y; background-position: center;}
.right-box-bottom {background-image: url(../images/right-box-bottom.gif); background-repeat:no-repeat; background-position: top;}

.alpha-right {
	background-image:url(../images/alpha-bg-new.gif);
	background-repeat:no-repeat;
	background-position:center;	
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	height:25px;
	width:26px;
	display:block;
}
.alpha-right:hover {
	background-image:url(../images/alpha-bg-hover-new.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	height:25px;
	width:24px;
	display:block;
}

.right-alpha-link { 
	background-image:  url(../images/continue-shop-btn.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	padding-top:2px;
}
.right-alpha-link:hover {
	background-image:  url(../images/continue-shop-hover-btn.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	padding-top:2px;
}
#right-alpha {
	background: url("../images/continue-shop-btn.gif"); 
	background-repeat:no-repeat;
	background-position:top;
}
.right-alpha-link { 
	height: 17px; 
	display: block; 
} /* Allow setting widths and heights */
.right-alpha-link img { 
	height: 17px; 
	border: 0; 
} /* only set width and height once */
.right-alpha-link:hover { 
	visibility: visible; /* for IE */ 
} /* sets any property for the :hover state */
.right-alpha-link:hover img { 
	visibility: hidden; 
} /* 'rolls over' the image */

.shopping-display-top {
	background-image: url(../images/shopping-box-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.shopping-display-middle {
	background-image: url(../images/shopping-box-middle.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.shopping-display-bottom { 
	background-image: url(../images/shopping-box-bottom.gif);
	background-repeat:no-repeat;
	background-position: top;
}
.vline
{
	background-image:url(../images/ggp-vline.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.drug-banner { 
	background-image: url(../images/ggp-banner-1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	
}
.cart-header {
	color:#CC0000;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	display:block;
}
/*New Design */
.left-box-new{
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
background-color:#ffffff;
width:210px;
display:block;
}
.left-pane-new {
	background-color:#ededed;	
	border-right:#dfdbdc 1px solid;
	width:220px;
}
.left-box-header-bullet {
	background-image: url(../images/left-header-bullot.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	color:#4089aa;
	padding-left:25px;
	text-decoration:none;
}
.left-box-header-bg{
background-image: url(../images/left-box-header-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	border:#dfdbdc 1px solid;
	width:210px;
	height:35px;
	display:block;
}
.content-bg-new {
	background-image: url(../images/content-bg-new.gif);
	background-position:top;
	padding:0px;
	background-repeat:repeat-x;
	width:799px;
}
.vertical-line-new {
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
}
.content-border {
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
width:579px;
}
.drug-name-header-new { 
	background-image: url(../images/drug-header-bg.gif);
	background-repeat:repeat-x;
	background-position:left;
	width:auto;
	height:31px;
	color:#FFFFFF;
	font-size:13px;
	line-height:31px;
	font-weight:bold;
	padding-left:5px;
	padding-right:10px;
	display:block;
}
.drug-name-header-right{ 
	background-image: url(../images/content-header-txt-right.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:31px;
}
.hr-line{
border-top:#dfdbdc 1px solid;
}
.footer-bg-new {
	background-color:#f2f2f2;
	background-image:url(../images/ggp-footer-bg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	border-left:#dfdbdc 1px solid;
	border-right:#dfdbdc 1px solid;
}
.drug-info-border {
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
}
.drug-info-top-left-new {
	background-image: url(../images/drug-info-top-left-new.gif);
	width:94px;
	height:76px;
	background-repeat:no-repeat;
	background-position:top left;
}
.drug-info-top-right-new {
	background-image: url(../images/drug-info-top-right-new.gif);
	width:94px;
	height:76px;
	background-repeat:no-repeat;
	background-position:top left;
}
.drug-info-top-middle-new {
	background-image: url(../images/drug-info-top-middle-new.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.drug-info-header-white {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:5px;
}

/*New Design */
.left-box-new{
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
background-color:#ffffff;
width:210px;
display:block;
}
.left-pane-new {
	background-color:#ededed;	
	border-right:#dfdbdc 1px solid;
	width:220px;
}
.left-box-header-bullet {
	background-image: url(../images/left-header-bullot.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	color:#4089aa;
	padding-left:25px;
	text-decoration:none;
}
.left-box-header-bg{
background-image: url(../images/left-box-header-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	border:#dfdbdc 1px solid;
	width:210px;
	height:35px;
	display:block;
}
.content-bg-new {
	background-image: url(../images/content-bg-new.gif);
	background-position:top;
	padding:0px;
	background-repeat:repeat-x;
	width:799px;
}
.vertical-line-new {
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
}
.content-border {
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
width:579px;
}
.drug-name-header-new { 
	background-image: url(../images/drug-header-bg.gif);
	background-repeat:repeat-x;
	background-position:left;
	width:auto;
	height:31px;
	color:#FFFFFF;
	font-size:13px;
	line-height:31px;
	font-weight:bold;
	padding-left:5px;
	padding-right:10px;
	display:block;
}
.drug-name-header-right{ 
	background-image: url(../images/content-header-txt-right.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:31px;
}
.hr-line{
border-top:#dfdbdc 1px solid;
}
.footer-bg-new {
	background-color:#f2f2f2;
	background-image:url(../images/ggp-footer-bg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	border-left:#dfdbdc 1px solid;
	border-right:#dfdbdc 1px solid;
}
.drug-info-border {
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
}
.drug-info-top-left-new {
	background-image: url(../images/drug-info-top-left-new.gif);
	width:94px;
	height:76px;
	background-repeat:no-repeat;
	background-position:top left;
}
.drug-info-top-right-new {
	background-image: url(../images/drug-info-top-right-new.gif);
	width:94px;
	height:76px;
	background-repeat:no-repeat;
	background-position:top left;
}
.drug-info-top-middle-new {
	background-image: url(../images/drug-info-top-middle-new.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.drug-info-header-white {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:5px;
}

.header-top-bg{
	background-image: url(../images/left-box-header-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	border:#dfdbdc 1px solid;
	height:35px;
	display:block;
}
.header-box{
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
background-color:#ffffff;
display:block;
}
.drug-name {
	border: #c0c0c0 1px solid;
	background-image: url(../images/drug-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	display:block;
	padding-left:25px;
}

.drug-name:hover{
	background-image: url(../images/drug-selecet.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	display:block;
	padding-left:25px;
}
.box-new{
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
border-top:#dfdbdc 1px solid;
background-color:#ffffff;
}
.cart-header-new {
	background-image: url(../images/left-header-bullot.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
	padding-left:25px;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
}
.cart-box-new{
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
background-color:#f4f2f5;
display:block;
}
.login-bg{
background-image: url(../images/login-bg.gif);
background-position:center;
background-repeat:no-repeat;
height:260px;
width:336px;
}
.box-grey{
border-left:#dfdbdc 1px solid;
border-right:#dfdbdc 1px solid;
border-bottom:#dfdbdc 1px solid;
border-top:#dfdbdc 1px solid;
background-color:#EEECEF;
}
.receipt-bg{
background-image: url(../images/receipt-bg.jpg);
background-position:center;
background-repeat:no-repeat;
height:193px;
width:327px;
}
.billing-info-bg{
background-image: url(../images/billing-info-bg.gif);
background-position:center;
background-repeat:no-repeat;
height:8px;
}
.footer-new{font-size:10px; line-height:16px; color:#333333}
