﻿.page_section
{
	background-color:#F3F3F3;
}

.purchase_flow 
{
	text-align: -moz-center;
	#text-align: center;
}

.flow_selected
{
	font-weight:bold;
	text-decoration: underline;
}

#advanced_link_section
{
	background-color: #E3E3E3;
	margin-top: 10px;
}

#advanced_link_section a
{
	color:black;
	margin: 5px;
	font-size: 130%;
}

#advanced_order_section
{
	/*height: 200px;*/
	padding-bottom: 30px;
}

#amount_section
{
	background-image: url("Images/Gavekort_Bg.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	background-color: White;
	height: 180px;
}

.input_description
{
	display: block;
	font-size: 90%;
}

.next_button
{
	 font-size: 45px;
	 color: Black;
	 margin: 5px;
	 float: right;
}

.large_input
{
	font-size: 30px;
	width: 200px;
}

.output_label
{
}

.output_label_line
{
	display: block;
}

.line
{
	border-bottom: solid 1px #dfdfdf;
	margin-top: 5px; margin-bottom: 5px;
}