﻿* {
	margin:0;
	padding:0;
}

* 
{
	font-family: Arial, Helvetica;
	font-size:12px;
	color:#000;
}

img 
{
	border:0;
}

div#content 
{
	position:relative;
	margin:0 auto;
	width:970px;
	height:583px;
}

div#content div#register
{
	position:absolute;
	top:145px;
	right:36px;
	width:300px;
}

div.text
{
	padding:4px 0 0 0;
	margin: 0 0 7px 0; 
	float:left;
	width:100px;
	font-weight:bold;
}

div.fulltext
{
	float:left;
	width:300px;
	margin: 0 0 7px 0;
	font-weight:bold;
}

div.input
{
	float:left;
	margin: 0 0 7px 0;  
	width:200px;
}

div.inputdue
{
	float:left;
	margin: 0 0 7px 0; 
	width:100px;
}

div.button
{
	float:right;
}

input {
	width: 190px;
	height: 18px;
	border: 0;
	padding : 3px 0 2px 2px;
	margin:0;
	background : #ffffff;
}

input.amount {
	width: 20px;
	border:1px solid #7f194a;
}

input.button {
	width: 67px;
	height: 27px;
	border:0;
	margin:0;
	padding:0;
}

input.checkbox {
	float: left;
	width:auto;
	
	background:transparent;
	border:0;
	margin:0;
	padding:0;
}

div#terms 
{
	position:absolute;
	top:200px;
	left:200px;
	padding:0;
	margin:0;
	border:1px solid #7f194a;
	width:300px;
	height:240px;
	background:#ffffff;
}

div#terms div.inner
{
	width:280px;
	height:180px;
	overflow:auto;
}

div#terms div
{
	margin:10px;
}

div#terms div.inner p
{
	width:260px;
}

.hide 
{
	visibility:hidden;
}

.show 
{
	visibility:visible;
}

div#tipafriend 
{
	position:absolute;
	bottom:25px;
	right:25px;
	padding:0;
	margin:0;
	border:1px solid #7f194a;
	width:300px;
	height:240px;
	background:#ffffff;
}

div#tipafriend div.inner
{
	width:280px;
	height:170px;
	margin:10px 10px 10px 20px;
}

div#tipafriend div.bottom
{
	margin:10px 10px 10px 20px;
}

input.tipinput 
{
	background:#f1e4eb;
	border:1px solid #bd7995;
	width:100px;
	margin:0;
}

.clear 
{
	clear:both;
}
