table.content {
	width:960px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
table.content td.left {
	width:635px;
	padding: 0px;
}
table.content td.right {
	width:310px;
	padding: 0px;
}
table.content td.col {
	width:15px;
	background-color:white;
}




/*--- custom_form_sheet : START ---*/
table.custom_form {
	
}

table.custom_form td.field_name {
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}

table.custom_form td.field_input {
	vertical-align: top;
	padding-bottom: 8px;
}

table.custom_form td.field_name_address {
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}



div.radiobutton_item {
	clear: both;
	height: 22px;
}
div.radiobutton_item div.field_radiobutton_input {
	float: left;
	margin-bottom: 5px;
}
div.radiobutton_item div.field_radiobutton_info {
	float:left;
	margin: 2px 0px 0px 5px;
}



div.checkbox_item {
	clear: both;
	height: 22px;
}
div.checkbox_item div.field_checkbox_input {
	float: left;
	margin-bottom: 5px;
}
div.checkbox_item div.field_checkbox_info {
	float:left;
	margin: 2px 0px 0px 5px;
}



input.cfs_input_text {
	width: 244px;
	height: 14px;
	border: 1px solid #929292;
	padding: 1px 3px 0px 3px;
}

textarea.cfs_input_text_area_4 {
	border: 1px solid #929292;
	width: 250px;
	height: 53px;
}

textarea.cfs_input_text_area_10 {
	border: 1px solid #929292;
	width: 320px;
	height: 130px;
}

input.cfs_input_address {
	width: 244px;
	height: 14px;
	border: 1px solid #929292;
	padding: 1px 3px 0px 3px;
}

input.cfs_input_pesel {
	width: 244px;
	height: 14px;
	border: 1px solid #929292;
	padding: 1px 3px 0px 3px;
}

input.cfs_input_date {
	width: 224px;
	height: 14px;
	border: 1px solid #929292;
	padding: 1px 3px 0px 3px;
}

select.cfs_select {
	width: 252px;
	border: 1px solid #929292;
	margin-bottom: 8px;
}



table.agreement {
	width: 615px;
}
table.agreement td.checkbox {
	vertical-align: top;
	padding-right: 5px;
}
table.agreement td.info {
	width: 590px;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 15px;
}


div.error_empty_field {
	color: red;
}
div.error_empty_agree {
	color: red;
	margin: 5px 0px;
}

div.link_send {
	float: right;
	padding: 3px 0px;
}

div.link_back {
	float: right;
	padding: 0px;
}

div.required_fields_info {
	float: left;
}


/*--- custom_form_sheet : END ---*/