ul,ol,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
  {
  margin: 0;
  padding: 0;
}

a img,:link img,:visited img {
  border: none;
}

a {
  outline-style: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

html,body {
  background: #fff url(../images/template/sky.png) top center repeat-x;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  height: 100%;
}

div#wrapper {
  background: url(../images/template/grass.png) bottom center repeat-x;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

div#wrapper_top {
  background: url(../images/template/wrapper_top.png) top center no-repeat;
  margin: 10px auto 0 auto;
  padding-top: 10px;
  width: 850px;
}

div#wrapper_bottom {
  background: url(../images/template/wrapper_bottom.png) bottom center no-repeat;
  margin: 0 auto 0 auto;
  padding-bottom: 10px;
  width: 850px;
}

div#container {
  background: #fff;
  margin: 20px auto;
  text-align: left;
  width: 800px;
}

div#header {
  background: #cccccc;
  height: 150px;
}

div#lang {
	color: #8e8e8e;
  margin: 10px;
}

div#lang a {
	color: #8e8e8e;
}

div#lang a.active {
	text-decoration: underline;
}

div#lang img {
	margin-right: 10px;
	vertical-align: middle;
}

div#menu {
  background: url(../images/template/menu.jpg) top left no-repeat;
  margin: 10px auto 0 auto;
  width: 780px;
}

div#menu a:hover {
  text-decoration: none;	
}

div#content {
  font-size: 13px;
  padding: 10px;
}

div#content h1, div#content h2, div#content h3 {
  color: #0958c4;	
}

div#content h1, div#content h2, div#content h3, div#content h4  {
  font-weight: normal;
}

div#content small.date {
  color: #8e8e8e;
  margin-right: 10px;
}

h4#notice {
  border: 1px solid #7F0000;
  margin: 10px 40px; 
  padding: 1em;
  text-align: center;
}

h4#error {
  border: 1px solid #7f0000;
  color: #7f0000;
  margin: 10px 40px; 
  padding: 1em;
  text-align: center;
}
  
input.button {
  font-weight: bold;
  padding: 5px 15px;
}

input,textarea {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #8e8e8e;
}

input[type="text"] {
  width: 300px;
}

textarea {
  width: 500px;
}

div.error_row input,div.error_row textarea {
  border: 1px solid #fb5050;
}

label {
	color: #8e8e8e;
}

div.form_row {
  margin-top: 15px;
}

div.form_row img {
  border: none;
  vertical-align: middle;
  }

form .formbutton {
  background-color: #950303;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  font-weight: bold;
}

div.form_error {
  color: #fb5050;
  display: inline;
}  

div#footer {
	background: url(../images/template/transparent.png) top left;
	color: #fff;
	font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: -20px 0 0 0;
  text-align: center;
}

div#footer a {
  color: #fff;
  margin: 0 15px 0 15px;
}
