/* ADDED STYLES */
td {
	vertical-align: top;
}

table.maksutavat td {
	vertical-align: middle;
}


/* Yleiset asemointimääritykset */
.left {
	text-align : left;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}


.offline {
	color : Maroon;
} 

.online {
	color : Green;
	font-weight: bold;
} 

.error {
	color: Red;
}

.note {
	font-size: 0.6em;
}

.required {
	color: #c00000;
}

dl {
	font-size: 11px;
}

dt {
	margin-top: 1em;
}

/* ADMIN TABLE STYLES */
table.edit td {
	padding: 2px;
}
tr.otsakkeet, td.header {
	background-color : #CC9933;
}

tr.otsakkeet td, td.header {
	padding : 2px;
	border-left: 1px solid #FBEFBF;
	border-right: 1px solid #FBEFBF;
}

tr.otsakkeet td p, td.header p, table.edit p {
	margin: 0px;
}

tr.otsakkeet td p, td.header p {
	color : White;
	font-size : 0.7em;
	font-weight: bold;
}

td.colored {
	background-color : #ffe88e;
}

td.yhteenveto, td.yhteenveto p {
	font-weight: bold;
}


/* Print Styles For Invoices (CSS2) */
.tilisiirto {
	page-break-inside: avoid;
	page-break-before: always;
}


table.tilisiirtolomake {
	border-top : 1px dashed Black;
}

table.tilisiirtolomake td {
	/* border: 1px solid Black; */
	vertical-align: top;
}

td.saajantilivasen, td.saajavasen, td.maksajavasen, td.allekirjoitusvasen, td.tilitavasen {
	width: 5em;
}

td.saajantilivasen, td.saajavasen {
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

td.tililtavasen {
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

td.saajantili, td.saaja, td.viiva {
	border-bottom: 1px solid Black;
}

td.tililta {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}


td.viesti {
	width: 50%;
	border-left: 1px solid Black;
}

td.viitenrovasen, td.viitenro {
	border-left: 1px solid Black;
	border-top: 1px solid Black;
}

td.erapaivavasen, td.erapaiva, td.summa {
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}



table.tilinro {
	vertical-align: middle;
}

table.tilinro td {
	width: 1.2em;
}

table.tilinro td p {
	text-align: center;
}

td.nro {
	border-right: 1px solid Black;
}

p.info {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}




/* Verkkokauppatyylit 070426 */
td.nopadding {
	padding: 0;
}

table.tausta1 td {
	vertical-align: middle;
	height: 46px;
}

td.breadcrumb {
	padding-right: 10px;
}

table.product {
	margin-bottom: 20px;
}

table.productyla td {
	padding: 0;
}

td.productylavasen {
	background-image: url(layout/tuote_yla1.gif);
	background-repeat: no-repeat;
}

td.productylakeski {
	background-image: url(layout/tuote_yla2.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}

td.productylakeski p {
	font-size: 12px;
	font-weight: bold;
	color: White;
}

td.productylakeski a, td.productylakeski a:link, td.productylakeski a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

td.productylakeski a:active, td.productylakeski a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}



td.productylaoikea {
	background-image: url(layout/tuote_yla3.gif);
	background-repeat: no-repeat;
}

table.productsisalto {
	border: 1px solid #037b03;
}

td.productsisaltovasen {
	width: 55%;
	background-color: #efefef;
	padding: 20px;
}

td.productsisaltooikea {
	width: 45%;
	background-color: #ffffff;
	padding: 20px;
}



a.lisatiedot, a.lisatiedot:link, a.lisatiedot:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26ba7e;
	text-decoration: underline;
}

a.lisatiedot:active, a.lisatiedot:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}



td.inactiveproduct p {
	color: #666666;
}


/* Teaser-tyylit */
table.teaser {
	border: 1px solid #017900;
}

td.teaseryla {
	background-color: #003300;
	border-bottom: 1px solid #017900;
	padding: 5px;
	vertical-align: middle;
}

