/**
* @find-program-location.kaplan.css
* Styles for find form with 'Find Program' and 'Find Location' 
*/

select {
    -webkit-appearance: listbox;
}

.find-box:first-child,
.find-box.first-child {
	margin-bottom: 29px;
}
.find-box.last-child{
	margin-bottom: 0px;
}
.find-box h2 {
	background: url(../images/backgrounds/info-for-acc-item.png) repeat-x left top;
	font: bold 12px/28px Arial,Helvetica,sans-serif;
	color: #310A61;
	padding-left: 16px;
	margin-bottom: 0 !important;
}
.find-box .content{
	padding: 16px 16px 50px 15px;
	/*css3*/
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 71%, #ffffff 87%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(71%,#ffffff), color-stop(87%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 71%,#ffffff 87%,#eaeaea 100%); /* Opera11.10+ */
	background: linear-gradient(top, #f1f1f1 0%,#ffffff 71%,#ffffff 87%,#eaeaea 100%); /* W3C */
	-pie-background: linear-gradient(top, #f1f1f1 0%,#ffffff 71%,#ffffff 87%,#eaeaea 100%); /* PIE css3*/
	behavior: url(common/css/PIE.htc);
}
.find-box li{
	padding-bottom: 11px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	height: 44px;
	position: relative;
	background: none;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0px;
}
.find-box select{
	/*background: url(../images/backgrounds/select-bg.gif) repeat-x left top;*/
	width: 213px;
	height: 40px;
	border: 1px solid #bbb;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #303030;
	position: relative;
	z-index: 2;
	/* Safari doesn't read this */
	height: 40px;
	line-height: 40px;
	/* */
}	
.find-box select[disabled=disabled],
.find-box select[disabled] {
	background: #fcfcfc none;
	color: #aaaaaa;
}
.find-box option{
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #303030;
}

.find-box input{
	/*background: url(../images/backgrounds/select-bg.gif) repeat-x left top;*/
	padding-left: 9px;
	width: 203px;
	height: 40px;
	border: 1px solid #bbb;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #303030;
}
	/* css3 chrome / safari */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.find-box input{ 
			line-height: normal;
		}
	}
	.find-box input::-webkit-input-placeholder{
		color: #303030;
	}

/*-------------------- FIND PROGRAMS --------------------*/
.find-box input.btn-search-program{
	background: url(../images/buttons/btn-search-program.png) no-repeat left top;
	width: 140px;
	height: 22px;
	border: none;
	cursor: pointer;
	padding-left: 0;
	margin-top: 5px;
}
.find-box .btn-search-program:hover{
	background-position: left -22px;
}

/*------------------ end find programs -------------------*/

/*-------------------- FIND LOCATIONS --------------------*/
.find-box input.btn-search-locations{
	background: url(../images/buttons/btn-search-locations.png) no-repeat left top;
	width: 140px;
	height: 22px;
	border: none;
	cursor: pointer;
	padding-left: 0;
	margin-top: 3px;
}
.find-box .btn-search-locations:hover{
	background-position: left -22px;
}

.find-box .address{
	padding-top: 5px;
}
.find-box .address p{
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #202020;
	margin-bottom: 0;
}
.find-box .address a{
	background: url(../images/backgrounds/blue-arrows.png) no-repeat right 6px;
	display: inline-block;
	font: bold 12px/16px Arial,Helvetica,sans-serif;
	color: #106799;
	padding-right: 9px;
}
.find-box .address span{
	background: url(../images/backgrounds/lite-grey-separator.gif) no-repeat right 1px;
	padding-right: 8px;
	margin-right: 8px;
}

/*------------------ end find locations -------------------*/

/*------------------ VALIDATION STYLES --------------------*/
.find-box .validation-wrapper.error input,
.find-box .validation-wrapper.error select{
	color: #f60c0c;
	border: 1px solid #f60c0c;
}
.find-box .validation-wrapper.error option{
	color: #f60c0c;
}
.find-box .validation-wrapper.error label.error{
	background: url(../images/icons/error-icon.png) no-repeat left top;
	display: block;
	position: absolute;
	right: 8px;
	top: 4px;
	width: 14px;
	height: 14px;
}



@media (min-width: 480px) {
	.find-box h2,
	.find-box .content {
		text-align: center;
	}

}

@media (min-width: 768px) {
	.find-box select {
		width: 100%;
	}
}

@media (min-width: 960px) {
	.find-box h2,
	.find-box .content {
		text-align: left;
	}

	.find-box li{ 
		height: 22px;
	}

	.find-box select {
		height: 16px;
		width: 216px;
		/* Safari doesn't read this */
		height: 20px;
		line-height: 20px;
		/* */
	}

	.find-box input{ 
		height: 20px;
	}

	.find-box .content {
		padding: 16px 16px 30px 15px;
	}


}
/*---------------- end validation styles ------------------*/ 