#bio {
	float: right;
	width: 500px;
	margin-top: 25px;
	margin-right: 25px;
	color: #ccc;
	text-align: left;
}
#bio h1, #contact h1 {
	letter-spacing: .03em;
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFF;
	background: url(../../images/b30.png) repeat;
    font-size: 120%;
    padding: 5px;
	text-align: right;
	float: right;
	display: block;
}
#bio h1 {
	width: 490px;
	margin: 0px 0px 0px 0px;
}
#contact h1 {
	width: 261px;
	margin: 0px 13px 10px 0px;
}
#bio p {
	font-size: 95%;
	letter-spacing: .03em;
	font-style: italic;
	padding: 10px 10px 0px 10px;;
	line-height: 125%;
	background: url(../../images/b10.png) repeat;
	clear: right;
}
#contact {
	float: left;
	width: 400px;
	margin-top: 25px;
	margin-left: 25px;
	color: #ccc;
}
#note {
	clear: both;
	float: left;
	font-style: italic;
	width: 400px;
}
.notification_error {
	text-align: left;
}
.notification_ok {
	text-align: left;
}
.info_fieldset {
	border: none;
}
.info_fieldset legend {
	display: none;
}
.button {
	width: 272px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 125%;
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	text-transform: lowercase;
}
label {
	width: 100px;
	margin: 5px;
	margin-top: 12px;
	float: left;
	text-align: right;
	line-height: 125%;
	font-style: italic;
}
input, textarea {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 260px;
}
input {
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	font-size: 125%;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.button, input, textarea {
	background: url(../../images/b10.png);
	border: 1px solid #666;
	color: #ccc;
}
.button:hover, input:hover, textarea:hover {
	background: url(../../images/b30.png);
	border: 1px solid #999;
	color: #fff;
}
br {
	clear: left;
}