div.register_invitation_text
{
	padding: 0px 60px;
	float: right;
	display: block;
	width: 418px;
}

div#options
{
	/*
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
    */
	background-color: #f3f4f1;
}

div#options .left_column
{
	width: 220px;
	float: left;
	display: block;
	height: 100%;
}

div#options .left_center_column
{
	width: 245px;
	float: left;
	margin-left: 0px;
	height: 100%;
}

div#options .right_column
{
	width: 245px;
	float: right;
	height: 100%;
	margin-right: 20px;
}

div#options .right_center_column
{
	width: 245px;
	float: right;
	margin-right: 20px;
}

div.corner_top
{
    /*
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	*/
	
	width: 210px;
	margin: 0px 4px;
	background-color: #fefffc;
	padding: 20px 20px 0px 20px;
	
	border-bottom: 1px solid #e6e7e5;
	
	position: relative;
	text-align: center;
	
	height: 140px;
}

div.corner 
{
	width: 210px;
	padding: 10px 20px 10px 20px;
	background-color: #fefffc;
	margin: 0px 4px;
	text-align: center;
	border-bottom: 1px solid #e6e7e5;
}

div.no_corner 
{
	width: 180px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px solid #e6e7e5;
	float: right;
}

div.no_corner_bottom
{
	width: 180px;
	padding: 10px 20px 10px 20px;
	margin: 0px 4px;
	text-align: center;
	float: right;
}

div.no_corner_top
{
	width: 180px;
	padding: 10px 20px 10px 20px;
	margin: 0px 4px;
	text-align: center;
	border-bottom: 1px solid #e6e7e5;
	float: right;
	height: 140px;
}

div.corner_bottom
{
    /*
	-webkit-border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	*/
	
	width: 210px;
	padding: 20px 20px 20px 20px;
	background-color: #fefffc;
	margin: 0px 4px;
	text-align: center;
}

#rejestracja .button_center
{
	text-align: center;
}

.corner_top img.pay_color
{
	top: -10px;
	left: 10px;
	position: absolute;
}

div#options .therapist_more
{
	margin-right: 60px;
}

div#options .corner_top .therapist_more
{
	margin-right: 60px;
	margin-top: 10px;
}

div.month_selector .selector
{
    margin-left: 10px;
    width: 165px;
}

div.month_selector .selector span
{
    width: 135px;
}

div.month_selector select
{
    min-width: 145px !important;
    width: 145px !important;
}

div#options_1 div
{
	line-height: 18px;
}

div#options .register_row
{
	height: 20px;
}

div#options_1 div.clear {
	padding: 0px;
	margin: 0px;
	height: 0px;
}

div#user_form_id, div#firm_form_id
{
    /*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	*/
	
	/*border: 1px solid #DDDDDD;*/
	
    float: left;
    margin: 0;
    padding: 30px;
    width: 350px;
    
	margin: 0px auto;
}

div#user_form_id label, div#firm_form_id label
{
	width: 140px;
	float: left;
	clear: left;
	display: block;
}

div#user_form_id input, div#firm_form_id input
{
	width: 175px;
	float: right;
}

div#user_form_id .form_line, div#firm_form_id .form_line
{
	clear: both;
	min-height: 24px;
	margin-bottom: 8px;
}

div#user_form_id .form_line .errorMessage, div#firm_form_id .form_line .errorMessage
{
	clear: both;
	padding: 4px 0 0;
}

h3.register_step_header
{
	margin: 10px 0px;
}
