body {
	background: url(../_img/background.gif) top left repeat-x;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 62.5%;
	color: #616264;
}
body#login {
	background: #FCFCFC;
}

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

input.text {
	border: 1px solid #e5e4e9;
	border-top: 1px solid #aeaeb0;
	height: 18px;
	padding: 3px 0 0 2px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 1.1em;
}
textarea {
	border: 1px solid #e5e4e9;
	border-top: 1px solid #aeaeb0;
	padding: 3px 0 0 2px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 1.1em;
}

.button {
	display: inline-block;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Helvetica", "Arial", sans-serif;
	border: 0;
	background: url('../_img/bg-button.gif');
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:1px 1px 3px #888;
	-webkit-box-shadow:1px 1px 3px #888;
	text-shadow: 1px 1px 1px #888;
	padding: 0;
	white-space: nowrap;
}
.button:hover {
	text-decoration: none;
	color: #333;
}
.button span {
	display: inline-block;
	padding: 0 24px 0 10px;
	background: url('../_img/arrow.gif') right no-repeat;
	height: 30px;
	line-height: 30px;
}
.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.row {
	zoom: 1;
}