td.teaseryla p {
	color: White;
	font-weight: bold;
}

td.teaseryla a, td.teaseryla a:link, td.teaseryla a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

td.teaseryla a:active, td.teaseryla a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

td.teaserhinta p {
	text-align: center;
	font-weight: bold;
	color: Black;
}


/* Login box -tyylit */
td.loginboxwrapper {
	vertical-align: top;
	padding-top: 5px;
}

table.loginbox {
	background-image: url(layout/kirjaus1_uusi.gif);
	background-repeat: no-repeat;
}

td.loginyla {
	/* background-image: url(layout/kirjaus1.gif);
	background-repeat: no-repeat; */
	padding-top: 3px;
}

td.loginyla p {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 3px;
}

td.loginkeski {
	/* background-image: url(layout/kirjaus2.gif);
	background-repeat: repeat-y; */
	padding: 0 8px 0 8px;
}

td.loginkeski p {
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin-top: 0;
	margin-bottom: 4px;
}


td.loginala {
/*
	background-image: url(layout/kirjaus3.gif);
	background-repeat: no-repeat;
*/	
	padding: 0;
}

td.loginkeski a, td.loginkeski a:link, td.loginkeski a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

td.loginkeski a:active, td.loginkeski a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

p.nomargin, td.loginkeski p.nomargin {
	margin: 0 0 0 0;
}

/* Etusivun tuotteiden tyylit */
table.etuproduct {
	margin-bottom: 20px;
}

table.etuproductyla td {
	padding: 0;
}

td.etuproductylavasen {
	background-image: url(layout/etutuote_yla1.gif);
	background-repeat: no-repeat;
}

