/* GETTY SEARCH	*/

	DIV#getty_search {
		float: right;
		width: 222px;
		margin-bottom: 3px;
		padding: 3px;
		border: 1px solid #666666;
		background: #FFFFFF;
		color: #999999;
		font-size: 10px;
	}
	
		DIV#getty_search IMG {
			margin: 3px 0 0 3px;
		}

		DIV#getty_search DIV.checkboxes {
			width: 100%;
			margin: 10px 0 10px 0;
			color: #666666;
			text-align: left;
			font-size: 12px;
		}

			DIV#getty_search DIV.checkboxes DIV.searchCheckbox {
				float: left;
				margin: 2px 0;
			}
			
				DIV#getty_search DIV.checkboxes DIV.searchCheckbox INPUT {
					margin-bottom: 0;
				}

		DIV#getty_search DIV.searchfield {
			float: left;
			margin: 5px 0;
			color: #999999;
		}

			DIV#getty_search DIV.searchfield INPUT {
				float: left;
				border: 1px solid #CCCCCC;
				width: 195px;
				font-size: 12px;
				padding: 2px;
				height: 15px;
			}

			DIV#getty_search DIV.searchfield INPUT.search_button  {
				float: right;
				background: url(../images/buttons/searchArrow.jpg) no-repeat 0 50%;
				border: 1px solid #CCCCCC;
				background-color: #CCCCCC;
				width: 21px;
				height: 21px;
				margin: 0;
			}

/* BASIC SEARCH */

DIV#basic_search {
	float: right;
	width: 216px;
	margin-bottom: 3px;
	padding: 25px 6px 3px 6px;
	border: 1px solid #666666;
	background: url('../images/searchIsifaLogoOff.jpg') no-repeat 5px 5px;
	color: #999999;
	font-size: 10px;
}

