body	{
		padding: 0; margin: 0;
		background-color: #09573F;
		color: #E6E7E8;
		font-size: 2em;
		text-align: center;
		font-family: "Calibri", Arial, Helvetica, sans-serif;
	}
	
	#contents {
		margin-top: 40px;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 780px;
		padding: 0px;
		text-align: center;
	}
	
	#logo {
		background-image: url('images/logo_letopisy.png');
		background-repeat: no-repeat;
		background-position: center;
		height: 510px;
		width: 375px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 20px
	}
	
	#form {
		font-size: 0.6em
	}
	
  .input {
    border: 1px solid #063C2C;
    background: #0C7656;
    color: #C3C3C3;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    height: 25px; width: 220px
  }

  .button {
    border: 3px solid #C4C5C6;
    color: #09573F;
    background: #E6E7E8;
    /*background: url('/forms/up.png') no-repeat top left; */
    padding: 2px 8px;
   }
  
  .button:hover {
    border: 3px solid #C4C5C6;
    background: #09573F;
    color: #C4C5C6;
    /*background: url('/forms/down.png') no-repeat top left;*/
    padding: 2px 8px;
  }
