body {
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #000000;	
	margin: 0;
	padding: 0;
	background: #000;
} 

h1 {
	font-size: 60px !important;
}

table {
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}

tr {
	border-bottom: 1px #878787 solid;
}

.form1 {
	width: 120px;
	padding: 4px 70px 4px 4px;
}

.form2 {
	width: 320px;
	padding: 4px 4px 4px 0px;
}

form p{
	padding: 0px 0px 0px 100px;
	width: 500px;
}

table tr td{
	text-align: left;
	vertical-align: top;
}

form table input {
	width: 150px;
	height: 18px;
	margin: 2px 5px 0 0;
	padding: 0 2px 0 2px;
	font-size: 12px;
	border: 1px #ccc solid;
	background: #fff;
}

form table select {
	font-size: 12px;
	height: 18px;
	margin: 2px 7px 0 0;
	border: 1px #ccc solid;
	background: #fff;
}

form table textarea {
	font-family: Arial, sans-serif;
	border: 1px #ccc solid;
	background: #fff;
	font-size: 12px;
}

form table textarea.tale {
	margin: 2px 10px 0 0;
	width: 310px;
	height: 210px;
	font-family: Arial, sans-serif;
}

form table textarea.short_tale {
	margin: 2px 10px 0 0;
	width: 280px;
	height: 80px;
	font-family: Arial, sans-serif;
}

form table input.short {
	width: 30px;
	margin: 2px 0 0 0;
}

form table input.shorter {
	width: 20px;
	margin: 2px 0 0 0;
}

form table input.submit {
	height: 25px;
	width: 50px;
}

form table input.radio {
	width: auto;
	vertical-align: middle;
	margin: 4px 0 0px 2px;
	height: 20px;
	border: 0 none;
	background: none;
}

.alert {
	font-weight: bold;
	color: red;
}

.alert_box {
	border: 1px red solid;
	display: block;
	background: #ffe7e7;
	width: 400px;
	margin: 10px auto;
	color: red;
	font-weight: normal;
	padding: 5px;
}

strong {
	font-weight: bold;
}

#header {
	width: 739px;		
	background: #000 url(pociete/toptlo.jpg) no-repeat center -10px;
	text-indent: -1000px;
	height: 145px;
	position: relative;
	margin: 0 auto;
}

#header h1 {
	color: #fff;
	font-size: 50px;
	text-align: left;
	margin: 15px 0px 0px 0px;
	float: left;
	padding-left: 25px;
}

#header h1 span {
	font-size: 14px;
	color: #E64117;
	margin: 0 7px 0 0px;
}

#page {
	background: #000 url(pociete/srodek.jpg) repeat-y center 5px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width: 739px;
}

.help_box {
	margin: 10px 0px;
	width: 312px;
	overflow: hidden;
	display: block;
}

.help {
	background: #EBF5FF;
	margin: 0;
	width: 300px;
	border: 1px #B1D3F5 solid;
	padding: 5px;
	color: #717171;
}

.help a {
	color: #717171;
	padding-bottom: 0px;
	border-bottom: 1px #ccc solid;
	text-decoration: none;
}

.help a:hover {
	border: 0 none;
}

.green_alert {
	display: block;
	background: #ecffef;
	width: 500px;
	border: 1px #417622 solid;
	margin: 10px auto;
	color: #717171;
	font-weight: normal;
	padding: 5px;
}

.right {
	margin: 2px 0 0 0px !important;
	width: 35px !important;
	background: #E5E5E5;
} 

#step_1,
#step_2,
#step_3 {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 739px;
}

#menu {
	text-align: left;
	display: none;
	font-family: Lucida Sans,Arial,Helvetica,Sans-Serif;
	list-style: none;
	position: absolute;
	left: 15px;
	top: 68px;
	width: 793px;
	height: 72px;
}

#next_step_1 {
	background: url(images/step1.png) no-repeat;
	margin: 0px 0px 0px 0px;
}

#next_step_2 {
	background: url(images/step2.png) no-repeat;
	margin: 1px 0px 0px 0px;
}

#next_step_3 {
	background: url(images/step3.png) no-repeat;
	margin: 1px 0px 0px -4px;
}

#next_step_1,
#next_step_2,
#next_step_3 {
	float: left;
	width: 168px;
	height: 72px;
	text-indent: -1000px;
	overflow: hidden;
}

.active {
	cursor: default !important;
	background-repeat: no-repeat;
	background-position: 0 -72px !important;
}

#menu li:hover {
	color: #000;
	cursor: pointer;
	background-position: 0 -72px;
}

h2 {
	margin: 30px 0 15px 0;
	color: #B0232A;
	font-weight: bold;
	font-size: 18px;
	padding-left: 100px;
	display: none;
}

#footer {
	clear: both;
	background: #000 url(pociete/dol.jpg) no-repeat center;
	height: 75px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#step_3 a {
	text-decoration: underline;
}

#step_3 a:hover {
	text-decoration: none;
}

.special, .special div{
	margin: 0px auto 10px auto !important;
	width: 400px !important;
}