/*******************************************
 * Main
 *******************************************/
body {
	font: normal 12px Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #000;
	background: #F0F0F0 url(../img/bg_body.gif) top center repeat-x;
	width: 823px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}
a {
	color: #0572b5;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a.second {
	color: #e60000;
	text-decoration: none;
	outline: none;
}
a.second:hover {
	text-decoration: underline;
}
hr {
	color: #d8d5af;
	background-color: #d8d5af;
	text-align: left;
	height: 1px;
	width: 100%;
	margin: 0 0 24px;
	border: none 0;
}
img {
   border: 0 none;
}
form {
	padding: 0;
	margin: 0;
}
label {
	vertical-align: top;
	position: relative;
	top: 2px;
	cursor: pointer;
}
p {
	margin: 0px 6px 10px;
	color: #000;
}
h3 {
	margin-top: 0;
}

/*******************************************
 * Header
 *******************************************/
.header {
	background: url(../images/top.jpg) no-repeat bottom;
	height: 216px;
	position: relative;
}
.header .content {
	background-repeat: no-repeat;
}
.header .logo {
	background: url(../images/logo.png) no-repeat bottom;
	height: 99px;
	width: 297px;
	display: block;
	position: absolute;
	top: 83px;
	left: 4px;
}

/*******************************************
 * Menu
 *******************************************/
.menu {
	position: absolute;
	top: 121px;
	right: 31px;
}
.menu ul {
	padding: 0;
	margin: 0;
	text-align: right;
	height: 42px;
	*float: right;
}
.menu li {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	color: #FF8578;
	list-style: none outside;
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 7px;
	height: 42px;
	float: left;
}
.menu a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FF8578;
	line-height: 42px;
	letter-spacing: -1px;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0 #666;
}

/*******************************************
 * My Menu
 *******************************************/
.menu-my {
	/*padding: 77px 25px 0 0;*/
	position: absolute;
	top:20px;
	width: 823px;
	height: 33px;
	background: url(../images/menu_my.gif) no-repeat center bottom;
}
.menu-my ul {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 33px;
}
.menu-my li {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	list-style: none outside;
	display: inline;
	padding-left: 5px;
}
.menu-my a {
	color: #b60301;
	text-decoration: none;
	line-height: 33px;
	text-shadow: 1px 1px 0 #e4e4e4;
}
.menu-my a:hover {
	color: #000;
}

/*******************************************
 * Helper Menu
 *******************************************/
.menu-help {
	padding: 10px 0 0;
}
.menu-help ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu-help li {
	font-size: 11px;
	color: #999;
	list-style: none outside;
	display: inline;
	padding: 0 2px;
}
.menu-help a {
	color: #666;
	text-decoration: none;
}
.menu-help a:hover {
	text-decoration: underline;
}

/*******************************************
 * Login
 *******************************************/
.login {
	position: absolute;
	top: 13px;
	right: 31px;
}

.login .inner {
	position: relative;
	height: 40px;
	width: 297px;
	background: url(../images/login.gif) no-repeat left top;
	overflow: hidden;
}

.login input {
	position: absolute;
	top: 12px;
}

.login a.join,
.login input[type=text] {
	left: 18px;
}

.login a.lost,
.login input[type=password] {
	left: 122px;
}

.login input[type=submit] {
	right: 13px;
	top: 9px;
	height: 22px;
	width: 62px;
	background: url(../images/button_login_tr.png) no-repeat left top;
	cursor: pointer;
	border: 0 none;
}

.login input[type=submit]:hover {
	background: url(../images/button_login_tr.png) no-repeat 0 -30px;
	border: 0 none;
}

.login input[type=text],
.login input[type=password] {
	background-color: transparent;
	width: 90px;
	height: 16px;
	border: 0 none;
	color: #000;
}

.login a {
	font-size: 11px;
	line-height: 11px;
	color: #a1a1a1;
	text-decoration: underline;
	position: absolute;
}

.login a:hover {
	text-decoration: none;
}

