
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
.box {
	background:#272727;background:-webkit-gradient(linear, 0 0, 0 bottom, from(#4d4018), to(#272727));background:-moz-linear-gradient(#4d4018, #272727);background:linear-gradient(#4d4018, #272727);-webkit-border-radius:20px 20px 20px 20px;
-moz-border-radius:20px 20px 20px 20px;
border-radius:20px 20px 20px 20px;

	color:#fff;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	border:1px solid #272727;
}
.box_title{
	text-align: left;
	background: #272727;
	-webkit-border-radius:20px 20px 20px 20px;
-moz-border-radius:20px 20px 20px 20px;
border-radius:20px 20px 20px 20px;

	padding:10px 30px;
}

.box_text, .box p{
	color:#fff;
}

.box_title, .box_title h2{
	margin:0px;
	/* Usually a copy of the styles.asp h2 below here */
	font-family:"Helvetica Thin", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color:#a98937;
}

.box_content{
	margin:10px;
	font-size:11px;
	font-family: "HelveticaNeue", Helvetica, Arial, Tahoma, sans-serif;
	position:relative;
}
.box_text,.box_quote {
	padding:10px;
	position:relative;
	z-index:20;
}
.box_text ul,.box_text li {
	list-style: none outside none;	
}
.box_text li {
	color:#000;
	font-family:"Calibri", Arial, "Trebuchet MS", Verdana, sans-serif;
}
.box_text li a {
	color:#000;
	font-family:"Calibri", Arial, "Trebuchet MS", Verdana, sans-serif;
}
.box_content input, .box_content select{
	width:100%;	
	margin-bottom:10px;
	height:20px;
	color: #333;
}

.box_quote_t {
	background:url("/library/q_top.png") no-repeat scroll left top;
	display:block;
	height:60px;
	margin-bottom:-60px;
	position:relative;
	z-index:10;
}
.box_quote_b {
	background:url("/library/q_bot.png") no-repeat scroll right top;
	display:block;
	height:60px;
	margin-top:-60px;
	position:relative;
	z-index:10;
}

select[disabled],input[disabled]{
	background-color:#ccc;	
}

.box_content option{
	color: #333;	
}

