body, a
{
	font-family: Calibri, arial;
	font-size: 10pt;
	color: #111111;
	list-style-type: circle;
        background: #fbfbfb;
}

oldbody
{
background: rgba(255,252,252,1);
background: -moz-linear-gradient(left, rgba(255,252,252,1) 0%, rgba(116,175,173,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,252,252,1)), color-stop(100%, rgba(116,175,173,1)));
background: -webkit-linear-gradient(left, rgba(255,252,252,1) 0%, rgba(116,175,173,1) 100%);
background: -o-linear-gradient(left, rgba(255,252,252,1) 0%, rgba(116,175,173,1) 100%);
background: -ms-linear-gradient(left, rgba(255,252,252,1) 0%, rgba(116,175,173,1) 100%);
background: linear-gradient(to right, rgba(255,252,252,1) 0%, rgba(116,175,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#fffcfc', GradientType=1 );

}

.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:320px;
	height:200px;
	background:#ffffff;
	margin:40px auto;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 35px 20px #777;
  transform: rotate(-8deg);
}
.effect5:after
{
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.effect6
{
  	position:relative;       
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

#popupbox{

position: absolute; 
width:320px;

    top:100px;
    left:50%;
    margin-left:-160px;
    padding-top:30px;
    padding-bottom:30px;
    box-shadow: 10px 10px 7px #558c89;
    border-radius: 10px;
    
background: #D9853B; 
border: solid #000000 0px; 
z-index: 9; 
font-family: arial; 
visibility: visible; 
}
textarea, select, input[type="text"]
{
	font-family: inherit;
	font-size: 10pt;
        font-weight: bold;
	color: #000000;
}
h1, h2 {
	font-family: inherit;
	color: #111111;
	list-style-type: circle;
	}
h1 {
	font-size: 18pt;
	}
h2 {
	font-size: 14pt;
	}
table tr { 
	height:1em;
}
td {
	font-family: inherit;
	font-size: 10pt;

	color: #111111;
	overflow:hidden;
	white-space:nowrap;
}

