/*------------------------------------------------------------------------
# TarotMania! CSS Style - Mar, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2006-2007 TradiArt & Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: TradiArt & Co., Ltd
# Websites:  http://www.tradiart.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #EAEAEA;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height: 1.4;
	background-color: #000000;
	background-repeat: no-repeat;

}

/* Normal link */
a {
	color: #c6b3a4;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #EAEAEA;
	text-decoration: none;
}


/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol {
	margin: 15px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	padding: 0;
	color: #EAEAEA;
}

ul {
	list-style: disc;
}

ul li {
	margin-left: 35px;
	line-height: 170%;
}

ol {
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 2px solid #EAEAEA;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
    margin: 5px;
	border: 1px solid #EAEAEA;
}

td, div {
	font-size: 100%;
}


DIV#content {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 25%; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 50%; PADDING-TOP: 0px; POSITION: absolute; TOP: 5%
}

DIV#psc_ok {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 25%; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 50%; PADDING-TOP: 0px; POSITION: absolute; TOP: 15%
}

DIV#psc_paid {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 25%; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 50%; PADDING-TOP: 0px; POSITION: absolute; TOP: 7%
}

/* FORMS
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-size: 100%;
	font-family: inherit;
	padding: 3px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #141414;
}

.button, .button:hover {
	padding: 2px 5px;
	background: #464a33;
	color: #EAEAEA;
	border: 1px solid #b6af9c;
}

.button:active, .button:focus {
}

.inputbox {
	margin-bottom: 2px;
	border: 2px solid #b6af9c;
}

.inputbox:hover, .inputbox:focus {
	border-color: #b6af9c;
}
