* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background: #fff;
}

input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	padding: 2px;
	border: 1px solid #000;
	width: 490px;
}

input.error, textarea.error, select.error {
	background: #fcc;
}

div.clear {
	display: block;
	height: 0px;
	overflow: hidden;
	clear: both;
}

#header {
	padding: 15px;
	border-bottom: 1px solid #000;
	text-align: center;
}

#header h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
}

#content {
	padding: 15px 0px 10px 0px;
	background: #f3f3f3;
}

#fan_form {
	display: block;
	width: 510px;
	margin: 0px auto;
}

#fan_form div.row {
	padding: 5px 5px 10px 5px;
}

#fan_form label {
	display: block;
	font-size: 12px;
	padding-bottom: 2px;
}

#fan_form label span {
	position: relative;
	top: -2px;
	color: #d00;
	font-weight: bold;
	padding-right: 2px;
}

#fan_send {
	display: block;
	width: 510px;
	margin: 0px auto;
}

#fan_send .send_image {
	display: block;
	width: 200px;
	height: 127px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	background: url('../gfx/mail-error.png') no-repeat center center;
}

#fan_send .send_text {
	display: block;
	width: 295px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
}

#fan_sended {
	display: block;
	width: 510px;
	margin: 0px auto;
}

#fan_sended .sended_image {
	display: block;
	width: 200px;
	height: 127px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	background: url('../gfx/mail-ok.png') no-repeat center center;
}

#fan_sended .sended_text {
	display: block;
	width: 295px;
	overflow: hidden;
	font-size: 18px;
	font-weight: normal;
}

#footer {
	padding: 15px;
	border-top: 1px solid #000;
	text-align: center;
}

#footer a {
	display: inline-block;
	padding: 5px 25px;
	border: 1px solid #888;
	background: #aaa;
	text-decoration: none;
	color: #222;
}

#footer a:hover {
	background: #bbb;
	-webkit-box-shadow: 2px 2px 9px 0px rgba(136,136,136,0.6);
	-moz-box-shadow: 2px 2px 9px 0px rgba(136,136,136,0.6);
	box-shadow: 2px 2px 9px 0px rgba(136,136,136,0.6);
}