/* GENERAL FORM STYLES. */
form {
	margin: 15px 0;
	padding: 0;
	line-height: normal;
	
}
form div.special {
	display: none;
}

fieldset {
	clear: both;
	display: block;
	margin: 1em 0;
	padding: 0 15px;
	border: 1px solid green;
}
.form_field_first_row {
	margin-top: 15px;
}
.hidden_fields {
	margin: 0;
	padding: 0;
	background-color: transparent;
	display: none;
}
.form_note_fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
}
.form_note span {
	color: #d50000;
	display: block;
}
legend {
	padding: 0.2em 0.8em;
	background-color: white;
	color: black;
	font-weight: bolder;
	margin: 0;
	border: 1px solid green;
}
fieldset div {
	margin: 0 0 15px 0;
}
label {
	font-weight: bolder;
}
fieldset p {
	margin: 0;
	padding: 0;
}
fieldset fieldset {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 15px 5px 15px;
	background-color: #f3f3f3;
}
fieldset fieldset div {
	margin: 5px 0;
}
.submit_buttons input {
	font-size: 1em;
}
.form_validation_error_highlight {
	background-color: #d50000;
	color: white;
}
option.not_selectable
{
	color: #999;
	background-color: #e1e1e1;
}
#formAndGenre_toggle, #place_toggle, #who_toggle, #event_toggle, #years_toggle {
	display: block;
}

/* FORM VALIDATION ERROR MESSAGE */
.message {
	border: 1px solid #d50000;
	margin: 25px 0;
	padding-bottom: 0.5em;
}
.message p {
	padding-left: 10px;
	padding-right: 10px;
}
.message h4 {
	background-color: #e6e6e6;
	border-bottom: 1px solid #d50000;
	padding: 5px 10px;
	margin: 0;
	color: #d50000;
}
.form_error {
	color: white;
	background-color: #d50000;
	font-weight: bold;
	padding: 0 0.3em;
}
.form_error:before {
	content: "* ";
}

/* FANCY BUTTONS */


input#image-button{
    background: #DB0000 url('https://maps.nls.uk/img/shopping_cart_darkredbckgrnd.png') no-repeat top left;
    height: 26px;
    padding-left:31px;
    max-height:26px;
    width:  10em;
    font-family: Arial, Helvetica, sans-serif;
 //   font-weight: bold;
    font-size: 1.1em;
    float:left;
}

input#image-button:hover {
    background: #ff2b2b url('https://maps.nls.uk/img/shopping_cart_pinkbckgrnd.png') no-repeat top left;
	background-color: #FF7F7F;
}

.btn {
	position: relative;
	background: #aaa;
	padding: 3px 3px 2px 3px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
//	background-image: url(../graphics/shade.png);
//	background-position: bottom;
}
.ie .btn {
	padding: 3px 7px 4px 7px;
	width: auto;
	overflow: visible;
}
.btn.delete, 
.btn.submit, 
.btn.update, 
.btn.orange {
	background: #f30;
}
.btn.browseByCategory {
	width: 0em;
}
.btn.disabled, 
.btn.grey, 
.btn.update {
	background: #999;
}
.btn.blue,
.btn.orderThisMap {
//	background: #d00;
	background: #DB0000 url(https://maps.nls.uk/img/shopping_cart_darkredbckgrnd.png) no-repeat top left;
	display: inline-block;
	height: 26px;
	padding-left: 31px;
	font-size: 0.9em;
	line-height: 1.3em;
	vertical-align:center;
	padding-top: 2px;
	padding-bottom: 3px;
}


.btn.green {
	background: #9d4;
}
.btn.findByPlace {
	width: 0em;
}
.btn.red,
.btn.viewBasket {

	background: #115806 ;
}

.btn.viewBasket:hover {

	background: #187d09;
}
.btn.maroon {
	background: #600;
}
.btn:hover {
	background-color: #FF7F7F;
}
p#URHere a:hover {
//	background-image: url(../graphics/shade.png);
	background-position: bottom;
}
.btn:active {
	background-color: #ccc;
}
.btn[class] {
//	background-image: url(../graphics/shade.png);
//	background-position: bottom;
}

.bigText {
    font-size: 130%;
}
}