﻿* {
	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;
}


/* jqModal */


div.jqmAlert { 
  display: none;
  position: fixed;
  top: 17%;
  width: 100%;
}
    
* html div.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
  height:auto;
  width: auto;
  margin: auto;
  
  max-width:400px;
  padding: 0 10px 10px;
  
  background:#fff;
  border:1px solid #cecece;
}

.jqmAlertTitle{
  margin:5px 2px;
  height:20px;
  color:#000;
  background:#fff;
}
.jqmAlertTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;

  float:left;
  height:20px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:#fff;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
  border-top:px;
  color:#000;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px solid #cecece;
  letter-spacing:0px;
  background:#fff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}