﻿/*
#
## boxes from
## http://www.hedgerwow.com/360/dhtml/css_stretched_box/demo.php
#
*/


/*
#
## START the boxes theme | here you define only the graphics and little other stuff
#
*/
.v-chrome{

  margin-bottom: 40px;

}

.v-chrome-bd{

  padding: 5px 20px 5px 20px;

}

.v-chrome-blue .bgnd *{
	background-image:url(../img/e-wishes__bgr_box_blue.png);
	_background-image:url(../img/e-wishes__bgr_box_blue.gif);
}

.v-chrome-blue-right .bgnd *{
	background-image:url(../img/e-wishes__bgr_box_blue_right.png);
	_background-image:url(../img/e-wishes__bgr_box_blue_right.gif);
}

.v-chrome-blue p {
    color: #ffffff;
}


.v-chrome-white .bgnd *{
	background-image:url(../img/e-wishes__bgr_box_white.png);
	_background-image:url(../img/e-wishes__bgr_box_white.gif);

}
/*
#
## END the boxes theme
#
*/


/*
#
## START the boxes | full css-code
#
*/
.v-chrome{
  position:relative;
  z-index:2;
  margin:3px;
  zoom:1;
}

.v-chrome-bd{
  padding: 0px;
  _height: 86px;
  min-height: 86px;
  zoom:1;
}

.v-chrome .bgnd{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  zoom:1;
}


.v-chrome .bgnd *{
  position:absolute;
  overflow:hidden;
  background-repeat:no-repeat;
  zoom:1;
}

/* up  indictated by u.w  */
.v-chrome .bgnd u.w{
  left:0;
  top:0;
  right: 20px;
  height: 6px;

}
/* up  indictated by u.e  */
.v-chrome .bgnd u.e{
  top:0;
  right:0;
  height: 6px;
  width: 40px;
  background-position:-960px 0;

}

/* in-between  indictated by i.w  */
.v-chrome .bgnd i.w{
  left:0;
  top:6px;
  right: 1px;
  bottom: 1px;
  background-repeat:repeat-y;
  background-position:-1000px 0;
}

/* in-between  indictated by i.e  */
.v-chrome .bgnd i.e{

  top: 6px;
  right: 0px;  /* position at the very right border*/
  width: 40px;
  bottom: 1px;
  background-repeat:repeat-y;
  background-position:100% 0;
}

/* bottom indictated by b.w  */
.v-chrome .bgnd b.w{
  left:0;

  bottom:0;
  right:40px;
  height:80px;
  background-position:0 100%;
}

/* bottom indictated by b.e  */
.v-chrome .bgnd b.e{
  height:80px;

  bottom:0;
  right:0;
  width:40px;
  background-position:-960px 100%;
}
/*
#
## END the boxes | full css-code
#


