#resbox {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 50px;
	
	
	}

#resheader{
	background-image: url(../images/reslinebottom.png);
	background-repeat: repeat-x;
	height: 4px;
	width: 960px;
	margin-bottom: 10px;
	}

#resfooter {
	background-image: url(../images/reslinebottom.png);
	margin: 2px;
	height: 4px;
	width: 960px;
	left: -2px;
	position: relative;
	background-repeat: repeat-x;
	top: -14px;
	}

#submitbox{
	height: 100%;
	width: 250px;
	float: left;
	margin-left: 150px;
	margin-top: 10px;
	}
#sitesearch{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	}



#gtspage{
	height: 100px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;	/* The main container div */

}

#gtssearchForm{
	/* The search form. */
	background-color:#4C5A65;
	padding:50px 50px 30px;
	margin:80px 0;
	position:relative;

	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

gtsfieldset{
	border:none;
}

#gtssearchInputContainer{
	/* This div contains the transparent search box */
	width:420px;
	height:36px;
	float:left;
	margin-right:12px;
	background-image: url(../images/searchBox.png);
	background-repeat: no-repeat;
}

#gtss{
	/* The search text box. */
	
	border:none;
	color:#888888;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:31px;
	line-height:25px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	
	width:385px;
	background-image: url(../images/searchBox.png);
	background-repeat: no-repeat;
}

/* The UL that contains the search type icons */

.gtsicons{
	list-style:none;
	margin:10px 0 0 335px;
	height:19px;
	position:relative;
}

.gtsicons li{
	background:url("img/icons.png") no-repeat;
	float:left;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:5px;
}

/* Styling each icon */

li.web{ width:15px;}
li.web.active,
li.web:hover{ background-position:left bottom;}

li.images{ width:22px; background-position:-18px 0;}
li.images.active,
li.images:hover{ background-position:-18px bottom;}

li.news{ width:14px; background-position:-44px 0;}
li.news.active,
li.news:hover{ background-position:-44px bottom;}

li.videos{ width:17px; background-position:right 0;}
li.videos.active,
li.videos:hover{ background-position:right bottom;}

span.arrow{
	/* The little arrow that moves below the icons */
	
	width:11px;
	height:6px;
	margin:21px 0 0 5px;
	position:absolute;
	background:url('img/arrow.png') no-repeat;
	left:0;
}


/* The submit button */


#gtssubmitButton{
	background:url('img/buttons.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

#gtssubmitButton:hover{
	background-position:left bottom;
}


/* The Search tutorialzine.com / Search the Web radio buttons */


#gtssearchInContainer{
	float:left;
	margin-top:12px;
	width:330px;
}

gtslabel{
	color:#DDDDDD;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
	white-space:nowrap;
	/*float:left;*/
}

input[type=radio]{
	cursor:pointer;
	/*float:left;*/
}


/* Styling the search results */


.gtspageContainer{
	/* Holds each page with search results. Has an inset bottom border. */
	border-bottom:1px solid #5e7481;
	margin-bottom:50px;
	
	/* Adding a dark bottom border with box shadow */
	
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Web & news results */


.webResult{
	margin-bottom:50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #033;
}
.webResult h2{
	background-color:#65696e;
	font-size:15px;
	font-weight:550;
	/* Applying CSS3 rounded corners */
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.webResult h2 b{ color:#777; }
.webResult h2 a{ color:#eee;border:none;}
.webResult p{ line-height:1.5;padding:15px 20px;}
.webResult p b{ color:999;}
.webResult > a{ margin-left:20px;}


/* Image & video search results */


.imageResult{
	float:left;
	height:180px;
	margin:0 0 20px 40px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img{ display:block;border:none;}
.imageResult a.pic{
	border:1px solid #fff;
	outline:1px solid #777;
	display:block;
	margin:0 auto 15px;
}

/* The show more button */

#more{
	width:83px;
	height:24px;
	background:url('img/more.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}

#more:hover{
	background-position:left bottom;
}
