﻿*{margin:0; padding:0; outline:0}
html, body, div, span, object, embed, ruby, output, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }     
html { overflow-y: scroll;color:#FFFFFF }
body 
{
	/*display:block;*/
	background-color:#f1f1f1;
	/*background:#fff url(../imagesStyles/body_bg.png) fixed;*/
	font-family:arial, Helvetica, sans-serif;
	
}
#styles
{
	/*display:block;*/
	margin:0 auto;
	width:100%;
	height:auto;
	/*border:2px solid #FFF;
	margin-top:10px;*/
	/**/
	-webkit-box-shadow:0 1px 10px #000;
	box-shadow:0 0px 10px #000;
	-moz-box-shadow:0 1px 10px #000;
}
#top
{
	background:transparent url('../imagesStyles/bg_head.jpg') repeat-x;
}
#header
{
	height:47px;
	/*height:82px;*/
	width:100%;
	border-bottom:0px solid #326486;
	
	/*background-color:#598cdf;*/
	z-index:20;
}
.logo
{
	float:left;
	width:25%;
	height:inherit;
	background-color:Transparent;
}
.error-content-main
{
	 width:90%;
	 background-color:#F3F3F3;
	 min-height:70px; 
	 border:1px solid #B8B8B8; 
	 margin:10px auto; color:red;
	 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.error-head
{
	 width:auto;
	 background-color:#FF0000;
	 min-height:20px; 
	 border:0px solid #B8B8B8;
	 border-bottom:1px solid #B8B8B8;
	 color:#FFF;
	 padding: 5px 0px;
	 -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.error-content
{
	 width:auto;
	 min-height:50px;
	 padding: 5px 0px
}
.error-button
{
	width:auto;
	min-height:50px;
	padding: 5px 0px;	
}
.error-button span.button
{
	width:auto;
	float:right;
	margin-right:5px;
}
.error-button span.button a
{
	 float:left;
	 width:100%;
}