/* Author: Andrew Myers http://apathetic.atwebhosting.com
 * File: layout.css
 * Description: CSS Layout for template. Defines how/where elements should be placed.
 * 				Override colours and font information in another file. 
 */

/* Standard Font size and type */
body {	
        min-width: 980px;
	font-family: Verdana;
	font-size: 11px;
	color: White;
	background: #1D1D1D;
	color: #000;
	
}

.login{
	
	height: 348px;
	width: 100%;
}
.label{
	color: yellow;

}
#lapacz {
	  text-align: left;
	  width: 980px;
	  margin-left: auto;
	  margin-right: auto;
	  height: auto;
}

#logo{
	clear: both;
	width: auto;
	 height: 141px;
	}
#logo2{
	background-image: url(images/logo_diab.jpg);
	background-repeat: no-repeat;
	width: auto;
	 height: 141px;
	}
#szukaj{
	float: right;
	width: auto;
	height: auto;
	margin-top: 100px;
	margin-right: 10px;
}


TD{
	font-family: Verdana;
	font-size: 11px;
	color: White;
}
TD.radio_tlo{
        background-image: url(images/radi_tlo.gif);
}
TD.radio_nag{
        background-image: url(images/radi_nag.gif);
        text-align: center;
        font-weight: bolder;
}
TD.radio_main{
        font-size: 10;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 4px;
        padding-top: 4px;
        background-image: url(images/radi_tlo.gif);
}


.button
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 22px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border: 1px solid #B50000;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
}

.textinput
{
  background-color: #dedede;
  border-style: solid;
  border-width: 1px;
  border-color: yellow;
  font-family: Verdana;
  font-size: 8pt;
  height: 21px;
  margin: 2px;
  color: black;
}

.upload{
	color: white;

}

.linek{
color: #EDB324;
}



