﻿@charset "utf-8";

 /*
  *	CONTENT
  */

.ThemeBackground
{
	background: White url(../images/romancepack/back-romance.gif) no-repeat center top;
}


.Content
{
	overflow: visible;
}

.ThemeContent
{
	height: 820px;
	z-index: 0;
}

/* Romance Pack */
.romance-header
{
    background: url(../images/romancepack/back-header.png) no-repeat;
    width: 854px;
    height: 297px;
    clear: both;
}
.romance-header.confirm
{
    background-image: url(../images/romancepack/back-header-confirm.png);
}
.romance-header .homebutton
{
    background: url(../images/back-button-home.png) no-repeat top left;
    width: 138px;
    height: 49px;
    float: right;
    margin: 70px -30px 0 0;
}
.romance-header .homebutton:hover
{
    background-position: bottom left;
}
.romance-left
{
    background: url(../images/romancepack/back-left.png) no-repeat;
    width: 444px;
    height: 200px;
    float: left;
}
.romance-button
{
    background: url(../images/romancepack/back-button.gif) no-repeat top left;
    width: 293px;
    height: 200px;
    float: left;
}
.romance-button:hover
{
    background-position: bottom left;
}
.romance-right
{
    background: url(../images/romancepack/back-right.png) no-repeat;
    width: 117px;
    height: 200px;
    float: left;
}
.romance-middle
{
    background: url(../images/romancepack/back-middle-confirm.png) no-repeat;
    height: 200px;
    width: 854px;
}
.romance-footer
{
    background: url(../images/romancepack/back-footer.png) no-repeat;
    width: 854px;
    height: 201px;
    clear: both;
}
.romance-footer.confirm
{
    background-image: url(../images/romancepack/back-footer-confirm.png);
}
.no-messenger
{
    text-align: center;
    margin: 0 0 0 305px;
}
.more-emoticons
{
    display: inline-block;
    color: #0065a6;
    margin: 105px 0 0 90px;
}
.confirm .more-emoticons
{
    margin-top: 130px;
}
.romance-footer a
{
    text-decoration: underline;
    color: #0065a6;
}
