@charset "utf-8";
/* CSS Document */

/************************************************************************

	Site:		Site name

	Author:		eROI		[www.eroi.com]  

	Client:		Client name		[http://www.url.com]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Left Navigation
	4 - Main Content
	5 - Rules
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, 
font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.0;
    background: #e3daff;
    color: #fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

h1 {
	font-weight:bold;
	font-size:16px;
	color:#666666;
	padding-bottom:5px;
}

h2 {
	font-weight:bold;
	font-size:14px;
	color:#666666;
	padding:5px 0 5px 0;
}

p {
	font-weight:bold;
	line-height:18px;
	padding:0 75px 15px 0;
}

input {
	float:left;
	margin:0 0 5px 0;
	border:1px solid #000000;
}

.clear {
	clear:both;
}

a {
	color:#FFFFFF;
}

.center {
	text-align:center;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/
div#container {
	width:100%;
}

div#content {
	width:770px;
	height:758px;
	margin:0 auto;
	background:url(images/background.jpg) no-repeat;
}

div#left {
	float:left;
	width:417px;
}

div#right {
	float:left;
	width:338px;
	padding:40px 0 0 15px;
}

/***********************************************************************
	3 - Left Navigation
************************************************************************/



/***********************************************************************
	4 - Main Content
************************************************************************/
p.largeText {
	font-size:16px;
}

p.largeText a {
	color:#ee84b5;
}

input.small {
	width:120px;
	margin:0 5px 5px 0;
	height:19px;
	background:url(images/bg-form.jpg) repeat-x;
	padding:2px 0 0 5px;
	
}

input.large {
	width:252px;
	height:19px;
	background:url(images/bg-form.jpg) repeat-x;
	padding:2px 0 0 5px;
}

input.check {
	clear:left;
	background:none;
	border:0 none;
	margin:3px 0 0 0;
	height:19px;
}

label {
	float:left;
	padding:5px;
}

input.submit {
	border:0 none;
	margin:15px 0 0 45px;
}

p.rules {
	font-weight:normal;
	padding:5px 0 0 55px;
	font-size:13px;
}

p.thanks {
	font-size:22px;
	margin:100px 0 20px 0;
	line-height:25px;
}

/***********************************************************************
	5 - Rules
************************************************************************/
div#rulesContent {
	margin:20px;
}

div#rulesContent p {
	font-size:14px;
	font-weight:normal;
	color:#666666;
	padding:0 0 10px 0;
}

div#rulesContent p a {
	color:#ee84b5;
}*/