#radiobuttons-table-body {
	clear: both;
}
#radiobuttons-table {
	margin-bottom: 1em;
	width: 100%;
}
.radiobuttons-cell {
	padding: 1px;
	text-align: center;
	width: 20%;
}
.radiobuttons-cell input[type="radio"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.radiobuttons-cell label {
	background: #57becc none repeat scroll 0 0;
	border-radius: 0.3em;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.25em;
	height: 5em;
	line-height: 5;
	font-weight: normal;
}
.input_amount_other label {
	line-height: 2.5;
}
.input_amount_other span {
	font-size: 0.8em;
}
.input_amount_other input {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0.3em;
	display: block;
	line-height: 1;
	margin: 0 auto;
	outline: 0 none;
	padding: 0.2em 0.5em;
	width: 80%;
}

@media only screen and (max-width: 740px) {
.input_amount_other input {
	padding: 0.3em;
}
}
.radiobuttons-cell label:active, .radiobuttons-cell input[type="radio"]:checked + label {
	background: #008299 none repeat scroll 0 0 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}
form table#radiobuttons-table tbody tr td.radiobuttons-cell label {
	margin-right: 5px;
}
/*.frequency-options {
	font-size: 1em;
	margin: 0 3px;
}
.frequency-options label {
	background: #e1eaed none repeat scroll 0 0;
	border-radius: 0.3em;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;
	line-height: 1;
	margin-bottom: 1em;
	padding: 0.4em 0.2em;
	text-align: center;
	text-transform: uppercase;
	width: 49%;
}
.frequency-options label:first-child {
	margin-right: 6px;
}
body.rtl .frequency-options label {
	float: right;
}
body.rtl .frequency-options label:first-child {
	margin-left: 6px;
	margin-right: 0;
}

@media only screen and (max-width: 740px) {
.frequency-options label {
	font-size: 0.8em;
}
}
.frequency-options label:hover {
	background: #aebdc3 none repeat scroll 0 0;
}
.frequency-options label:active {
	background: #d4e0e4 none repeat scroll 0 0;
	box-shadow: 0 1px 3px rgba(58, 85, 96, 0.50) inset;
}
.frequency-options label.checked {
	background: #aebdc3 none repeat scroll 0 0;
	box-shadow: 0 1px 3px rgba(58, 85, 96, 0.50) inset;
}
*/


/* --- Frequency options --- */

.frequency-options {
	margin: 0 3px;
	font-size: 1em;
}
.frequency-options label {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 1em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	background: #e1eaed;
	padding: 0.4em 0.2em;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.frequency-options label:first-child {
	margin-right: 4px;
}
body.rtl .frequency-options label {
	float: right;
}
body.rtl .frequency-options label:first-child {
	margin-left: 4px;
	margin-right: 0;
}

@media only screen and (max-width: 740px) {
.frequency-options label {
	font-size: .8em;
}
}
.frequency-options label:hover {
	background: #aebdc3;
}
.frequency-options label:active {
	background: #d4e0e4;
	-moz-box-shadow: inset 0 1px 3px rgba(58, 85, 96, 0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(58, 85, 96, 0.50);
	box-shadow: inset 0 1px 3px rgba(58, 85, 96, 0.50);
}
.frequency-options label.checked {
	background: #aebdc3;
	-moz-box-shadow: inset 0 1px 3px rgba(58, 85, 96, 0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(58, 85, 96, 0.50);
	box-shadow: inset 0 1px 3px rgba(58, 85, 96, 0.50);
}
.frequency-options label.unchecked {
	background: #e1eaed;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
