
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
.box {
	background:#ffffff;background:-webkit-gradient(linear, 0 0, 0 bottom, from(#e9e9e9), to(#ffffff));background:-moz-linear-gradient(#e9e9e9, #ffffff);background:linear-gradient(#e9e9e9, #ffffff);
}
.box_title{
	height:10px;
	line-height:10px;
	padding:10px;
	background:#dcdcdc;background:-webkit-gradient(linear, 0 0, 0 bottom, from(#e3e3e3), to(#dcdcdc));background:-moz-linear-gradient(#e3e3e3, #dcdcdc);background:linear-gradient(#e3e3e3, #dcdcdc); 
}

.box_title, .box_title h2{
	margin:0px;
	/* Usually a copy of the styles.asp h2 below here */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#555;
	text-align:center;
	font-size:16px;
}

.box_content{
	margin:10px;
	color:#000;
	font-size:13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position:relative;
	e9e9e9
}
.box_text,.box_quote {
	padding:20px;
	position:relative;
	z-index:20;
	text-align:center;
}
.box_text p,.box_quote p {
	color:#555;	
}
.box_content *{
	color:#555;
	/*font-size:11px;*/
}
.box_text ul,.box_text li {
	list-style: none outside none;	
}
.box_text li {
	color:#555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.box_text li a {
	color:#555;
	font-family: Arial, Verdana, Helvetica, 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;	
}

