@charset "utf-8";
/* CSS Document */


input,
textarea {
	padding: 2px 2px;
}
input,
select,
textarea
{
	background-color: #ffffff;
	border: 1px solid #dbdde0;
	color: #627078;
	font: 11px arial,helvetica,clean,sans-serif;
}

input[type="radio"], input[type="checkbox"] {
	background: none !important;
	border: none !important;
}

input.go {
	background: none !important;
	border: none !important;
}

input.save
{
	background: url(../img/center/button-save-bg.gif) repeat-x;
	border: 1px solid #d9d9d9;
	color: #848484;
	padding: 0 12px;
	height: 22px;
}
/************ walidacja ************/
label.error
{
	color: #DD7870;
	margin: 0 0 0 10px;
}
input.error, textarea.error
{
	border: 1px solid #DD7870;
	background:#FFFFFF url(/images/invalid_bg.gif) repeat-x scroll center bottom;
}
/************ end of walidacja ************/

/****** checkboxy w rejestracji *****/
#specialisation_holder ul, #specialisation_holder ul li 
{
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
}
#registration_specialisation
{
	height: 87px;
}
#specialisation_holder
{
	display: none; 
	background-color: #F8F1DF; 
	position: absolute; 
	width: 550px; 
	height: auto; 
	z-index: 200; 
	left: 150px; 
	top: 190px; 
	border: 1px solid gray; 
	/*padding-left: 15px;*/
}
#specialisation_holder .close-layer, #specialisation_holder .select-all
{
	float: right; 
	margin: 8px 10px 8px;
	font-weight: bold;
	cursor: pointer;
}

#specialisation_holder .controls
{
	float: right;
	width: 100%;
	background-color: #ebe4d3; 
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
}

#specialisation_holder .column-1, #specialisation_holder .column-2, #specialisation_holder .column-3
{
	margin: 0 15px 0;
}
/****** end of checkboxy w rejestracji *****/


/********** oferta ********/
.banner-example-button
{
	right: 20px; 
	bottom: 20px; 
	position: absolute;
}
.banner-example
{
	display: none; 
	border: 1px solid black; 
	position: absolute; 
	bottom: -150px; right: 0; 
	z-index: 200;
}
/****** end of oferta *****/