@charset "utf-8";
/* CSS Document */
html,body {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg.png) #000;
}

div#contener {
	width: 1016px;
	margin: 0 auto;
	background: url(../images/contener_bg.png) repeat-y;
}

input.t-error,input.textfield,select.t-error {
	font-style: normal !important;
	border: 0px;
	border-color: transparent;
}

input:focus {
	border: 0px;
	border-color: transparent !important;
}
/*///////////////////////////////////////////////////////   MAIN    ///////////////////////////////////////////////////////////////*/
.message {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}

div#main {
	width: 944px;
	margin: 0 auto;
	background: #FFF;
	border-bottom: 8px solid #000;
	padding: 30px 18px 18px 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: 1px 1px #FFF;
	color: #424242;
}

/*///////////////////////////////////////////////////////   END MAIN    ///////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////        FORM OGÓLNE         ///////////////////////////////////////////////////////*/
div.form_row {
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

span.form_section {
	line-height: 20px;
	color: #810007;
	text-shadow: 1px 1px #FFF;
	font-style: italic;
	font-size: 16px;
	float: left;
	margin-bottom: 15px;
}

span.form_heading {
	display: block;
	line-height: 38px;
	color: #FFF;
	text-shadow: -1px -1px #003;
	font-style: italic;
	font-size: 18px;
	margin-left: 20px;
}

label.input_info {
	color: #930909;
	text-shadow: 1px 1px #fff;
}

label.input_name,label.input_name_select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #424242;
	text-shadow: 1px 1px #FFF;
	line-height: 25px;
	float: left;
	display: block;
	margin-right: 5px;
}

label.input_name_normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #424242;
	text-shadow: 1px 1px #FFF;
	line-height: 25px;
	float: left;
	display: block;
	margin-right: 5px;
}

label.input_name_war {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #424242;
	text-shadow: 1px 1px #FFF;
	line-height: 18px;
	float: left;
	display: block;
	margin-right: 5px;
}

div.input_lt {
	height: 25px;
	width: 5px;
	background: url(../images/input_lt.png) no-repeat;
	float: left;
}

div.input_main {
	height: 25px;
	background: url(../images/input_bg.png) repeat-x;
	float: left;}

div.input_rt {
	height: 25px;
	width: 5px;
	background: url(../images/input_rt.png) no-repeat;
	float: left;
	margin-right: 10px;
}

input[type=radio] {
	float: left;
}

/*NIEAKTYWNE INPutY*/
div.disabled div.input_lt {
	background: url(../images/input_lt_dis.png) !important;
}

div.disabled div.input_main {
	background: url(../images/input_bg_dis.png) !important;
}

div.disabled div.input_rt {
	background: url(../images/input_rt_dis.png) !important;
}
/*END NIEAKTYWNE INPutY*/
select.styled {
	border: 0px;
	position: relative;
	opacity: 0;
	filter: alpha(opacity =   0);
	z-index: 0;
	zoom: 1;
	line-height: 25px;
	height: 25px;
}

input[type=text],input[type=password],input.textfield {
	border: 0px;
	border-color: transparent;
	background: none transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:3px !important;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

div.form_separator {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 0px;
	float: left;
	margin: 10px 0px;
}

div.form_nav {
	width: 296px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
/*////////////////////////////////////////////    END FORM OGÓLNE     ///////////////////////////////////////////////////////*/