p {
	font-size: 15px;	
}

.col1 {
	float: left;
	width: 30%;
	margin-left: 20px;
}

.col2 {
	float: right;
	width: 57%;
	margin-right: 10px;
}

.clear {
	clear: both;	
}

.line {
	width: 90%;
	clear: both;
	margin: 0 auto;
	border-top: 2px dotted #666;
}

.order-info {
	color: #333 !important;
	padding: 10px 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #666;
	font-size: 18px !important;
	font-weight: bold;
	position: relative; top: 20px;
	
	background: #b6e026; /* Old browsers */
background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#abdc28)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6e026 0%,#abdc28 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 ); /* IE6-9 */	
}

.order-info:hover {
	text-decoration: none !important;
	color: #fff !important;
	
	background: #537c15; /* Old browsers */
background: -moz-linear-gradient(top, #537c15 0%, #50891a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#537c15), color-stop(100%,#50891a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #537c15 0%,#50891a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #537c15 0%,#50891a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #537c15 0%,#50891a 100%); /* IE10+ */
background: linear-gradient(to bottom, #537c15 0%,#50891a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537c15', endColorstr='#50891a',GradientType=0 ); /* IE6-9 */
}

div#page {
	width: 700px;
	position: relative; top: 53px;
	background-color: #fff;
	border-radius: 15px;
	margin: 0 auto;
	text-align: left;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 15px;
}

div#footer {
	position: relative; top: 40px !important;
}