.adminHeader {
	float:left;
	margin:10px;
	width:100%;
	height:100%; 
}


.admin_block_info {
	width:100%;
	margin:0 auto;
	padding:0;
	background:#000000;
	z-index:2;
}

.admin_pagemain {min-width:300px;width:100%; min-height:490px;height:100%;margin:0 auto;padding:0; background:#B1B1B1}

.admin_form
{
 margin:0 auto;
}

/* Status and error boxes */

.statusMessage, .errorMessage {
	float:left;width:98%;
  font-size: 1.2em;
  padding: .5em;
  margin: 2em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  text-align:center;
}

.statusMessage {
  background-color: #2b2;
  border: 1px solid #080;
  color: #fff;
}

.errorMessage {
  background-color: #f22;
  border: 1px solid #800;
  color: #fff;
}

/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */
.pubDate {
  font-size: .8em;
  color: #eb6841;
  text-transform: uppercase;
}

.pubDate {
  display: block;
  width: 100px;
  padding-top: 4px;
  float: left;
  font-size: .5em;
  vertical-align: middle;
}

.admin_form h2,
.admin_form label {
	font-family:Georgia, Times, "Times New Roman", serif;
}

.form_hint,
.required_notification {
	font-size: 11px;
}

/* === List Styles === */
.admin_form ul {
    width:750px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.admin_form li {
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.admin_form li:first-child, .admin_form li:last-child {
	border-bottom:1px solid #777;
}

/* === Form Header === */
.admin_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.admin_form label {
	width:150px;
	margin-top: 3px;
	display:block;
	float:left;
	padding:3px;
}
.admin_form input {
	height:20px; 
	width:60%; 
	padding:5px 8px;
}
.admin_form textarea {padding:8px; width:60%;}


	/* form element visual styles */
	.admin_form input,
	.admin_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.admin_form input:focus, .admin_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:40px;
	}

/* === HTML5 validation styles === */	
.admin_form input:required, .admin_form textarea:required {
	background: #fff url(/templates/images/red_asterisk.png) no-repeat 98% center;
}
.admin_form input:required:valid, .admin_form textarea:required:valid {
	background: #fff url(/templates/images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.admin_form input:focus:invalid, .admin_form textarea:focus:invalid {
	background: #fff url(/templates/images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.admin_form input:focus + .form_hint {display: inline;}
.admin_form input:required:valid + .form_hint {background: #28921f;}
.admin_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
.buttons {
	float:left; margin:10px 0 10px 150px;
}

.admin_form a {
	float:left; margin: 10px 0 10px 5px;height:40px;width:260px;
}

.admin_form a span {
	float:left; margin: 10px 0 10px 5px;height:40px;width:260px;text-align: center;
}

.ad_article {
	font-size:14px;
	color: white;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.admin_form input[type="submit"] {
	height:40px;width:200px;
	color: white;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

.admin_form input[type="submit"], 
.admin_form a {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	text-shadow: 0 -1px 0 #396715;
}

.admin_form input[type="submit"]:hover,
.admin_form a:hover {
	opacity:.85;
	cursor: pointer; 
}

.admin_form input[type="submit"]:active,
.admin_form a:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}