* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	background: #272727 url(/images/pages/failwhale/bg.png) no-repeat center 47px;
}

body {
	color: #5a5959;
	padding-left: 7px;
	padding-right: 7px;
	font: 75%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img {
	vertical-align: bottom;
	border-style: none;
}

p, ul {
	margin-bottom: 1.5em;
}

h1, h2, h3, h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	width: 824px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
}

#push {
	height: 130px;
	clear: both;
}

/* @group assets */

/* @group form */

form {
	padding-top: 1px;
}

form.wide {
	
}

form.wide span.checkbox {
	margin-bottom: 0;
}

form.wide input {
	
}

form.wide label {
	width: 199px;
}

form.wide .feedback {
	margin-left: 215px;
}

form ul {
	padding-top: 14px;
}

form label {
	float: left;
	width: 147px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

form label.wide {
	width: 326px;
	line-height: 25px;
}

form input {
	height: 22px;
	padding: 9px 15px 4px;
	margin: 0;
	border-style: none;
	border-width: 0;
	width: 175px;
	outline: 0;
	background: url(/images/assets/input_bg-smaller.png) 100% 0;
	font: 14px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	float: left;
}

form input.error {
	background-position: 0 -70px;
}

form input.good {
	background-position: 0 -105px;
}

form input.good:focus {
	background-position: 0 -140px;
}

form input:focus {
	background-position: 0 -35px;
	color: #000;
}

form input.medium {
	background-image: url(/images/assets/input_bg-medium.png);
	width: 126px;
	margin-right: 10px;
}

form input.small {
	background-image: url(/images/assets/input_bg-small.png);
	width: 43px;
}

form textarea {
	height: 87px;
	padding: 9px 9px 9px 15px;
	margin: 0;
	border-style: none;
	border-width: 0;
	width: 180px;
	outline: 0;
	background: url(/images/assets/textarea_bg-smaller.png) 100% 0;
	font: 14px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	float: left;
	overflow: hidden;
	resize: none;
}

form textarea:focus {
	background-position: 0 -105px;
}

form textarea.error {
	background-position: 0 -210px;
}

form .link {
	display: block;
	text-align: right;
	clear: both;
	padding-top: 7px;
}

form p {
	overflow: hidden;
	zoom: 1;
	clear: both;
	margin-bottom: 14px;
	position: relative;
}

form p.spanlabel {
	padding-left: 140px;
}

form p.spanlabel .feedback {
	margin-left: 16px;
}

form p .btn_small.btn_minus {
	top: 9px;
	right: 21px;
	position: absolute;
}

form p .btn_small.btn_add {
	top: 9px;
	right: 0;
	position: absolute;
}

form p.checkbox {
	padding-left: 147px;
	display: inline;
	float: left;
}

form p.checkbox label {
	float: left;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

form p.checkbox input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 2px 3px 0 0;
	background-image: none;
	float: left;
}

form p.select label {
	line-height: 18px;
}

form p.select select {
	width: auto;
}

form p select {
	width: 227px;
	margin-left: 6px;
}

form .label {
	float: left;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	position: absolute;
}

form p.file {
	
}

form p.file div {
	float: left;
}

form p.file input {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

form p.file .btn {
	float: left;
}

form p.file label {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	float: none;
}

form p.file input {
	float: none;
}

form fieldset {
	border-style: solid;
	border-width: 0;
	position: relative;
	margin: 0;
	padding: 0;
}

form fieldset h3 {
	margin-top: 0;
}

form fieldset.noline {
	border-bottom-style: none;
	border-bottom-width: 0;
}

form p.message {
	color: #959595;
}

form .feedback {
	width: 207px;
	float: left;
	font-size: 11px;
	text-align: center;
	display: inline;
	margin-left: 155px;
}

/* @end */

/* @group buttons */

/* --- buttons */

.options {
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}

.options form {
	padding-top: 0;
	overflow: hidden;
	zoom: 1;
}

.options li {
	text-align: right;
	margin-left: 10px;
	float: right;
	border-bottom-style: none !important;
}

.options li .btn {
	float: left;
}

.options li.text {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

.options li.left {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.options li.left .btn {
	float: left;
}

.options li.left button {
	float: left;
}

.btn {
	display: block;
	height: 27px;
	color: #fff;
	cursor: pointer;
	border-style: none;
	border-width: 0;
	margin-left: auto;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	width: 20px;
	background: url(/images/assets/buttons//edit_cards.png) 0 0;
}

.btn span {
	display: none;
}

.btn:hover {
	background-position: 0 -27px;
}

.btn.hover {
	background-position: 0 -27px;
}

.btn:active {
	background-position: 0 -54px;
}

.btn.inactive {
	background-position: 0 -81px;
	cursor: default;
}

/* --- */

.btn.btn-send {
	background-image: url(/images/assets/buttons/send.png);
	width: 70px;
}

/* @end */

/* @end */

/* @group main */

#main {
	background: url(/images/pages/failwhale/main_bg.png) no-repeat 0 bottom;
	padding-bottom: 18px;
	width: 824px;
	padding-top: 200px;
}

/* @group header */

#header {
	background: url(/images/pages/failwhale/header_bg.png) no-repeat 0 bottom;
	height: 78px;
	width: 824px;
}

#header h1 {
	background-image: url(/images/pages/failwhale/h1_bg.png);
	height: 40px;
	font-size: 18px;
	color: #fff;
	padding-left: 60px;
	padding-top: 20px;
}

/* @end */

/* @group content */

#content {
	background: url(/images/pages/failwhale/content_bg.png) repeat-y;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	width: 800px;
	font-size: 14px;
}

#content h2 {
	margin-bottom: 5px;
	font-weight: bold;
}

#content .column {
	padding-bottom: 1px;
	width: 352px;
	float: left;
	padding-left: 24px;
	padding-right: 24px;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	width: 780px;
	margin: 0 auto 100px;
	font-size: 11px;
	height: 25px;
	background: url(../../images/pages/failwhale/footer_bg.png) no-repeat center 0;
	padding-left: 44px;
	color: #fff;
	padding-top: 5px;
}

#footer p {
	margin-bottom: 0;
}

#footer ul {
	
}

#footer ul li {
	display: inline;
}

/* @end */