/* resetting some default 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%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

html { font-size:100.01%; }
body { font-size:0.625em; }

textarea {overflow:auto}
button {cursor:pointer}
input[type="checkbox"], 
input[type="radio"],
input.radio,
input.checkbox {
	vertical-align:text-top;
	width:13px;
	height:13px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	top:2px;
}
a {text-decoration:none}
a:hover {text-decoration:underline}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}


body {
	background:url(../images/splash.jpg) no-repeat center top #6d0606;
	font-family: Arial, "MS Trebuchet", sans-serif;	
}

form {
	width:300px;
	margin:270px auto 0
}
li {
	background:url(../images/splashElements.png) no-repeat left top;
	height:39px;
	margin-bottom:20px;
	position:relative;
}
	li input {
		width:290px;
		display:block;
		border: none;
		background:transparent;
		font-size:18px;
		color:#4c4c4c;
		font-style: italic;
		margin:0 auto;
		position:relative;
		top:7px;
	}
	li span {
		position:absolute;
		color:#fff;
		top:-10px;
		right:15px;
		font-size:18px;
	}
	
	li.submit {
		background:none;
		color:#fff;
	}
	button {
		background:url(../images/splashElements.png) no-repeat -252px -55px;
		border: none;
		padding:0;
		text-indent:-9999px;
		width:41px;
		height:41px;
		float:right;
		clear:right;		
	}	
	
	p {
		float:left;
		clear:left;
		font-size:16px;
		letter-spacing:-0.05em;
	}
	
	.arrow {
		float:right;
		background:url(../images/splashElements.png) no-repeat right bottom;
		width:225px;
		height:35px;
		position:static;
		clear:right;
		margin:10px -10px 0 0
	}
