@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

img {
	border: none;
}

body {
	font-family: "Century Gothic", Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a, a:link, a:visited {
	color: #FF9000;
	text-decoration: none;
}

a:active {
	color: #7E7A6A;
	text-decoration: none;
}

a:hover {
	color: #7E7A6A; 
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-family: "Century Gothic", Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

li {
	margin-bottom: 20px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: .1em;
}

.menu {
	display: none;
}

.logo {
	display: none;
}

.design {
	display: none;
}

.error {
	width: 95%;
	border: none;
}