td.etuproductylakeski {
	background-image: url(layout/etutuote_yla2.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}

td.etuproductylakeski p {
	font-size: 11px;
	font-weight: bold;
	color: White;
}

td.etuproductylakeski a, td.etuproductylakeski a:link, td.etuproductylakeski a:visited {
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

td.etuproductylakeski a:active, td.etuproductylakeski a:hover {
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}



td.etuproductylaoikea {
	background-image: url(layout/etutuote_yla3.gif);
	background-repeat: no-repeat;
}

table.etuproductsisalto {
	border-left: 1px solid #037b03;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 0;
}

table.etuproductsisaltoleftnright {
	border-left: 1px solid #037b03;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 0;
}
table.etuproductsisaltoleft {
	border-left: 1px solid #037b03;
	border-top: 1px solid #037b03;
	border-right: 1px solid #e2e2e2;
	border-bottom: 0;
}
table.etuproductsisaltomiddle {
	border-left: 0;
	border-top: 1px solid #037b03;
	border-right: 1px solid #e2e2e2;
	border-bottom: 0;
}
table.etuproductsisaltoright {
	border-left: 0;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 0;
}


table.etuproductlisatiedotleftnright {
	border-left: 1px solid #037b03;
	border-top: 0;
	border-right: 1px solid #037b03;
	border-bottom: 0;
}
table.etuproductlisatiedotleft {
	border-left: 1px solid #037b03;
	border-top: 0;
	border-right: 1px solid #e2e2e2;
	border-bottom: 0;
}
table.etuproductlisatiedotmiddle {
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #e2e2e2;
	border-bottom: 0;
}
table.etuproductlisatiedotright {
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #037b03;
	border-bottom: 0;
}



table.etuproductala {
	border: 1px solid #037b03;
}
table.etuproductalaleftnright {
	border-left: 1px solid #037b03;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 1px solid #037b03;
}
table.etuproductalaleft {
	border-left: 1px solid #037b03;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 1px solid #037b03;
}
table.etuproductalamiddle {
	border-left: 0;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 1px solid #037b03;
}
table.etuproductalaright {
	border-left: 0;
	border-top: 1px solid #037b03;
	border-right: 1px solid #037b03;
	border-bottom: 1px solid #037b03;
}



td.etuproductalavasen, td.etuproductalaoikea, td.etuproductkuva {
	padding: 6px;
}

td.etuproductalavasen p {
	font-weight: bold;
}
td.navi {
	padding: 0 0 0 20px;
	height: 46px;
}
table.sivupalkki {
	margin-bottom: 10px;
}
td.tuotepalkkiyla {
	width: 188px;
	height: 47px;
}
td.tuotepalkkikeski {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #efefef;
	width: 188px;
	padding-left: 10px;
	padding-top: 10px;
}
td.tuotepalkkiala {
	width: 188px;
	height: 20px;
}
td.infopalkkiyla {
	width: 188px;
	height: 38px;
}
td.infopalkkikeski {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #ffd600;
	width: 188px;
	padding-left: 17px;
	padding-right: 10px;
	font-size: 10px;
	line-height: 16px;
}
td.infopalkkiala {
	width: 188px;
	height: 10px;
}
input.haku {
	margin-bottom: 5px;
}
td.korinappi {
	padding: 0 15px 0 5px;
}
select.kori {
	margin-bottom: 5px;
}
input.img_btn {
	border: none;
}
td.infopalkkikeski a:link, td.infopalkkikeski a:visited {
	font-family: Tahoma, Arial;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
td.infopalkkikeski a:hover, td.infopalkkikeski a:active {
	font-family: Tahoma, Arial;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}


table.tarjouspalikkaleftnright {
	margin: 0 13px 10px 0;
}
table.tarjouspalikkaleft {
	margin: 0 13px 10px 0;
}
table.tarjouspalikkamiddle {
	margin: 0 13px 10px 0;
}
table.tarjouspalikkaright {
	margin: 0 0 10px 0;
}
table.pienipalikkaleftnright {
	margin: 0 8px 10px 0;
}
table.pienipalikkaleft {
	margin: 0 8px 10px 0;
}
table.pienipalikkamiddle {
	margin: 0 8px 10px 0;
}
table.pienipalikkaright {
	margin: 0 0 10px 0;
}


table.otsikkokuva {
	margin-bottom: 10px;
}

td.huipputarj_yla {
	width: 198px;
	height: 42px;
	background-image: url(layout/huipput_yla.gif);
	background-repeat: no-repeat;
}
td.huipputarj_yla a:link, td.huipputarj_yla a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
td.huipputarj_yla a:hover, td.huipputarj_yla a:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
td.huipputarj_yla p {
	margin: 10px 10px 0 10px;
	text-align: center;
	line-height: 13px;
}
td.huipputarj_keski {
	width: 198px;
	height: 220px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
td.huipputarj_keski p.kuva {
	margin-top: 5px;
	text-align: center;
}
td.huipputarj_keski p.teaser {
	margin: 5px 10px 0 20px;
	font-size: 10px;
	font-weight: bold;
}
td.huipputarj_ala {
	width: 198px;
	height: 68px;
	background-image: url(layout/huipput_ala.gif);
	background-repeat: no-repeat;
}
td.huipputarj_ala td.hinta {
	height: 68px;
	vertical-align: bottom;
	padding-left: 15px;
	padding-bottom: 15px;
}
td.huipputarj_ala td.hinta p {
	font-size: 17px;
	font-weight: bold;
	color: #ff0000;
}
td.huipputarj_ala td.lisaa {
	height: 68px;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: right;
}

td.myydyimmat_yla {
	width: 149px;
	height: 42px;
	background-image: url(layout/myydyim_yla.gif);
	background-repeat: no-repeat;
}
td.myydyimmat_yla a:link, td.myydyimmat_yla a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
td.myydyimmat_yla a:hover, td.myydyimmat_yla a:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
td.myydyimmat_yla p {
	margin: 10px 10px 0 10px;
	text-align: center;
	line-height: 13px;
}
td.myydyimmat_keski {
	width: 149px;
	height: 150px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
td.myydyimmat_keski p.kuva {
	margin-top: 5px;
	text-align: center;
}
td.myydyimmat_keski p.teaser {
	margin: 5px 5px 0 10px;
	font-size: 10px;
	font-weight: bold;
}
td.myydyimmat_hinta {
	vertical-align: bottom;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	width: 149px;
	text-align: center;
}
td.myydyimmat_hinta p {
	margin: 5px 10px 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #ff0000;
}
td.myydyimmat_ala {
	width: 149px;
	height: 32px;
	background-image: url(layout/myydyim_ala.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
}
td.uutuus_yla {
	width: 149px;
	height: 42px;
	background-image: url(layout/uutuust_yla.gif);
	background-repeat: no-repeat;
}
td.uutuus_yla a:link, td.uutuus_yla a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
td.uutuus_yla a:hover, td.uutuus_yla a:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
td.uutuus_yla p {
	margin: 10px 10px 0 10px;
	text-align: center;
	line-height: 13px;
}
td.uutuus_keski {
	width: 149px;
	height: 150px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
td.uutuus_keski p.kuva {
	margin-top: 5px;
	text-align: center;
}
td.uutuus_keski p.teaser {
	margin: 5px 5px 0 10px;
	font-size: 10px;
	font-weight: bold;
}
td.uutuus_hinta {
	vertical-align: bottom;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	width: 149px;
	text-align: center;
}
td.uutuus_hinta p {
	margin: 5px 10px 5px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #ff0000;
}
td.uutuus_ala {
	width: 149px;
	height: 32px;
	background-image: url(layout/uutuust_ala.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
}
table.copy {
	margin-bottom: 50px;
	font-size: 10px;
	color: #333333;
}
table.alapalkki {
	height: 36px;
	background-image: url(layout/alapalkki.jpg);
	background-repeat: repeat-x;
	
}
td.tuotekortti_yla {
	width: 620px;
	height: 43px;
	background-image: url(layout/tuotekortti_yla.gif);
	background-repeat: no-repeat;
}
td.tuotekortti_yla p {
	font-family: Verdana, Arial, Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin: 8px 10px 0 20px;
}
table.tietoalue {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
td.tuotekortti_ala {
	width: 620px;
	height: 13px;
	background-image: url(layout/tuotekortti_ala.gif);
	background-repeat: no-repeat;
}
td.otsikko_vasen {
	width: 15px;
	height: 24px;
	background-image: url(layout/kateg_palkki_vas.gif);
	background-repeat: no-repeat;

}
td.otsikko_keski {
	height: 24px;
	background-image: url(layout/kateg_palkki_keski.gif);
	background-repeat: repeat-x;
	text-align: center;
}
td.otsikko_keski h1 {
	color: #333333;
	font-size: 15px;
	margin-top: 2px;
}
td.otsikko_oikea {
	width: 20px;
	height: 24px;
	background-image: url(layout/kateg_palkki_oik.gif);
	background-repeat: no-repeat;
}

table.shop_otsikkokuva td.otsikko_vasen {
	width: 15px;
	height: 32px;
	background-repeat: no-repeat;
    
}

table.shop_otsikkokuva td.otsikko_keski {
	height: 32px;
	background-image: url(layout/tilausots_tausta.gif);
	background-repeat: repeat-x;
    vertical-align: middle;
}

table.shop_otsikkokuva td.otsikko_keski h1 {
	color: #333333;
	font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-left: 5px;
    text-align: left;
   
}
table.shop_otsikkokuva td.otsikko_oikea {
	width: 27px;
	height: 32px;
	background-image: url(layout/tilausots_v.gif);
	background-repeat: no-repeat;
}

table.tuotehaku {
	margin-bottom: 10px;
}
table.tuotehaku td {
	vertical-align: middle;
}
.punhinta {
	font-size: 15px;
	font-weight: bold;
	color: #ff0000;
}
.pienihinta {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
p.tuotekortti {
	line-height: 20px;
}
a.tuote:link, a.tuote:visited {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.tuote:hover, a.tuote:active {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.listaus:link, a.listaus:visited {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.listaus:hover, a.listaus:active {
	font-size: 11px;
	font-weight: bold;
	color: #26ba7e;
	text-decoration: underline;
}
td.haku_yla {
	width: 620px;
	height: 21px;
	background-image: url(layout/harmaa_yla.gif);
	background-repeat: no-repeat;
}
td.haku_ala {
	width: 620px;
	height: 14px;
	background-image: url(layout/harmaa_ala.gif);
	background-repeat: no-repeat;
}
td.haku_keski {
	background-color: #efefef;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-left: 15px;
}
td.haku_keski a:link, td.haku_keski a:visited {
	color: #26ba7e;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}
td.haku_keski a:hover, td.haku_keski a:active {
	color: #333333;	
}

label {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
table.harmaa_alue {
	margin-bottom: 15px;
}
td.vaihe_vasenpaaty {
	width: 15px;
	height: 24px;
	background-image: url(layout/tilapalkki_vas.gif);
	background-repeat: no-repeat;
}
td.vaihe_oikeapaaty {
	width: 15px;
	height: 24px;
	background-image: url(layout/tilapalkki_oik.gif);
	background-repeat: no-repeat;
}
table.etusivuflash {
	width: 621px;
	height: 104px;
	margin-bottom: 10px;
	border: none;
}
table.etusivuflash td {
	padding: 0;
	margin: 0;
}
a.reverse:link, a.reverse:visited {
	color : #26ba7e;
	font-family: Verdana, Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}
a.reverse:active, a.reverse:hover {
	color : #333333;
	font-weight: normal;
	text-decoration: underline;
}
table.tilanneet {
	width: 234px;
	padding: 0;
	margin: 0;
}
table.tilanneet td.otsikko {
	padding: 0;
	margin: 0;
	width: 234px;
	height: 47px;
}
table.tilanneet td.tiedot {
	padding: 10px 0 0 0;
	margin: 0;
	width: 234px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
table.tilanneet td.alaosa {
	padding: 0;
	margin: 0;
	width: 234px;
	height: 14px;
}
td.nuolitausta {
	width: 232px;
	height: 38px;
	background-image: url(layout/nuoli_totm.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 2px 0 0 30px;
	vertical-align: top;
}
td.nuolitausta p {
	margin: 0;
	line-height: 18px;
}
td.nuolitausta td {
	vertical-align: top;
}
td.myoshinta {
	padding-right: 20px;
}
p.huomio {
	color: #ff0000;
}
td.pystymainokset {
	text-align: left;
	padding-left: 10px;
}
table.pystymainos {
	margin-bottom: 10px;
}
p.navissa {
	margin-top: 0;
	margin-bottom: 10px;
}

.smallnotespan {
font-size : 10px;
color : #7a7a7a;
display : inline;
}



/* Error/status/notice styles */
div.statusbox, div.confirmbox, div.errorbox, div.noticebox {
	padding: 10px;
	vertical-align: middle;
	margin-bottom: 20px;
}

div.statusbox {
	background-color: #F1F9EC;
	border: 1px solid #95D170;
}

div.confirmbox {
	background-color: #FCFCE8;
	border: 1px solid #F3F42B;
}

div.errorbox {
	background-color: #F9ECEC;
	border: 1px solid #D17070;
}
div.noticebox {
	background-color: #F8F8F8;
	border: solid 1px #999999;
}

div.statusbox p, div.confirmbox p, div.errorbox p, div.noticebox p {
	margin: 0 0 0 0;
}


.tilap {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	font-size: 10px;
	color: #333333;
	line-height: 11px;
	font-weight: bold;
}

td.thank_you
{
    
    background-color: #F0F0F0;
    padding: 25px 15px;
  
}

div.thank_you_message 
{
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px;
  
 
}


div.thank_you_message h1
{ 

    color: #01A25E;

}

div.thank_you_message td
{
    padding: 2px 5px;
}

td.thank_you .ok_pic
{
    vertical-align: middle;
}

#screenshot {
	position:absolute;
	border:1px solid #999999;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
}
