table.payment_options
{
    /*
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	*/
	
	width: 100%;
	border-collapse: collapse;
}

table.payment_options tr:not(:last-child) td:first-child {
    background-color: #ececed;
    border-right: 4px solid #FFF;
}

table.payment_options tr:not(:last-child) td:not(:first-child):not(.spacer) {
    border: 1px solid #ececed;
}

table.payment_options tr:last-child td a {
    width: 211px;
    margin-top: 20px;
    padding: 20px;
    display: block;
}

table.payment_options td.spacer
{
	width: 4px;
	background-color: #F3F4F1;
	display: block;
}

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;
    */
   
	margin: 8px 0px 0px;
	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: 215px;
	padding: 10px 20px 10px 20px;
	margin: 8px 0px 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;
	text-align: center;
}

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

table.payment_options td
{
	padding: 0px;
	margin: 0px;
}

table.payment_options td img.payment_option_icon {
    width: 24px;
}

table.payment_options .therapist_more
{
	margin-right: 60px;
}

table.payment_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.payments_right
{
	border-bottom: 1px solid #E6E7E5;
	float: right;
	width: 225px;
	padding: 8px 15px;
	line-height: 16px;
}

div.payments_right div.details, td.white_column div.details
{
    font-size: 10px;
    color: #666;
    line-height: 12px;
}

div.payments_right div.details b, td.white_column div.details b {
    font-size: 11px;
    color: #555555;
    margin-top: 4px;
}

td.white_column
{
	border-bottom: 1px solid #E6E7E5;
	background-color: white;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0px;
	line-height: 24px;
	width: 250px;
}

td.white_column > div
{
	width: 250px;
}
