
.inputtext {
        color: black;
		font-family: arial;
		font-size: 10px;
		font-style: italic;
		border: 1px #5d5d5d solid;
		background: url(img/input.gif) repeat-x;
		height: 18px;
                
}
.submitlogin {
       background: url(img/login.gif);
	   width: 44px;
	   height: 22px;
	   border: 0px;}
	   
.signup {
       background: url(img/signups.gif);
	   border: 0px;
	   width: 94px;
	   height: 38px;
	   }

.text
       {
         font-size: 10px;
         font-family: arial;
         color: black;
         text-transform: top; }
		 
.stopka
       {
         font-size: 11px;
         font-family: arial;
         color: white;
         text-transform: middle; 
		 text-decoration: none;
		 }
.stopka a:hover
       {
	     font-weight: bold;
         font-size: 11px;
         font-family: arial;
         color: white;
         text-transform: middle; 
		 text-decoration: underline;
		 }
.stopka a:link
       {
         font-size: 11px;
         font-family: arial;
         color: white;
         text-transform: middle; 
		 text-decoration: none;
		 }
.stopka a:visited
       {
         font-size: 11px;
         font-family: arial;
         color: white;
         text-transform: middle; 
		 text-decoration: none;
		}
.stopka a:active
       {
         font-size: 11px;
         font-family: arial;
         color: white;
         text-transform: middle; 
		 text-decoration: none;
		 }