*					{
					margin: 0;
					padding: 0;
					}
html				{
					font: normal 62.5%/1.4 "Trebuchet MS", Arial, sans-serif;
					color: #fff;
					background: #000 url(../images/bg.jpg) repeat-x left top;
					}
body				{
					width: 40em;
					margin: 3.5em auto;
					padding-left: 20em;
					background: transparent url(../images/logo.png) no-repeat left top;
					}
h1				{
					font-size: 5em;
					font-weight: normal;
					}
h1 a				{
					color: #ff9600;
					text-decoration: none;
					}
h2, p				{
					font-size: 1.2em;
					margin-left: 0.5em;
					}
h2				{
					font-weight: normal;
					margin-bottom: 2em;
					}
i					{
					color: #ff00d2
					}
p					{
					margin-bottom: 1.2em;
					}
form, #result	{
					margin-top: 4em;
					margin-bottom: 9em;
					}
fieldset, #result
					{
					background: #292929;
					border: 1px solid #fff;
					padding: 1em;
					}
fieldset *, #result *
					{
					font-size: 1.2em;
					clear: both;
					}
#flash_errors	{
					color: #ff00d2;
					list-style-position: inside;
					margin-bottom: 1em;
					font-size: 1em;
					font-weight: bold;
					}
#result a		{
					color: #ff00d2;
					margin: 0.5em;
					margin-bottom: 1em;
					display: block;
					float: left;
					}
#result a:hover
					{
					text-decoration: none;
					}
#footer			{
					color: #545454;
					text-transform: uppercase;
					}
#footer a		{
					color: #545454;
					text-decoration: none;
					}
#footer a:hover
					{
					text-decoration: underline;
					}