You are on page 1of 2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Vouchers</title>
<style>
@media print {
.noprint {
display: none;
}
.pagebreak {
page-break-after: always;
}
}
body {
font-family: 'verdana', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 50px 100px;
font-size: 12.3px;
}
div.box {
background-color: #94F3EB;
background-image: -webkit-linear-gradient(270deg,rgba(220,245,250,1.00)
0%,rgba(246,253,254,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(220,245,250,1.00)
0%,rgba(246,253,254,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(220,245,250,1.00)
0%,rgba(246,253,254,1.00) 100%);
background-image: linear-gradient(180deg,rgba(220,245,250,1.00)
0%,rgba(246,253,254,1.00) 100%);
background-repeat: repeat-x;
width: 3.6in;
height: 2.1in;
padding: 0 17px 18px 12px;
margin: 10px 0;
border: solid 1px #D9D9D9;
border-radius: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
div.box h2 {
background-color: #63C2EE;
border-color: #ED3939;
margin: 0 -17px 1px -12px;
padding: 15px 0px 0 10px;
height: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
font: bold 18px/0.2 Arial;
color: #fff;
text-align: center;
}
div.box h3 {
background-color: #FFF8DC;
border-color: #000;
border-style: solid;
border-width: 1px;
margin: -35px 0 0 70px;
padding: 12px 50px 3px 10px;
height: 8px;
width: 30px;
font: bold 12px/0 Arial;
color: #000;
}
div.box h4 {
background-color: #63C2EE;
border-color: #2B78C5;
/* IE6-9 */
margin: 0 -17px 1px -12px;
padding: 15px 0px 0 10px;
height: 20px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
font: bold 12px/0.2 Arial;
text-align: center;
color: #fff;
}
.block-left {
background-color: transparent;
width: 170px;
height: 120px;
margin: 15px 0;
float: left;
}
.block-right {
background-color: transparent;
width: 150px;
float: right;
padding: 0px 5px 15px !important;
text-align: center;
}

.block-right > h5 {
font: bold 18px/0.1 verdana;
text-align: center;
color: #FF4141;
text-shadow: 2px 2px 2px #000;
margin: 25px 0;
}
.block-bottom {
background-color: transparent;
clear: both;
}
.txtbox img {
width: 50px;
height: 50px;
float: left;
padding-right: 5px;
}
</style>
</head>
<body>

You might also like