/**/
* html .login .username {
	left: 18px;
}

* html .login .password {
	left: 122px;
}

* html .login .button {
	right: 13px;
	top: 9px;
	height: 22px;
	width: 62px;
	background: url(../images/button_login_tr.png) no-repeat left top;
	cursor: pointer;
	border: 0 none;
}

* html .login .button:hover {
	background: url(../images/button_login_tr.png) no-repeat 0 -30px;
	border: 0 none;
}

* html .login .username,
* html .login .password {
	background-color: transparent;
	width: 90px;
	height: 16px;
	border: 0 none;
	color: #000;
}

/*******************************************
 * Main Block
 *******************************************/
.main {
	background: url(../images/bg.gif) repeat-y;
}
.main .box.side {
	margin-left: 180px;
}
.main .box.side table {
	width: 100%;
}
.main .content {
	padding: 20px 45px 25px;
	overflow: auto;
}
.main-bottom {
	background: url(../images/bottom.gif) no-repeat top;
	padding-top: 30px;
}

/*******************************************
 * Sidebar
 *******************************************/
.sidebar {
	width: 180px;
	float: left;
}

/*******************************************
 * Page Title
 *******************************************/
.page-title {
	padding: 0px 45px 0;
}
.page-title h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	height: 26px;
	margin: 0;
	padding: 8px 0 5px;
	text-align: center;
	line-height: 24px;
	border-bottom: 1px dashed #cdddec;
}

/*******************************************
 * Footer
 *******************************************/
