body{

}
table#container{
	width: 100%;
	height: 100%;
}
div.container{
	width: 950px;
	height:100%;
	margin: auto;
	text-align: left;
}
td#header_container{
	height: 125px;
}
td#footer_container{
	height: 65px;
}
div#main{
	height: 100%;
}
div#menu{
	width: 255px;
}
div#menu a{
	display: block;
	margin-bottom: 10px;
}
div#content{
	width: 600px;
	padding: 0 45px 0 50px;
}
div#content ul{
	margin-top: 15px;
}
div#content ul li{
	padding-left: 20px;
	margin-bottom: 10px;
}

/** --------------------- formularz -------------------- **/
div.half, div.quarter, div.full, div.third, div.half_quarter{
	float: left;
	line-height: 26px;
}
div.half span, div.quarter span, div.full span, div.third span, div.half_quarter span{
	line-height: 11px;
}
div.half_quarter{
	width: 75%;
}
div.half{
	width: 50%;
}
div.quarter{
	width: 25%;
}
div.full{
	width: 100%;
}
div.third{
	width: 33%;
}
label{
	padding-left: 5px;
}
div#profile_image{
	width: 190px;
	height: 100px;
}
/** --------------------- formularz KONIEC -------------------- **/

#first_time, #second_time{
	display: block;
	width: 296px;
	height: 68px;
}
#register_text{
	padding: 10px 20px 0 20px;
	width: 602px; 
	height: 121px;
}

#enter_code {
	width:540px;
	margin:0 auto;
}
#form_code, #code {
	width:302px;
	height:99px;
	margin:0 auto
}
#form_code input {
	margin:35px 0 0 25px;
	border:0
}
#form_code input.input {
	width:210px;
	padding:10px 3px;
	font-size:20px;
	font-weight:bold;
	color:#5a5858;
	letter-spacing:2px;
	text-transform:uppercase;
	background:transparent;
}
#form_code input.submit {
	background:transparent;
	height:40px;
	width:20px
}
#regulations {
	width:400px;
	padding-left:110px;
	*padding-left:140px;
	position:relative
}
#terms, label.error {
	margin-left:10px;
}
#terms {
	border:0
}
.center {
	margin:0 auto
}
.error {
	color:#f00;
	display:block;
	padding-left:0
}

#old_code_info {
	width:640px;
	height:300px;
	position:absolute;
	background:#fff;
	clear:both
}

#form_fields {
	width:600px;
}
#signupForm{
	width:458px
}
#form_login_top, #form_login_bottom
#form_login_top {
	height:40px;
	width:540px;
}
#form_login_bottom {
	height:16px;
	width:540px;
}
#form_login_main {
	width:458px;
	padding:20px 40px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0
}
	#form_login_main form label {
		padding: 0;
		color:#646464;
		font-family:Verdana,sans-serif;
		font-size:12px;
	}
	#form_login_main form input.submit {
		background:none;
		border:0;
		margin-right:-5px;
	}
	#form_login_main form input.input {
		width:194px;
		border:1px solid #C3D1DE;
		font-size:12px;
		padding:0
	}
	#form_login_main form input {
		float:right;
		clear:both
	}
	#form_login_main div.info {
		color:#646464;
		font-size:11px;
		padding:10px 0;
	}
	#form_login_main div {
		width:318px
	}
.info_text {
	font-size:14px;
	font-family:Arial;
	color:#5a5858
}
.info_text p {
	line-height:23px;
	color:#5a5858
}
.red {
	color:#c92d2d;
}