/* @group Reset */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* @end */

/* @group Form */

form {
	margin-left: 500px;
	margin-top: 300px;
	width:  285px;
	height: 83px;
}

label {
	display: block;
	float: left;
	margin-right: 2px;
	width: 98px;
	height: 25px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

label.labelname {
	background-image: url(../_img/splash-labelbg-name.jpg);
}

label.labelemail {
	background-image: url(../_img/splash-labelbg-email.jpg);
}

input {
	padding-left: 4px;
	width: 133px;
	height: 21px;
	color: #FFF;
}

input.required {
	padding-left: 4px;
	width: 133px;
	height: 21px;
	background: #971d00;
}

input.inputname {
	background-image: url(../_img/splash-inputbg-name.jpg);
}

input.inputemail {
	background-image: url(../_img/splash-inputbg-email.jpg);
}

input.inputsubmit {
	margin-left: 96px;
	width: 133px;
	height: 30px;
}

/* @end */

/* @group Utilities */

.clear {
	clear: both;
	height: 4px;
}

/* @end */

/* @group General */

body {
	font-size: 75%;
	color: #FFF; 
	background: #5E6869;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: center
}

a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

h1 {
	text-indent: -9999px;
	height: 35px;
}

p {
	display: none;
	visibility: hidden;
}

#axContainer {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background-image: url(../_img/splash-background.jpg);
	text-align: left;
	position: relative;
}

#foot {
	margin-top: 30px;
	text-align: center;
}

#foot>span {
	text-align: left;
}

#foot span {
	display: block;
}

#foot span#email {
	margin: 0 auto;
	width: 231px;
	background-image: url(../_img/splash-email.jpg);
}

#foot span#email a {
	display: block;
	height: 18px;
	text-indent: -9999px;
}

#foot span#xslogo {
	margin: 25px auto;
	width:  121px;
	height: 30px;
}

#axSuccessContainer {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background-image: url(../_img/success-background.jpg);
}

#axSuccessContainer #foot {
	margin-top: 226px;
}

#axSuccessContainer #foot span#email {
	width: 232px;
	background-image: url(../_img/success-email.jpg);
}

#axSuccessContainer #foot span#xslogo {
	margin-top: 214px;
}

/* @end */

