/*will hopefully make limelight forms look nicer... they're pretty ugly right now*/
input[type=text] {
	padding: .5em;
	font-size: 16px;
	font-family: "Lato", Helvetica sans-serif;
	width: 100%;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 1px;
	margin-bottom: .5em;
}
#opt_in_form table {
	width: 100% !important;
	max-width: 100% !important;
}
#opt_in_form table td {
	width: 100% !important;
}
#fields_expmonth {
	width: 48% !important;
}
#fields_expyear {
	width: 48% !important;
}
#opt_in_form select {
	width: 100%;
	/* padding: .5em; */
	font-size: 16px;
	font-family: "Lato", Helvetica sans-serif;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 1px;
	margin-bottom: .5em;
	cursor: pointer;
}
.select-outer {
	width: 100% !important;
}
#btn_submit_form {
	background-color: rgb(19,199,14);
	color: white; 
	font-weight: bold;
	font-size: 24px;
	font-family: "Lato", Helvetica sans-serif;
	cursor: pointer; 
	border: none; 
	border-radius: 4px; 
	text-decoration: none;
	width: 100%;
	padding: .5em;
}
#btn_submit_form:hover {
	background-color: #0FA10B;
}
#shipping, #shipping_price, #total_amount {
	display: none;
}
.form_directions {
	font-size: 24px;
}
.recommendations {
	font-size: 18px;
}
.product_description td {
	background-color: rgb(210,238,207);
	padding: 5px;
}
table {
	border-collapse: collapse;
}
#upsell_product {
	cursor: pointer;
}
.upsell_product {
	cursor: pointer;
}
#order_total {
/* 	width: 100%; */
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #bbcfde;
	padding: 15px;
	border-radius: 5px;
}