/*DEFAULT FORM STYLES*/

fieldset{
	display: block;
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
	
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	
}

fieldset:hover{
	border: 1px solid #add2ed;
	padding: 10px;
	margin: 10px 0;
}



fieldset legend{
	font-weight: bold;
	color: #516187;
	font-size: 1.3em;
}

fieldset label{
	padding: 5px;
}

.input-small{
	font-size: .7em;
	margin-right: 10px;
}

input[type='text'], input[type='password'], textarea{
	color: 	#4d4d4d;
	padding: 3px;
	
	background: #f4f4f4;
	
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;

	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

input[type='text']:hover, input[type='password']:hover{
	color: 	#4d4d4d;
	padding: 3px;
	
	background: #e5e5e5;
	
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;

	border-top: 1px solid #999;
	border-left: 1px solid #999;

}

input[type='text']:focus, input[type='password']:focus{
	color: 	#333;
	padding: 3px;
	
	background: #e5eefe url(../gfx/input-focus-state-bg.png) no-repeat right center;
	
	
	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	border-top: 1px solid #999;
	border-left: 1px solid #999;

}

input[type='text'].valid, input[type='password'].valid{
	color: #2d833f;
	padding: 3px;
	
	background: #dffbd9 url(../gfx/input-valid-state-bg.gif) no-repeat right center;
	
	border: 1px solid #acdc91;
}



input[type='text'].invalid, input[type='password'].invalid{
	color: #990002;
	padding: 3px;
	
	background: #fbd9da url(../gfx/input-invalid-state-bg.gif) no-repeat right center;
	
	border: 1px solid #dc9192;
}


select:focus{
	outline: 2px solid #add2ed;
}

.form-layout td{
	padding: 2px;
}

/*FIELDSET CLASSES*/

.dane-do-logowania{
	/*width: 	260px;
	float: left;*/
}

.dane-do-faktury{
	/*width: 	260px;*/
}

.dane-statystyczne{
	/*width: 	300px;*/
}

/*REGISTRATION*/

.star-bg{
	position: absolute;
	left: 450px;
	top: -10px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 	24px 0 0 0;
	width: 61px;
	height: 38px;
	background: 	url(../gfx/blue-star-bg.png) center center no-repeat;
}

