﻿/* ---------- Error CSS ---------- */

html#shopstatus, html#shopstatus body, html#shopstatus form, html#shopstatus #statusWrapper {
	background-color: #393939;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #606060;
	text-align: center;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
}

html#shopstatus #statusWrapper {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

html#shopstatus div#statusPage {
	width: 650px;
	padding: 20px 20px 20px 20px;
	background-color:#ffffff;
    text-align: center;	
}

html#shopstatus div#statusPage img {
	vertical-align: text-bottom;
}

html#shopstatus h1 {
	display: inline;
	margin-left: 6px;
}
