*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 62.5%;
}

body
{
	margin: 8em;
	width: 30em;
	
	font-family: verdana;
	font-size: 1em;
	line-height: 1.5em;
	
	background: #f9f4f4 url('/image/shadow.jpg') no-repeat fixed;
	color: #767474;
}

body.gallery
{
	margin-top: 0;
	width: 90em;
}
	
h1, h2
{
	font-weight: 100;
}

h1
{
	margin-bottom: 2em;
	font-size: 2em;
	text-indent: -9999px;	
}

h1 a
{
	display: block;
	background: url('/image/head.gif') no-repeat;	
	
	width: 360px;
	height: 17px;
}

h1 a:hover
{
	border: none;
}

h1#progress a
{
	background-image: url('/image/progress.gif');
	width: 145px;
	height: 24px;	
}

h2
{
	margin: 4em 0 0 0;
	
	font-size: 0.9em;
	text-transform: uppercase;
}

h2 .left
{
	float: left;
	width: 70%;
}

h2 .right
{
	float: right;
}

p
{
	margin-bottom: 1em;
}

a
{
	text-decoration: none;
	color: #a7a4a4;
}

a:hover
{
	color: #37d8ad;
	border-bottom: 1px solid #3ef2c2;
}

form
{
	width: 100%;	
}

form p
{
	margin-top: 1em;
}

fieldset
{
	background: #eefcab;
	border: none;
	border-top: 1px solid #CCC;
	padding: 1em 0.5em;
}

legend
{
	font-weight: 100;
}

label
{
	float: left;
	width: 5em;
	text-align: right;
	margin-right: 1em;
}

label.error
{
	float: none;
	display: block;
	width: 100%;
	
	text-align: left;
	font-size: 0.8em;
	font-weight: 100;
	color: red;
	
	margin-top: 1em;
	margin-left: 7em;
}

input
{
	width: 75%;
	font-size: 1em;
}

input[type=submit], input[type=reset], input[type=checkbox]
{
	width: auto;
}

textarea
{
	width: 75%;
	font-size: 1.5em;
}

select
{
	font-size: 1em;
}

ul.portfolio li
{
	display: inline;
	list-style-type: none;
}

img.photo
{
	margin-top: 4em;
	border: 1px solid black;
}

#blurp
{
	position: absolute;
	left: 46em;
	top: 8em;
}

.disabled
{
	color: #e5e5e5;
}

.gallery a:hover, .gallery a img
{
	border: none;
}