﻿* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica;
	font-size:12px;
	color:#000;
	border:0;
}

div#content 
{
	position:relative;
	margin:0 auto;
	width:1003px;
}

img#back
{
	float:left;
	width:1003px;
}

div#register
{
	position:absolute;
	top:225px;
	right:0;
	width:400px;
	margin:0;
}

div.text
{
	padding:4px 0 0 0;
	margin: 0 0 3px 0; 
	float:left;
	width:190px;
	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;  
	padding: 0;
	width:150px;
}

div.fullinput
{
	float:left;
	margin: 0 0 7px 0;  
	width:300px;
}

div.floatform 
{
	width:190px;
	float:left;
}

div.fullfloatform 
{
	width:300px;
	float:left;
}

div.inputdue
{
	float:left;
	margin: 0 0 7px 0; 
	width:100px;
}

div.button
{
	float:right;
	margin-right:20px;
}

input {
	width: 180px;
	height: 18px;
	border: 0;
	padding : 3px 0 2px 0;
	margin:0;
	background : #ffffff;
}

input.fullwidth {
	width: 368px;
	height: 18px;
	border: 0;
	padding : 3px 0 2px 2px;
	margin:0;
	background : #ffffff;
}

input.amount {
	width: 20px;
	border:1px solid #7f194a;
}

input.button 
{
	height:auto;
	width:auto;
	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;
}