.footer {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	height: 21px;
	padding: 8px 15px 20px;
	text-align: center;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/*******************************************
 * Variables
 *******************************************/
/* Clear */
.clear-both {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

/* Float */
.float-none {float: none;}
.float-left {float: left;}
.float-right {float: right;}

/* Width */
.width-max {width: 340px;}
.width-mid {width: 210px;}
.width-min {width: 140px;}
.width-mic {width: 45px;}
.width-opt {width: 98%;}

.null {
	padding: 0;
	margin: 0;
	height: 1; /* only (1) without px or em etc, for ie */
	background-color: transparent;
}

/* Break */
.br-1 {line-height: 1px;}
.br-2 {line-height: 2px;}
.br-3 {line-height: 3px;}
.br-5 {line-height: 5px;}
.br-10 {line-height: 10px;}
.br-15 {line-height: 15px;}
.br-20 {line-height: 20px;}

/* List */
.list-none {
	padding: 5px 0 10px 15px;
	margin: 0;
}
.list-none li {
	list-style: none outside;
	padding: 0 0 5px;
}

/* Color */
.color-red {color: #ac1818;}
.color-blue {color: #144287;}
.color-green {color: #148710;}

/*******************************************
 * Boxes
 *******************************************/
.box {
	
}

/* Grey Box */
.box.grey {
	background-color: #f6f6f6;
	border: solid 1px #d9d9d9;
	padding: 15px;
}

/* Pink Box */
.box.pink {
	background-color: #d4effa;
	padding: 15px;
	border: solid 1px #cbe8f4;
}

/* Orange Box */
.box.orange {
	background-color: #ffd3d3;
	padding: 15px;
	border: solid 1px #f2bae0;
}

/*******************************************
 * Table
 *******************************************/
.box table {
	width: 100%;
}
.box thead td,
.box tbody td {
	font-size: 11px;
	padding-bottom: 4px;
}
.box thead input,
.box thead select {
	font-size: 11px;
	margin-left: 2px;
}
.box thead input {
	height: 14px;
	width: 130px;
}
.box thead select {
	height: 20px;
	width: 134px;
}
.box thead select.micro {
	width: 42px;
	margin-left: 1px;
}
.box thead select.mini {
	width: 65px;
	margin-left: 1px;
}
.box tbody td {
	padding-top: 2px;
}
.box tbody input {
	margin-bottom: 4px;
}
.box tbody a {
	text-decoration: none;
}

/**/
.data-table {
	width: 100%;
	background-color: #fff;
	border: solid 1px #d9d9d9;
	margin: 0 auto 15px;
}
.data-table td {
}
.data-table thead td {
	font-weight: bold;
	color: #fff;
	padding: 6px;
	text-shadow: 1px 1px 0 #888;
	font-size: 12px;
}
.data-table thead td,
.data-table thead {
	background: #b1b0b0 url(../images/table_back.gif) repeat-x left bottom;
}
.data-table tbody td {
	padding: 5px 5px;
}
.data-table tbody tr {
	background-color: #fff;
}
.data-table tbody tr.even {
	background-color: #f4f8fb;
}
.data-table tbody tr:hover {
	background-color: #e6eff8;
}
.data-table tbody a {
	font-size: 11px;
	color: #026eac;
}
.data-table .user-title a,
.data-table tbody a:hover {
	color: #000;
}
.data-table .user-title a:hover {
	color: #e60000;
}
.user-name,
.data-table tbody td.user-title strong a {
	font-size: 12px;
	text-decoration: none;
}
.data-table tbody td.user-title em.man {
	padding-right: 0;
}
.data-table tbody td.user-title em.woman {
	padding-right: 0;
}
.data-table tbody ul {
	margin: 5px 0;
	padding-left: 10px;
}
.data-table tbody ul li {
	list-style: none outside;
	padding-bottom: 2px;
}

/**/
.box .data {
	width: 65%;
	margin: 0 auto 15px;
	background-color: #f6f6f6;
	border: solid 1px #d9d9d9;
}
.box .data td {
	font-size: 12px;
	padding: 6px 10px;
}
.box .data .data-title {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-left: 30px;
	color: #000;
}
.box .data .data-value {
	color: #777;
	padding-right: 30px;
	width: 50%;
}

/*******************************************
 * List
 *******************************************/
.list-num {
	list-style: decimal outside;
}
.list-mark {
	list-style: disc outside;
}
.list-num,
.list-mark {
	padding: 20px 20px 10px 40px;
}
.list-num li,
.list-mark li {
	padding-bottom: 10px;
	text-align: justify;
}
.list-data {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
.list-data li {
	padding-bottom: 6px;
}

/*******************************************
 * Alphabet
 *******************************************/
.alphabet {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
}
.alphabet li {
	list-style: none outside;
	display: inline;
	padding-right: 1px;
}
.alphabet li a {
	color: #00578c;
	text-decoration: none;
}
.alphabet li a:hover {
	color: #fff;
	background-color: #00578c;
}

/*******************************************
 * Photo and Thumbnail
 *******************************************/
.thumb {
	background-color: #fff;
	display: block;
}

/* Big Thumbnail */
.thumb.big {
	padding: 2px;
}
.thumb.big {
	max-height: 196px;
	max-width: 156px;
}
.thumb.big img {
	border: solid 3px #ddd;
/*	height: 190px;
	width: 150px;
	min-height: 190px;
	min-width: 150px;
*/
	max-height: 190px;
	max-width: 150px;
}

/* Small Thumbnail */
.thumb.small {
	padding: 3px;
	margin-bottom: 3px;
}
.thumb.small,
.thumb.small img {
	height: 98px;
	width: 75px;
	min-height: 98px;
	min-width: 75px;
	max-height: 98px;
	max-width: 75px;
}

/*******************************************
 * User
 *******************************************/
.user {
	font-size: 11px;
	text-align: center;
	float: left;
}
.user a,
.user a:hover {
	text-decoration: none;
}
.user .name {
	font-weight: bold;
	color: #933;
	white-space: nowrap;
}
.user .name:hover {
	color: #d03030;
}
.user span {
	color: #777;
	white-space: nowrap;
}

/* Big User */
.user.max {
	overflow: hidden;
	width: 164px;
	min-width: 162px;
	max-width: 162px;
	margin: 0 18px 10px 0;
}

/* Small User */
.user.min {
	overflow: hidden;
	width: 85px;
	min-width: 83px;
	max-width: 85px;
	margin: 0 15px 10px 0;
}

/* Button */
.button-small,
.photo-mid .button,
.user .button {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	line-height: 11px;
	background: url(../images/button.gif) no-repeat;
	margin-top: 5px;
	display: block;
	width: 83px;
	height: 13px;
	white-space: nowrap;
	overflow: hidden;
}
.button-small:hover,
.photo-mid .button:hover,
.user .button:hover {
	color: #fff;
	background: url(../images/button.gif) no-repeat 0 -20px;
}
.button-small {
	color: #800;
	background: url(../images/button.gif) no-repeat 0 -40px;
}
.button-small:hover {
	color: #aa1768;
	background: url(../images/button.gif) no-repeat 0 -60px;
}

/**/
.photo-mid {
	margin: 0 4px 28px 4px;
	width: inherit;
	float: left;
	height: 237px;
}
.photo-mid thead {
	background-color: #E2F0F6;
}
.photo-mid thead td {
	padding: 4px 4px 0;
	width: 164px;
	height: 190px;
	overflow: hidden;
	border-top: solid 1px #c8e1ea;
	border-left: solid 1px #c8e1ea;
	border-right: solid 1px #c8e1ea;
}
.photo-mid thead th {
	padding: 0 3px;
	overflow: hidden;
	height: 26px;
	white-space: nowrap;
	border-bottom: solid 1px #c8e1ea;
	border-left: solid 1px #c8e1ea;
	border-right: solid 1px #c8e1ea;
}
.photo-mid thead td img {
	max-width: 170px;
	max-height: 180px;
	margin-bottom: 4px;
	border: solid 2px #fff;
}
.photo-mid tbody td {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.photo-mid tbody td a {
	text-decoration: none;
}

/* select type couple */
.couple {
	padding: 0 0 9px;
	margin: 0;
	overflow: auto;
}
.couple ul {
	padding: 0;
	margin: 0;
}
.couple a,
.couple li {
	float: left;
	display: block;
	cursor: pointer;
}
.couple li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 4px 0 5px;
	width: 172px;
	height: 172px;
}
.couple li.mw {
	background: url(../images/icon_mw.gif) no-repeat;
}
.couple li.wm {
	background: url(../images/icon_wm.gif) no-repeat;
}
.couple li.ww {
	background: url(../images/icon_ww.gif) no-repeat;
}
.couple li.mm {
	background: url(../images/icon_mm.gif) no-repeat;
}
.couple a {
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 172px;
	height: 172px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.couple a span {
	top: 149px;
	position: relative;
	display: block;
}

/*******************************************
 * Caution
 *******************************************/
.caution,
.caution h1 {
	font-size: 11px;
	text-align: center;
}
.caution {
	color: #444;
	padding: 10px 15px 0;
}
.caution p,
.caution h1 {
	margin: 0;
}
.caution h1 {
	color: #333;
}

/*******************************************
 * Button
 *******************************************/
.nav {
	padding-top: 15px;
	height: 26px;
}
.nav.bottom {
	padding: 0 0 15px;
}
.nav .button {
	font-size: 11px;
	text-decoration: none;
	background-repeat: repeat-x;
	margin: 0 4px;
}
.nav .button,
.nav .button b,
.nav .button em,
.nav .button span,
.nav .button strong {
	display: block;
	float: left;
	cursor: pointer;
}
.nav .button,
.nav .button b,
.nav .button em,
.nav .button strong {
	background-image: url(../images/menu.gif);
	height: 26px;
}
.nav .button b,
.nav .button em {
	background-repeat: no-repeat;
	width: 12px;
	padding: 0;
}
.nav .button span {
	margin-top: 2px;
}
.nav .button strong {
	background-image: url(../images/icon.png);
	padding-left: 20px;
	margin-right: 2px;
}

/* Red Color */
.nav .color-red {
	background-position: 0 -240px;
}
.nav .color-red em {
	background-position: 0 -180px;
}
.nav .color-red b {
	background-position: 0 -210px;
}
.nav .color-red span {
	color: #fff;
}

/* Silver Color */
.nav .color-silver {
	background-position: 0 -420px;
}
.nav .color-silver em {
	background-position: 0 -360px;
}
.nav .color-silver b {
	background-position: 0 -390px;
}
.nav .color-silver span {
	color: #fff;
}

/* Icons */
.icon-profile strong {
	background-position: 0 0;
}
.icon-chat strong {
	background-position: 0 -30px;
}
.icon-phone strong {
	background-position: 0 -60px;
}
.icon-flower strong {
	background-position: 0 -90px;
}
.icon-add strong {
	background-position: 0 -120px;
}
.icon-del strong {
	background-position: 0 -150px;
}

/*******************************************
 * Case
 *******************************************/
.case {
	padding: 0 0 9px;
	margin: 0;
	text-align: center;
}
.case li,
.case dt {
	list-style: none outside;
	background-color: #fff;
	padding: 8px 15px;
	margin-bottom: 6px;
	border: solid 1px #ddd;
}
.case dt:hover,
.case li:hover {
	background-color: #ffecf9;
}
.case dt {
	margin: 0;
	clear: right;
	text-align: left;
}
.case dd {
	margin: 0 0 10px;
	padding: 5px;
	height: 13px;
	background-color: #dedede;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.case dd .button-small {
	float: right;
	margin: 0 0 0 5px;
}

/* system message */
.case dt.system,
.case li.system {
	background-color: #fdfce7;
}
.case dt.system .user-title strong {
	color: #f00;
}
.case dd.system  {
	background-color: #ffdabe;
	border-left: solid 1px #cdc6ad;
	border-right: solid 1px #cdc6ad;
	border-bottom: solid 1px #cdc6ad;
}

/*******************************************
 * User Name
 *******************************************/
.user-title {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.user-title strong {
	color: #333;
}
.user-title span {
	color: #666;
}
.user-title em {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	font-size: 13px;
}
.user-title em.woman {
    background-image: url(../images/user_offline.gif);
	padding-left: 10px;
}
.user-title em.man {
    background-image: url(../images/user_offline.gif);
	padding-left: 10px;
}
.user-title em.woman.online {
    background-image: url(../images/user_online.gif);
	padding-left: 10px;
}
.user-title em.man.online {
    background-image: url(../images/user_online.gif);
	padding-left: 10px;
}
.user-title em.photo {
	background-position: 0 -330px;
	padding-right: 20px;
}
.user-title em.standart {
	background-position: 0 -240px;
	padding-right: 16px;
}
.user-title em.gold {
	background-position: 0 -270px;
	padding-right: 16px;
}
.user-title em.platinum {
	background-position: 0 -300px;
	padding-right: 16px;
}
.user-title .woman-online {
	background-image: url(../images/online_girl.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}
.user-title .man-online {
	background-image: url(../images/online_boy.gif);
	padding-left: 20px;
}
.user-title .date {
	font-size: 11px;
	color: #999;
	float: right;
	padding: 2px 0 0;
}

/*******************************************
 * Pager
 *******************************************/
.pager {
	padding-top: 10px;
}
.pager ul {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pager li {
	font-size: 15px;
	font-weight: bold;
	list-style: none outside;
	display: inline;
	padding-right: 4px;
}
.pager li a,
.pager li.left a,
.pager li.right a {
	color: #e60000;
	text-decoration: none;
}
.pager li a:hover {
	color: #fff;
	background-color: #e60000;
}
.pager li.select {
	color: #000;
}
.pager li.right {
	padding-right: 0;
	padding-left: 4px;
}
.pager li.left {
	padding-left: 1px;
	padding-right: 10px;
}

/*******************************************
 * Electronic Moving Text
 *******************************************/
.scrolltext {
	font: 11px Tahoma, Helvetica, Arial, sans-serif;
	color: #949476;
	background-color: #ff9;
	padding: 3px 15px;
	margin-bottom: 3px;
	border: solid 1px #f0f088;
}

/*******************************************
 * Big Button
 *******************************************/
.button-big {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: middle;
	background: url(../images/button_ol.png) no-repeat;
	width: 160px;
	height: 60px;
	border: none 0;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 7px;
	letter-spacing: -1px;
}

/*******************************************
 * System message
 *******************************************/
label.error  {
	font-size: 11px;
	color:red;
	padding-left: 6px;
	line-height: 22px;
}
input.error {
	border: 1px solid red
}
.v_error,
.success {
	font-weight: normal;
	padding: 10px 10px 6px 30px;
}
.v_error li,
.success li {
	padding: 0 0 4px;
	list-style-type: disc;
	list-style-position: oitside;
}
.v_error {
	color: #f00;
	border: 1px solid #d68c8c;
	background-color: #f2d9d9;
}

/* Success */
.success {
	color: #390;
	border: 1px solid #a5cf72;
	background-color: #e7f2d9;
}

/*******************************************
 * Bank messages
 *******************************************/
.bank-error,
.bank-success {
	font-weight: normal;
	padding: 10px 10px 6px 10px;
}
.bank-error li,
.bank-success li {
	padding: 0 0 4px 34px;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.bank-success li {
	background: url(../images/icon_success.gif) no-repeat;
}
.bank-error li {
	background: url(../images/icon_error.gif) no-repeat;
}
/* Error */
.bank-error {
	color: #ffeaea;
	border: 1px solid #b11616;
	background: #bd2c2c url(../images/blink_error.gif) repeat;
}

/* Success */
.bank-success {
	color: #e6efc6;
	border: 2px solid #4c950d;
	background: #57a320 url(../images/blink_success.gif) repeat;
}
.logged_in {display: none;}
.visitor {display: none;}


/*******************************************
 * Messages Box
 *******************************************/
.message-case {
	font-family: Arial, Helvetica, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 25%;
}

.message-case .inner {
	background: url(../images/message_box.png) no-repeat;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 462px;
	height: 290px;
}

.message-case .close {
	display: block;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	padding-left: 22px;
	position: absolute;
	top: 21px;
	left: 23px;
	color: #fff;
	font-size: 11px;
}

.message-case .close:hover {
	text-decoration: none;
	color: #000;
}

.message-case .icon,
.message-case .icon:hover {
	background-image: url(../images/message_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 122px;
	height: 114px;
	overflow: hidden;
	position: absolute;
	top: 41px;
	right: 72px;
	text-decoration: none;
}

.message-case .text {
	width: 188px;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 185px;
	right: 35px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.message-case .button-box {
	background-image: url(../images/message_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 118px;
	height: 37px;
	overflow: hidden;
	position: absolute;
	bottom: 33px;
	right: 76px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	color: #000;
	text-shadow: 1px 1px 0 #f39a94;
	letter-spacing: -1px;
	white-space: nowrap;
	text-align: center;
}

.message-case .button-box:hover {
	background-position: 0 -50px;
	text-decoration: none;
}

.message-case .text:hover {
	text-decoration: underline;
}

.message-case .photo,
.message-case .photo:hover {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	display: block;
	width: 143px;
	height: 164px;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 43px;
}

.message-case .photo img {
	border: 0 none;
	max-width: 143px;
	max-height: 164px;
	margin: 0 auto;
}

.message-case .info {
	width: 170px;
	height: 54px;
	overflow: hidden;
	position: absolute;
	top: 218px;
	color: #dda2a0;
}

.message-case .info span,
.message-case .info strong {
	white-space: nowrap;
}

.message-case .info strong {
	color: #fff;
}

.message-case .info,
.message-case .photo {
	left: 43px;
}

/* Mail */
.message-case.flower .icon {
	background-position: 0 0;
}

/* Flower */
.message-case.flower .icon {
	background-position: 0 -120px;
}

/* System */
.message-case.system .icon {
	background-position: 0 -240px;
}

.message-case.system .text {
	color: #e04f00;
}

.message-case.system .info,
.message-case.system .photo img {
	display: none;
}


