/* ==GLOBALS== */
html {
	font:13px/1.231 "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, Sans-Serif;
	background: #00CBDD url('../images/splash/header.png') repeat-x left top;
	
}

a {
	text-decoration:none;
	color:#1E7D9C;
}

/* ==PAGE */
#page {
	width:1000px;
	clear:both;
	margin:0 auto 20px;
}

/* ==HEADER */
#header {
	margin-top: 50px;
	width: 980px;
	margin-left: 10px;
	border-bottom: 2px #FFFFFF dashed;
}

/* ===LOGO */
h1 {
	width: 350px;
	height: 140px;
	text-indent: -10000px;
	position: relative;
	left: -30px;
	background: url('../images/splash/logo.png') no-repeat left top;
	
}

/* ==CONTAINER== */
#container {
	margin-top:50px;
	background: #00CBDD url('../images/splash/box_middle.png') repeat-y left top;
}

#container_inner {
	background: url('../images/splash/box_bottom.png') no-repeat left bottom;
}

#content {
	background: url('../images/splash/box_top.png') no-repeat left top;
	padding: 50px;
}

/* ==TEXT */
#content p {
	font-size: 150%;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#content h3 {
	font-size: 180%;
	color: #976183;
	text-align:center;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#content p.disclaimer {
	text-align: center;
}

/* ==FORMS== */
form {
	width: 480px;
	margin: 0 auto;
	font-size: 150%;
}
form .field {
	float:left;
	margin:5px 0;
}

form .field .label {
	text-align: right;
	display:block;
	float:left;
	width: 80px;
	color: #976183;
	text-transform: uppercase;
	height: 1em;
	border-style: solid none;
	border-color: #9CD8E5;
	border-width: 1px;
}

form .field .control {
	float:left;
}

form .field.input .control input, form .field.password .control input {
	width:200px;
/*	line-height: 30;*/
	height: 1em;
	margin-left: 50px;
}

form .field.submit input, form .field .error {
	float:none;
	clear:both;
/*	margin-left:150px;*/
}

form .field .error {
	margin-top:5px;
}

form .field.submit input {
	background: #81ABB4;
	border: none;
	color: #FFFFFF;
	border-style: solid none;
	border-color: #9CD8E5;
	border-width: 1px;
	width: 90px;
	margin-left: 50px;
	float: left;
	text-transform: uppercase;
}

/* ==FOOTER== */
#footer {
	color:#EFEFEF;
	text-align:center;
}

#footer a {
	color:#51AFCE;
}

#footer a:hover, #footer a:focus {
	color:#FF5D40;
}