﻿@charset "utf-8";

 /*
  *	CONTENT
  */

.ThemeBackground
{
	background: White url(../images/postitpack/back-body.gif) no-repeat center top;
}


.Content
{
	overflow: visible;
}

.ThemeContent
{
	height: 890px;
	z-index: 0;
}

/* theme Pack */
.theme-main
{
    text-align: center;
    display: block;
}
.theme-container
{
    width: 745px;
    margin: 0 auto;
}
.theme-header
{
    background: url(../images/postitpack/back-header.png) no-repeat top center;
    width: 745px;
    height: 391px;
    clear: both;
}
.theme-header.confirm
{
    background-image: url(../images/postitpack/back-header-confirm.png);
}
.theme-header .homebutton
{
    background: url(../images/back-button-home.png) no-repeat top left;
    width: 138px;
    height: 49px;
    float: right;
    margin: 55px -45px 0 0;
}
.theme-header .homebutton:hover
{
    background-position: bottom left;
}
.theme-left
{
    background: url(../images/postitpack/back-left.png) no-repeat;
    width: 348px;
    height: 241px;
    float: left;
}
.theme-button
{
    background: url(../images/postitpack/download.jpg) no-repeat top left;
    width: 276px;
    height: 241px;
    float: left;
}
.theme-button:hover
{
    background-position: bottom left;
}
.theme-right
{
    background: url(../images/postitpack/back-right.png) no-repeat;
    width: 121px;
    height: 241px;
    float: left;
}
.theme-middle
{
    background: url(../images/postitpack/back-middle-confirm.png) no-repeat;
    height: 241px;
    width: 745px;
}
.theme-footer
{
    background: url(../images/postitpack/back-footer.png) no-repeat;
    width: 745px;
    height: 123px;
    padding: 7px 0 0 0;
    clear: both;
}
.theme-footer.confirm
{
    background-image: url(../images/postitpack/back-footer-confirm.png);
}
.no-messenger
{
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    font-family: Segoe UI;
}
.more-emoticons
{
    float: left;
    color: #0065a6;
    margin: 15px 0 0 75px;
}
.confirm .more-emoticons
{
    margin-top: 30px;
}
.theme-footer a
{
    text-decoration: underline;
    color: #0065a6;
}
