/*og�lne ustawienia styli----------------------*/
*	{margin:0px;
	 padding:0px;
	 border:0px;
	}
body	{font-family:Arial, Tahoma;
		 font-size:12px;
		}
.clear	{clear:both;}

/*g��wny kontener strony*/
#page	{margin:10px auto;
		 width:500px;
		}
#panel_container{width:500px;
				 position:fixed; top:25%;
				}

/*panel logowania*/
#login_panel	{width:480px;
				 margin:0px auto;
				 position:relative;
				}
#head	{width:335px;
		 height:19px;
		 background:url('../../images/panelplus/login/top.png') no-repeat;
		 color:rgb(255,105,40);
		 font-weight:bold;
		 padding:24px 0px 0px 210px;
		}
#content	{width:478px;
			 border-left:1px rgb(255,105,40) solid;
			 border-right:1px rgb(255,105,40) solid;
			}
#foot	{width:480px;
		 height:25px;
		 background:url('../../images/panelplus/login/bottom.png');
		 text-align:center;
		 font-weight:bold;
		 color:white;
		}
#footer a	{text-decoration:none;
			 color:black;
			}
#footer a:hover	{text-decoration:underline;}

/*formularz logowania*/
#login_form	{width:200px;
			 margin:0px auto;
			 padding:20px 0px 1px;
			 text-align:right;
			}
.field	{margin:0px 0px 10px 0px;}
.field ul	{list-style-type:none;
			 list-style-position:inside;
			}
.field ul li	{float:right;
			 height:17px;
			 background:rgb(255,105,40);
			 display:block;
			}
.field ul li input	{color:white;
				 border:0px;
				 width:75px;
				 height:17px;
				 background:rgb(255,105,40);
				 font-size:12px;
				 cursor:pointer;
				 padding-bottom:2px;
				 margin:0px;
				}
.field ul li input:hover	{color:black}
.field ul li.left	{background:url('../../images/panelplus/button/left_orange.png');
				 width:6px;
				}
.field ul li.right	{background:url('../../images/panelplus/button/right_orange.png');
				 width:6px;
				}
.field_desc	{float:left;
			 width:70px;
			 padding:0px 10px 0px 0px;
			}
.field_input	{float:left;
				 width:120px;
				}
input	{border:1px black solid;
	 width:120px;
	}