* {
	margin : 0px;
	padding : 0px;
}

body {
	color : #212226;
	font-family : "Lucida Grande",Geneva,Verdana,"Trebuchet MS",Helvetica,sans-serif;
	font-size : 70%;
	font-style : normal;
	line-height : 1.2em;
	text-align : left;
	padding-top: 34px; /*wysokosc gornego paska*/
	/* background: #fff url('../gfx/oth/bg.jpg') center top repeat-x; */
}

.content_contener {
	margin: 0px auto 0px auto;
	width: 1000px;
}

input {
	border: 1px #CFCAB4 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.message {
	border: 1px #7F2D00 solid;
	background-image: url('../gfx/oth/wykrzyknik.png');
	background-position: 98% 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFc;
	margin: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 22px;
	font-size: 120%;
}

.kontener {
	background-image: url('../gfx/oth/bgramka.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	border: 1px white solid;
	/* box-shadow: -10px -10px 0px #000; */
}

.wymagania {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-right: 20px;
	border: 1px #E1DED0 solid;
	float: right;
}

.clr {
	clear: both;
}

h1 {
	font-size: 120%;
	margin: 10px 0 15px 0;
	color: #2d2d2d;
}
/*

table table {
	background-color: #fffffd;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #e0e0e0 solid;
	padding: 20px;
}
*/




.login_company {
	background-image:	url('../gfx/oth/panel_top_proxelion.png');
	background-repeat:	no-repeat;
	background-position:	left top;

}

.login_wrap {
	width:	497px;
	margin:	0px auto 0px auto;
}

.login_wrap_top {
	background-image:	url('../gfx/oth/panel_top.jpg');
	height:			99px;
}

.login_wrap_bottom {
	background-image:	url('../gfx/oth/panel_bottom.jpg');
	height:			90px;
}

.login_wrap_middle {
	background-image:	url('../gfx/oth/panel_middle.jpg');
}

.input_text {
	font-size:		95%;
	line-height:		95%;
	width:			202px;
	height:			26px;
	padding:		5px;
	width:			192px !important;
	height:			16px !important;
	background-color:	transparent;
	background-image:	url('../gfx/oth/inputtext.png');
	border:			none;
	display:		block;
}

.login_wrap_middle_table {
	width:		450px;
	float:		right;
	color:		white;
	font-weight:	bold;
	text-align:	right;
	font-style:	italic;
}

.captcha_img {
	float: 		left;
	margin-left:	51px;
}

.input_submit {
	width:		115px;
	float:		left;
	margin-left:	315px;
	margin-top:	17px;
	height:		25px;
	background-color:	transparent;
	border:			none;
}

.message_alert {
	color:		#f08f1e;
	font-weight:	900;
	padding-top:	70px;
	text-align:	right;
	padding-right:	70px;
	font-style:	italic;
}










