.required {
  color: red;
  font-weight: bold;
}

.descriptionbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding:20px;
	margin:20px;
	background-image:url(Images/Site/detailboxBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
.largeImageDisplayText {
	padding:20px 0px 20px 0px;
	}
	
.largeImage {
	padding:5px 5px 5px 5px;
	border:1px solid #666666;
	margin:10px;
	}	
	
.scroll {
	overflow:auto;
	height:190px;
	}
	
.imageThumbs {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:1px solid #666666;
	}
	
.submenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 5px 5px 5px;
	border-bottom:1px solid #666666;
	/*border-top:1px solid #666666;*/
	
	
	
	background-image:url(Images/Site/buttonsbg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	
	background-color:#000000;
	
	margin:5px 5px 5px -25px;
	width:200px;
	}
	
.submenu a {
	
	display:block;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	color:#ffffff;
	}

.submenu a:hover {
	border-right:2px solid #E3C08A;
	color:#E3C08A;
	}
	
.galleryButtonsHolder {
	padding:5px 0px 5px 0px;
	}
	
	
/*FORM STYLING */
/*
form {
	clear:both;
    margin: 10px;
	}
	*/
fieldset {
	margin-bottom:15px;
	padding:10px;
	border: 1px solid #ffffff;
	color:
	width:505px;
    }
	/*
.item fieldset {
	width:480px;
	}
*/
legend {
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding: 1px 4px 1px 15px;
	}

label {
	
	
	
	margin: 10px 10px 0 0;
	text-align: right;
	font-weight: bold;
	font-size:12px;
	color:#FFFFFF;
	}
	
/* Hide from IE/Win and IE/Mac \*/
/*label {
	width:100px;
	}
/* end hack */
/*
.short {
	text-align:center;
	width:60px;
	}
*/
input, textarea, select {
	
	background: #f2f1ed;
	padding: 2px;
	color: #444;
	margin: 10px 0 0 0;
	
	}
	
/* Hide from IE/Win and IE/Mac \*/
/*select {
	width:356px;
	}
/* end hack */
/*
input:focus, select:focus, textarea:focus {
	border: 1px solid #e5764c;
	}
	
form li {
	margin-top:10px;
	}
		
form .small {
	width:127px;
	}	
	
/* Hide from and IE/Mac \*/
/*form .small {
	width:133px;
	}
/* end hack */
	/*
.smaller {
	width:15px;
	border:0;
	margin:10px 5px 0 0;
	padding:0;
	}	
	
#files ul {
	margin:0 0 0 10px;
	padding:0;
	}	
	
#files li {
	list-style: none;
	list-style-image: none; /* IE being dumb again */
	/*}	

#files img {
	margin: 0 5px 0 3px;
	}

#files input {
	float:left;
	}
	
form li .smaller {
	list-style:none;
	width:15px;
	border:0;
	margin:0 15px 0 0;
	padding:0;
	}	
	
form input.hide {
	display:none;
	}

*/
.pressme {
	font-family: optima, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3f70a4;
	background: #f2f1ed;
	border: 1px solid #3f70a4;
	padding: 0 15px;
	margin:0 0 0 5px;
}
	
form .pressme {
	float:right;
	margin:10px 15px;
	padding:1px 15px;
	}

form h1 .pressme {
	float:none;
	}
	
.pressme a, .pressme a:visited  {
	font-weight:bold;
	color: #3f70a4;
	text-decoration:none;
	width:.1em;
	}

html>body .pressme a { width:auto; }

.pressme a:hover {
	color:#e5764c;
	text-decoration:none;
	}
	
.pressme:hover {
	border: 1px solid #e5764c;
	color:#e5764c;
	}

input.pressme {
	width:75px;
	padding: 0 15px;
	margin:10px 5px;
	}
/*
br {
	clear: left;
	}

.buttons form {
	clear:none;
	position:relative;
	float:left;
	margin: 0;
	}

.buttons input {
	float:left;
	}
