* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	color: #f0f0f0;
	font: 12px 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	background-color: #010101;
}

img {
	border: none;
	display: inline;
}

/*<group=hacks>*/
.clearfix {
	display: inline-table;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

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

ul {
	list-style-type: none;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

h1 {
	display: block;
	width: 170px;
	height: 60px;
	background: transparent url('/fgallery/intro/images/logo.gif') no-repeat;
	overflow: hidden;
}
h1 a {
	display: block;
	padding-top: 100px;
}

#contact {
	margin-top: 20px;
}

fieldset {
	width: 300px;
	margin: 0 auto;
	padding: 14px;
}
label {
	display: block;
	margin: 12px 0 4px 0;
	width: 160px;
}
input {
	width: 160px;
}
textarea {
	width: 300px;
	height: 140px;
}

.submit {
	text-align: right;
}
.button {
	margin: 12px 0 4px 0;
}

.message {
	width: 300px;
	margin: 0 auto;
}
.message.error {
	color: #f00;
}