@charset "utf-8";
/* PANDORA CSS Document */


#productSearch, #registerName, #registerEmail, #registerLessonPlan,
input.productSearch, input.registerName, input.registerEmail, select.registerLessonPlan {
	margin:3px 0px 6px 0px;
	padding:0px;
	display:block;
	width:100%;
	border:1px solid #8898B3;
	font-size:.9em;
	color:#435878;
	font-weight:bold;
	padding:2px;
}

#productSearchButton, #registerButton ,
.productSearchButton, .registerButton {
	text-align:right;	
}

.noLabels label {
	display:none;
}

#sortOrder {
	margin:3px 0px 6px 0px;
	padding:0px;
	text-align:right;
	border:none;
	font-size:.9em;
	color:#435878;
	font-weight:bold;
	padding:2px;
	height:25px;
}

#sortOrderChoice, .sortOrderChoice {
	font-size:.9em;
	color:#435878;
	font-weight:bold;
	padding:2px;
}

#sortOrder p {
	color:#999;
	line-height:25px;
}




#searchBarForm {
	position:relative;
	float:right;
	clear:right;
	background-image:url(/assets/images/Nav/searchBackground.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:233px;
	height:40px;
	}

#searchSubmit {
	float:left;
	width:70px;
	height:40px;
	clear:none;
	}
	
#searchTerm {
	float:right;
	margin-right:14px;
	width:137px;
	height:20px;
	clear:none;
	line-height:40px;
	font-size:1.1em;
	color:#333;
	border:none;
	background-color:transparent;
	margin-top:13px;
	}
	
#searchSubmit value {
	display:none;
	}
	
	
.gridIncluded {
	line-height:1.1em;
	font-size:1.1em;
	text-align:center;
}
	
	
	
	
#left .textboxwitherror,#right .textboxwitherror
{
	/*padding: 1px;
	border: solid 1px navy;
	color: black;
	font-size: 11px;*/
	background-color: mistyrose;

	/*margin:3px 0px 6px 0px;*/
	/*padding:0px;*/
	display:block;
	width:100%;
	border:1px solid #8898B3;
	font-size:.9em;
	color:#435878;
	font-weight:bold;
	padding:2px;
	margin: 3px 0 6px;
}	
