/* @group Yahoo Reset */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

body {
	color: #fff;
	font: 18px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #222 url(images/bgtile2.png) repeat-x left top;
	width: 800px;
	margin: 0 auto;
}

h1 {
	background: url(images/landinglogo.png) no-repeat center center;
	width: 377px;
	height: 349px;
	text-indent: -2000px;
	overflow: hidden;
	margin: 0 auto 35px;
}

h2#hello {
	width: 153px;
	height: 55px;
	background: url(images/hello.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -2000px;
	margin-bottom: 1em;
}

p {
	color: #fff;
	font: 18px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 0.5em;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}

a {
	color: #0088C5;
	text-decoration: none;
}

a:hover {
	color: #f39;
	text-decoration: none;
}

#aboutlink {
	float: right;
}

form {
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}

button.neutral {
	width: 77px;
	height: 31px;
	background: url(images/loginbutton.png) no-repeat 0 0;
	padding: 0;
	border-width: 0;
	text-indent: -2000px;
	overflow: hidden;
	float: right;
}

button.neutral:hover {
	width: 77px;
	height: 31px;
	background: url(images/loginbutton.png) no-repeat -82px 0;
	padding: 0;
	border-width: 0;
	text-indent: -2000px;
	overflow: hidden;
	float: right;
}

form input {
	color: #333;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #999;
	float: left;
	clear: both;
	width: 210px;
	height: 25px;
	margin-bottom: 0.5em;
	padding-left: 3px;
}

div#landingcopy {
	width: 240px;
	display: block;
	float: left;
	margin-left: 150px;
}

div#login {
	width: 215px;
	display: block;
	float: left;
	margin-left: 85px;
}
