* {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

body {
	background: #FFF;
	color: #333;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	cursor: default;
	overflow-y: scroll;
}

a {
	color: #7A8C87;
	text-decoration: none;
}

a:hover {
	color: #333;
}

label {
	padding: 5px 0px;
	margin: 1px 0px;
	display: block;
}

label input {
	margin: 0px 5px;
}

label textarea {
	margin-top: 5px;
}

input {
	background: #7A8C87;
	color: #EEE;
	border: none;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	padding: 3px 6px;
}

input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
	background: #737373;
	cursor: pointer;
}

textarea {
	background: #7A8C87;
	color: #EEE;
	border: none;
	padding: 3px;
	overflow: auto;
	max-width: 394px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

img {
	vertical-align: top;
	border: none;
}

img.img-right {
	float: right;
}

img.img-left {
	float: left;
}

h1, h2, h3, h4 {
	color: #7A8C87;
	margin: 5px 0px;
}

p {
	line-height: 16px;
	margin: 10px 0px;
}

#wrapper {
	width: 690px;
	margin: auto;
}

#page {
	background: url(../images/page.png) center bottom no-repeat;
	width: 460px;
	float: left;
}

#page .page {
	background: url(../images/page_bg.png) center top repeat-y;
	padding: 5px 30px;
	margin-bottom: 40px;
}

#sidebar {
	position: fixed;
	background: url(../images/sidebar.png) center bottom no-repeat;
	width: 240px;
	float: right;
	color: #EEE;
	margin-left: 450px;
}

#sidebar .sidebar {
	background: url(../images/sidebar_bg.png) center top repeat-y;
	padding: 5px 30px;
	margin-bottom: 40px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #EEE;
}

#footer {
	text-align: center;
	margin: 10px 0px;
	clear: both;
	color: #666;
	font-size: 9px;
}

#sidebar p {
	margin: 0px;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.items label {
	cursor: pointer;
}

.items label:hover {
	background: #7A8C87;
	color: #EEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.items label.selected {
	background: #7A8C87;
	color: #EEE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.control {
	padding-top: 10px;
}

.control input {
	margin-right: 5px;
}

.money {
	padding-left: 13px;
	background: url(../images/money_dollar.png) center left no-repeat;
}

.whito {
	background: #EEE;
}

.item {
	float: right;
}

.hidden {
	display: none;
}

.fail {
	background: #FFD2D3;
	color: #333;
}
