/* CSS Document */

html {
        height: 102%;
}

body{
	font: 15px "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(/img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;}
		
a:link,a:visited  {
	color: #3366CC;
	text-decoration: underline;}

a:hover, a:active{
	color: #3366CC;
	text-decoration: none;}
	
/**** #container holds everything on the page *****/	

#container, #footer {
	text-align: left;
	width: 700px;
	margin: 0 auto;}

#footer {
  text-align: center;
  padding-top: 30px;
  width: 100%;
  clear: both;
}

#footer a {
  color: #999;
}

#top{
	text-align: right;
	height: 218px;
	background-image: url(/img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;}

#header {
	width: 800px;
	height: 90px;
	margin: 0;
	font-style: normal;}
	
.imagefloat { 
	float: right;
	margin: 0px;}		
	
h1 {
	font-size:22px;
	text-transform: uppercase;
	color: #BB170D;
	margin: 0px;
	padding: 5px 0px;}			
	
#header p{
	padding-right: 100px;
	margin: 0px;}
	
/**** #form_holder holds form content *****/			

#form_holder {
	height: 110px;
	width: 700px;
	margin: 0 auto;
	background-image: url(/img/bg_form.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#recnik_form {
	text-align: center;
	height: 75px;
	padding-top: 40px;
}
	
#word {
	font-size: 18px;
	color: #666666;
	width: 300px;
	height: 23px;
	padding: 2px;
}
	
#button {
	vertical-align: top;
}

#translations {
	width: 700px;
	height: 300px;
	margin: 0 auto;
	padding-top: 45px;
	background-image: url(/img/mylist_bg.gif?33);
	background-repeat: no-repeat;
	line-height: 18px;
}	
	
#srp2eng{
	width: 300px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0 10px 0px 50px;
}			

#eng2srp{
	width: 300px;
	text-align: left;
	float: right;
	padding: 0 0px 0px 10px;
}

#eng2srp li, #srp2eng li {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
}

input {
	font-size: 1.4em;
}

#spinner {
	background-image: url(/img/spinner-orange.gif);
  background-repeat: no-repeat;
	position:absolute;
	height: 16px;
	width:  16px;
	margin: 8px;
	display: none;
}
