
html {
	background: #000000;
}

body {
	margin: 0;
	padding:0;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.5em;
	width: 100%;
	display: table;
    background-image:url('/images/tlo12.png');

}

a:link, a:visited {	text-decoration: underline; color: #000000;}
a:active, a:hover { text-decoration: none; color: #000000;}



h1 {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 25px;
	color: #280000;
	margin: 2px 2px 10px 2px;
}



#templatemo_container {
	width: 900px;
	margin: auto;
}

#templatemo_top {
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0;
	position:relative;
}

#templatemo_header {
	width: 900px;
	height: 200px;
	background: url(images/logo20.png);
	padding: 1px 0 0 0;
}


#templatemo_welcome_area {
	width: 820px;
	border: 1px solid #000000;
	background: #CC9933;
	padding: 40px 40px 5px 40px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius:10px; /* FF */
-webkit-border-radius:10px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
-khtml-border-radius:10px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
border-radius:10px; /* pozostałe przeglądarki */
behaviour:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
}

#templatemo_welcome_area .templatemo_title_1 {
	height: 35px;
	width: 385px;
	background: url(images/templatemo_title_line.jpg) no-repeat;
	background-position: 35px 33px;
	margin: 1px 1px 20px 1px;
}

#templatemo_welcome_area h1 {
	height: 25px;
	background: url(images/templatemo_title_style_1.png) left no-repeat;
	padding: 5px 0 5px 40px;
}



hr {
  border: 1px solid #ac6c07;
  width: 95%;
  margin: 30px 0px 0px 0px;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}


.cleaner img {
	margin: 0 0 0 30px;
}

input {  
font-size: 15px;  
background-color: #ac6c07;  
border: 1px solid #000000;  
text-align: center;
margin:5px 5px 5px 5px;
height: 25px;
width: 80px;
padding-left:5px;
padding-right:5px;
font-weight:bold;
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
border-radius:5px; /* pozostałe przeglądarki */
behaviour:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
}  

input:hover {
border: 1px solid #000000;
background: #CC9933;
}

textarea {  
margin:3px 3px 3px 3px;
font-size: 13px;  
background-color: #ac6c07;  
border: 1px solid #000000;   
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
border-radius:5px; /* pozostałe przeglądarki */
behaviour:url(border-radius.htc); /* dodatek dla badzIEwnej przeglądarki */
}  

textarea:hover {
border: 1px solid #000000;
background: #CC9933;
}

.button {
box-shadow: 1px 1px 3px #ac6c07;
	width: 175px; 
    display: inline-block;
    padding: 12px 0px;
    margin: 3px 3px 3px 0px;
    cursor: pointer;
    color: #280000;
    font-size: 22px;
	font-family: "Times New Roman", serif;
	font-style: italic;
    letter-spacing: 0.2px;
    font-weight: bold;
    background: #CC9933;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
     -khtml-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

.button:hover {
background: #ac6c07;
}

