/* div container containing the form  */
@media screen and (max-width: 1024px) {

}

.searchContainer {
    position: absolute;
/*    width:966px;*/
/*    height:207px;*/
    left: 0px;
    top: 0px;
}

.glogo {
    position: relative;
    width:49px;
    height:19px;
    left: -55px;
    top: 22px;
/*    background: url("../google_small_logo.gif");*/
}

.blogo {
    position: relative;
    width:39px;
    height:20px;
    left: -105px;
    top: 22px;
/*    background: url("../google_small_logo.gif");*/
}

/* Style the search input field. */
#field {
	float:left;
	width:200px;
	height:22px;
	line-height:22px;
	text-indent:10px;
	font-family:arial, sans-serif;
	font-size:15px;
	color:#333;
	background: transparent;
	border:solid 1px #d9d9d9;
	border-top:solid 1px #c0c0c0;
	border-right:none;
}

/* Style the "X" text button next to the search input field */
#delete {
	float:left;
	width:16px;
	height:24px;
	line-height:22px;
	margin-right:15px;
	padding:0 10px 0 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode",sans-serif;
	font-size:20px;
	background: transparent;
	border:solid 1px #d9d9d9;
	border-top:solid 1px #c0c0c0;
	border-left:none;
}
/* Set default state of "X" and hide it */
#delete #x {
	color:#A1B9ED;
	cursor:pointer;
	display:none;
}
/* Set the hover state of "X" */
#delete #x:hover {
	color:#36c;
}
/* Clear floats */
.fclear {clear:both}

#searchpic {
   	float:left;
}