html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html,body {
	height:100%;
	font-family: Arial,sans-serif;
}

body {
	position:relative;
	background:#323232;
}

a {
	color: #444;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}


/* LAYOUT */

.container {
	position:relative;
	top:50px;
	width:500px;
	margin:0 auto;
	padding:35px 40px 40px;
	background:#fff;
	background:rgba(255,255,255,0.90);
	border:1px solid #e8e8e8;
	-webkit-box-shadow:0 1px 10px 5px rgba(0,0,0,0.24);
	box-shadow:0 1px 10px 5px rgba(0,0,0,0.24);
	margin-bottom:100px;
}

#logo-transparent {
	width:582px;
	height:544px;
	position:absolute;
	top:-40px;
	left:-70px;
	background:url(../_img/logo-transparent-bw.png) no-repeat 0 0;
	opacity: 1;
}

#header-buttons {
	position: absolute;
	top: 47px;
	right: 40px;
}

.info-button {
	display: block;
	border: 1px solid #333;
	color: #333;
	top: 48px;
	right: 50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration: none;
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: 11px;
	opacity: 0.68;
	float: left;
	margin-right: 7px;
}

.info-button:hover {
	opacity: 1;
}

.info-button:last-child {
	margin: 0;
}

.info-button.active,
#logout-button.info-button:active {
	background: #333;
	border:1px solid transparent;
	background-position: left bottom;
	color: #f6f6f6;
	opacity: 1;
}


/* TEXT */

h1,h2,h3,h4,h5,h6 {
	font-family:"Open Sans", sans-serif;
	margin-bottom:25px;
}

h2,h3,h4,h5,h6 {
	text-transform:uppercase;
	font-size:15px;
	color:#333;
	margin-bottom: 12px;
}

h1 {
	font-size: 28px;
}

h1 a {
	color:#000;
	text-decoration:none;
}

h1 a:hover {
	color:#444;
}

p,ul,li,tr,label {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#444;
	margin-bottom:18px;
}

li {
	margin-bottom: 5px;
}

p,ul,label,table {
	margin-bottom:18px;
	word-wrap: break-word;
}

ul,ol {
	list-style-position: inside;
}

/* COMPONENTS */

ul.button-list {
	display: block;
	list-style: none;
	width: 92%;
	margin: 10% auto 6%;
}

ul.button-list li {
	width:47%;
	margin:12px 0;
	float: left;
}

ul.button-list li.alt {
	margin-right: 5%;
}

ul.button-list li a {
	display: block;
	padding: 20px 0%;
}

.option {
	margin-bottom:12px;
}

hr {
	border: 0;
	margin:18px auto;
	height:1px;
	border-bottom:1px solid #ccc;
}

.fancyBtn {
	-moz-box-shadow:inset 0 1px 0 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 0 #fff;
	box-shadow:inset 0 1px 0 0 #fff;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
	background:-moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
	background-color:#ededed;
	text-indent:0;
	border:1px solid #bbb;
	display:inline-block;
	color:#646464;
	font-family:arial;
	font-size:14px;
	font-weight:700;
	font-style:normal;
	line-height:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
	padding:8px 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.fancyBtn:hover {
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));
	background:-moz-linear-gradient(center top,#dfdfdf 5%,#ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');
	background-color:#dfdfdf;
}

.fancyBtn.disabled {
	opacity: .6;
}

input[type="text"],textarea,.fieldBtn {
	display:block;
	width:486px;
	height:16px;
	padding:7px;
	border:1px solid #ccc;
	color:#444;
}

input[type="text"],textarea {
	background:#f7f7f7;
}

input[type="text"].init {
	color:#9f9f9f;
}

input[type="text"]:focus {
	outline:none;
	border:1px solid #bbb;
	-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,.15);
	box-shadow:0 0 2px 1px rgba(0,0,0,.15);
}

input[type="checkbox"] {
	position:relative;
	margin-right:8px;
}

.option.checkbox label,input[type="checkbox"] {
	float:left;
	margin-bottom:0;
}

textarea {
	height:220px;
	resize:vertical;
}

.warning {
	display:block;
	background:rgba(255,136,136,0.4);
	border:1px solid rgba(255,136,136,0.48);
	padding:12px 15px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 auto 15px;
}

.warning p {
	color:#444;
	padding:0;
	margin:0;
	text-shadow:0 1px 2px rgba(255,255,255,0.65);
	/* font-weight:700; */
	line-height:normal;
}

.warning .sign:before {
	content:"⚠";
}

.warning .sign {
	font-size: 25px;
	position: relative;
	top: 4px;
	margin-right: 4px;
	line-height: 15px;
}

.warning p em {
	font-style:normal;
	text-decoration:underline;
}

.text_field .fieldBtn {
	width:45px;
	font-size:10px;
	font-size:26px;
	line-height:28px;
	color:#646464;
}

.text_field.field_button_on input,
.text_field.field_button_on .fieldBtn {
	float:left;
}

.text_field.field_button_on input {
	width:422px;
	border-right:0;
}

.text_field.field_button_on .fieldBtn.focus {
	border:1px solid #bbb;
	-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,.15);
	box-shadow:0 0 2px 1px rgba(0,0,0,.15);
}

#textarea-wrap {
	background: url(../_img/spinner.gif) no-repeat center center;
}

/* ADD-ONS */

.tooltip {
	display:none;
	background:transparent url(../_img/black_arrow.png);
	font-size:13px;
	height:70px;
	width:160px;
	padding:25px;
	color:#f7f7f7;
}

