/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
.foot_link{display:none;}
.banner{display:none;}
.iban{display:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { /*! font-family:"微软雅黑", "黑体"; */ /*! color: #222; */ }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { /*! cursor: pointer; */ }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input:valid, textarea:valid {}
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	/*! font-size:18px; */
	color: #555; 
	/*! text-shadow: 0px 1px 0px #ffffff; */
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	background:#fff;
} 
#container {
	width:760px;
	margin:0 auto;
	border:1px solid #E0E0E0;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background-color:#E5E5E5;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 2px 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 2px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 2px 4px rgba(0, 0, 0, 0.7); 
	behavior: url(PIE.htc);
}
#container #title {
	border-bottom:1px solid #aaa;
	overflow:hidden;
	background-color:#E7E7E7;
}
#container #content {
	border-top:1px solid #fff;
	border-bottom:1px solid #aaa;
	padding: 30px 0;
	/*! font-size: 16px; */
}#container #footer {
	padding:15px 0px 15px 0px;
	border-top:1px solid #f5f5f5;
	font-size:14px;
	color: #555; 
	background-color:#D5D5D5;
	/*! width: 100%; */
	width: 760px;
}
::-moz-selection{ background:#2E7BB8; color:#fff;}
::selection { background:#2E7BB8; color:#fff;} 
#error-container {
	display:block; 
	text-align: left; 
	width: 960px; 
	margin: 0 auto; 
	padding-top: 30px;
	/*! padding-bottom: 20px; */
}
#error {
	background:transparent url('404e.png') right 35px no-repeat;
	width:680px;
	height:240px; 
	position:relative;
	margin:0 auto;
	padding-top: 20px;
}
#error #pacman {
	width:207px;
	height:207px;
	position:absolute;
	left:0px; 
	top:16px;
	background:transparent url('pacman_eats.png') 0 0 no-repeat;
	animation:eats 2s linear 0s infinite alternate;
	-moz-animation:eats 2s linear 0s infinite alternate;
	-webkit-animation:eats 2s linear 0s infinite alternate;
	-ms-animation:eats 2s linear 0s infinite alternate;
}
.pacman_eats {
	background:transparent url('pacman_eats.png') 0 -207px no-repeat!important;
}
@-webkit-keyframes eats {
	from {
		left:0px; top:16px;
	}
	to {
		left:280px; top:16px;
	}
}
@-moz-keyframes eats {
	from {
		left:0px; top:16px;
	}
	to {
		left:200px; top:16px;
	}
}
@-ms-keyframes eats {
	from {
		left:0px; top:16px;
	}
	to {
		left:200px; top:16px;
	}
}
@keyframes eats {
	from {
		left:0px; top:16px;
	}
	to {
		left:200px; top:16px;
	}
}
.no-top {
	margin-top:0;
}
.no-bottom {
	margin-bottom:0;
}
hr {
	height:0px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #FFFFFF;
	z-index:1;
}
input[type="text"]{ 
    /*! -webkit-border-radius: 2px; */
    /*! -moz-border-radius: 2px; */
    /*! border-radius: 2px; */
    /*! padding:5px; */
    /*! padding-left:10px; */
    /*! width:160px; */
    /*! color:#888; */
	/*! font-size:14px; */
	/*! -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset,  0 0 3px rgba(0, 0, 0, 0.1); */
    /*! -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset,  0 0 3px rgba(0, 0, 0, 0.1); */
    /*! box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 3px rgba(0, 0, 0, 0.1); */
    /*! -webkit-transition: all 0.5s ; */
	/*! -moz-transition: all 0.5s ; */
	/*! -o-transition: all 0.5s ; */
	/*! transition: all 0.5s ; */
	/*! margin-right:10px; */
	/*! border:1px solid #bbb; */
    /*! border-bottom:1px solid #999; */ 
    /*! border-right:1px solid #999; */ 
}
input[type="text"]:focus{
	/*! border:1px solid #2E7BB8; */
	/*! -webkit-box-shadow: 0 0 3px rgba(46, 123, 184, 1); */
    /*! -moz-box-shadow: 0 0 3px rgba(46, 123, 184, 1); */
    /*! box-shadow:0 0 3px rgba(46, 123, 184, 1); */
	/*! outline:none; */
}
/* ==|== non-semantic helper classes ======================================== */
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==|== media queries ====================================================== */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
/* ==|== print styles ======================================================= */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p{ orphans: 3; widows: 3; }
}
h1 { 
	font-size: 36px;
	text-align: center;
	margin:15px 0;
	color:#898989;
	color:#555;
	text-shadow: 0 1px 0 #FFFFFF;
}
#footer,#content{ text-align:center;}
#footer a,#content a{ color:#555;width: 200px;height: 40px;border: 1px solid #cecece;display: block;margin: 0 auto;line-height: 40px;border-radius: 6px;background: #3A86C2;color: #fff;font-weight: normal;text-shadow: 0px;text-shadow: 0px 0px 0px #ffffff;margin-top: 10px;}
#content p{ font-size:18px;}