* {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.imgr {
	height: 0;
	width: 0;
	overflow: hidden;
}

pre {
	background: #fff;
	padding: 20px;
	font-size: .7em;
}

p {
	margin: 1em 0;
}

.rel {
	position: relative;
}

/* colors */
.blue {
	background: #6db7d2;
	background: #427586;
}

.green {
	background: #9DC400;
	background: #fefeee;
}

/* status */
.status {
	position: relative;
	overflow: hidden;
	background: #d72b2b;
	margin-bottom: 20px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow:hidden;
}

.status.first {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
}

.status.green {
	background: #b5c900;
}

.status p {
	margin: 0;
	padding: 10px 20px;
}

.status-close {
	position: absolute;
	padding: 0px 10px;
	right: 10px;
	top: 0;
	background: #fff;
	color: #232a2c !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.status-close:hover {
	text-decoration: none;
	background: #131b1b;
	color: #fff !important;
}

/* overlay */
#overlay,
.overlay {
	position: absolute;
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .7;
	z-index: 500;
}

#overlay.loading,
.overlay.loading {
	background-image: url(/assets/img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.overlay {
	top: 50px;
	width: 600px;
	z-index: 1000;
	background-color: #000;
}

.avatar {
	height: 32px;
	width: 32px;
	padding: 2px;
	border: 1px solid #eeeeee;
}

/* standardform */
.standardform label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.standardform .input, .standardform textarea, .standardform select {
	font-family: Arial, sans-serif;
	border: 1px solid #7c8e93;
	background: #fff;
	font-size: 18px;
	padding: 5px;
	width: 300px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.standardform textarea.input {
	width: 550px;
}

.standardform input:focus, .standardform textarea:focus, .standardform select:focus {
	background-color: #fefeee;
}

.standardform .submit,
.standardform .default,
a.button.submit,
a.button.default {
	background: url(../img/members/button-action.png) repeat-x 0 0;
	font-size: 14px;
	padding: 5px 25px;
	border: 1px solid #6e7f85;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}

.standardform .default,
a.button.default {
	background: url(../img/members/button.png) repeat-x 0 0;	
}

.standardform .default,
a.button.default {
	margin: 0;
}

.standardform .submit:active,
.standardform .default:active,
a.button.submit:active,
a.button.default:active {
	background-position: 0 -30px;
}

a.button.submit,
a.button.default {
}

.standardform .errorMessage {
	display: block;
	color: red;
	font-size: 12px;
}

.standardform .errorInput {
	border-color: red;
}

.standardform p {
	margin: 1em 0;
}

.standardform .captcha_challenge {
	display: block;
	margin-bottom: 5px;
}

.standardform .checkbox {
	width: auto;
}

#zoom {
	z-index: 2000;
}