h2, h3 {
	width:100%;
	margin:auto;
	background: #CCCCCC;
	font-size:14px;
	font-weight:bold
}

h3 {
	background: red;
	text-align: center;
	font-size:18px;
	color:white
}

.currency .column-2 {
	text-align: right
}

.new-image {
	height: auto;
	width: 100%;
}

div.imgbox {
    border: 1px solid black;
    margin-bottom: 0.3em;
    border-radius: 10px !important;
    overflow: hidden;
    padding-bottom: 5px;
	
}

div.imgbox img {
	margin: 0px 0px 4px 0px;
	width: 100%
	
}
div.imgbox button {
	margin: 0.3em;
	
}

label.location {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: auto;
	text-align: left;
	margin: 0em 0;
}

input.location {
	border: 1px solid #888;
	border-radius: 2px !important;
	min-width: initial;
	min-height: initial;
	padding: 0px;
	margin-bottom: 0px;
}