body {
	margin: 0;
	padding:0;
	background:#355D90 url(../images/back.jpg) repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
		}
#wrapper {
	width:90%;
	margin: 0 auto;
	background: transparent;
	min-width: 730px;
	max-width:1100px;
	min-height: 500px;
}
#header {
	padding: 0 1em 1em 1em;
	background:#303A46 url(../images/nav_bg.jpg) repeat-x top;
	}
#header a img {border: none; outline: none}

#header #login {
	float: right;
	text-align:right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 45px;
	color: #fff;
		}
#login li {display:inline; padding: 0 .8em; border-left: solid 1px #ccc;}
#login li:first-child {border-left: none}
#login a {color: #fff; text-decoration:none;}
#login a:hover {color: #f0eddb;}


#flash {
	color:navy; text-align:center;
	background:#edf0f8;
	padding: .5em;
	width: 45%; margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.2em;
	font-weight:bold;
	border: 3px solid #5A688D;
	}
#flash .flash_notice  {color: green;}
#flash .flash_error {color: red;}
#flash .flash_warning {color: #FF6633}

div.tile div.header h1 {
	margin-left: 325px;
	margin-top: 0;
}

.gutter {padding: 1.5em}


#sign_up_links, #new_token {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
	border-radius: 10px;
background-color:#EDF0F8;
float:right;
margin:1.5em;
padding:1em;
text-align:center;
width:25%;
}
#new_token {float: left; width: 90%; text-align:left; margin:0}
#main-content {
	min-height:813px;
	background:#5a688d url(../images/frontgirl-L.jpg) no-repeat left top;
	margin: 0; padding:0;
	}

#home-container {
margin-left: 325px;
}

/* Type */
#main-content h1 {
	font: bold 3em Arial, Helvetica, sans-serif;
	color:#fff;
	padding-top: .5em;
	text-transform:uppercase;
		}

#home-container h1 {
	text-transform: uppercase;
	color: #996e4c;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	background: url(../images/icon-wheel.gif) no-repeat;
	padding-left: 60px;
	padding-bottom: 15px;
	padding-top: 5px;
}

.round-o {
	background: #fff url(../images/box-gradient.jpg) repeat-x bottom;
	border: 10px solid #edf0f8;
	width: 98%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0;
	min-height: 400px;
	}

.gutter {padding:1em}

a {color:#5A688D}

.buttons {list-style-type:none; margin: 0; padding:0; }

.buttons li a, .claim_button {
	color: #FFFFFF;
	background: #666699 url(../images/overlay.png) repeat-x;
	text-align:center;
	font-weight:bold;
	font-size: 1.25em;
	text-decoration:none;
	padding: .5em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
	text-transform:uppercase;
	letter-spacing: .1em;
	margin: .5em 0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

}
.claim_button {float: left; margin: 0 0 0 1.5em;}

.buttons li a:hover, .claim_button:hover {background:#996e4c}
.embeddedLabel {font-style: italic; color: gray;}
.bigtext {font-size: 1.2em;}

#footer {
	text-align: center;
	margin: 1em auto;
	padding: 15px 0;
	font-size:90%;
	color: #fff;
	line-height:20px;
	clear:both;
	width: 100%;
	}
#footer a {
	color: #fff;
	padding: 0 .5em;
	text-decoration:none;
	font-weight:bolder;
	}
#footer a:hover {
	color: #b5c2e3;
	}
