@font-face {
    font-family: "IEFont";
	src: url("fonts/NeuropolX-Bold.otf");
	
}
*{
	margin: 0;
}
body{
	background-color:rgba(10,7,7,0.02);
	/*background-image: url("../gfx/bg.png");*/
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial;
	margin: 0;
}
a{
	color: inherit;
	outline:none;
}
#page{
	width: 943px;
	margin-left: auto;
	margin-right: auto;
}

#mainContet{
	width: 941px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	float: left;
}
#left{
	float: left;
	width: 652px;
}
#right{
	float: right;
	width: 268px;
}
h1{
}
.error{
	color: red;
}
.field{
	background-image: url("../gfx/field_bg.png");
	background-repeat: no-repeat;
	border: none;
	width: 150px;
	height: 18px;
	font-size: 11px;
}
.button{
	background-image: url("../gfx/button_bg.png");
	background-repeat: no-repeat;
	border: none;
	width: 120px;
	height: 21px;
	font-size: 11px;
	background-color: #ffffff;
	color: #ffffff;
	font-weight: bold;
}
.center{
	text-align: center;
}
p{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
}
#accountTable{
	width: 500px;	
}
#accountTable tr{
	width: 500px;
	height: 40px;
}
/*
    hide the editor's status bar
    add this code to your editor page's stylesheet!
*/
span.defaultSkin table.mceLayout tbody tr.mceLast td.mceStatusbar {
    display: none !important;
}
#oferteTable tr{
	height: 30px;
}
#oferteTable .textarea3{
	width: 500px;
}
#partnerzyFooter strong a, #b2d a {
    color:blue;
}