*{
	margin:0;
	padding:0;
}

/*body{
	font-size:13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}*/

#page{
	/* The main container div */
	width:330px;
	color: #669999;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
}
/*
h1{
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
	background:url('img/heading.png') no-repeat center top;
	text-indent:-9999px;
	overflow:hidden;
	height:90px;
}
*/
#searchForm{
	/* The search form. */
	/*background-color:#4C5A65;*/
	padding:4px 0px 5px 8px;
	margin:0 0 0 0;
	position:relative;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

fieldset{
	border:none;
}

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

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

/* The UL that contains the search type icons */
/*
.icons{
	list-style:none;
	margin:10px 0 0 335px;
	height:19px;
	position:relative;
}
*/
/*
.icons 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 */


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

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


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

/*
#searchInContainer{
	float:left;
	margin-top:12px;
	width:330px;
}
*/
/*
label{
	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 */


.pageContainer{
	/* 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:right;
	font-size: 16px;
	font-weight: bold;
	color: #669999;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 800;
}


/* Web & news results */


.webResult{ margin-bottom:20px;}
.webResult h2{ 
	background-color:#5D6F7B;
	font-size:18px;
	font-weight:normal;
	padding:8px 20px;
	
	/* Applying CSS3 rounded corners */
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.webResult h2 b{
	color:#CCCCCC;
}
.webResult h2 a{ color:#eee;border:none;}
.webResult p{ line-height:1.5;padding:15px 20px;}
.webResult p b{
	color:#666666;
}
.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:1065px;
	height:88px;
	background:url('../images/morebutton.jpg') no-repeat;
	cursor:pointer;
	margin:44px auto;
}

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