@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
}

#container{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:906px;
	height:595px;
	background-color:white;
	margin-top:50px;
}

img.leftCorner1{
	position:absolute;
	top:0px;
	left:0px;
}
img.leftCorner2{
	position:absolute;
	bottom:0px;
	left:0px;
}
img.rightCorner1{
	position:absolute;
	top:0px;
	right:0px;
}
img.rightCorner2{
	position:absolute;
	bottom:0px;
	right:0px;
}
img, a img{
	border:none;
}
img.comodo_logo{
	position:absolute;
	left:30px;
	top:21px;
}

div.bookmark{
	position:absolute;
	right:130px;
	top:45px;
	width:220px;
	display:none;
	height:60px;
	background-image: url(homelink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:none;
}
div.rfp{
	position:absolute;
	right:15px;
	top:45px;
	width:140px;

	height:60px;
	background-image: url(friendlink.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.bookmark a{
	display:block;
	padding-left:35px;
	padding-top:12px;
	color:#5F636E;
	text-decoration:underline;
}
div.bookmark a:hover{
	color:black;
}
div.rfp a{
	padding-top:12px;
	padding-left:40px;
	color:#5F636E;
	text-decoration:underline;
	display:block;
}
div.rfp a:hover{
	color:black;
}

#query{
	position:absolute;
	background-image: url(input_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:626px;
	height:224px;
	left:140px;
	top:167px;
}

#query form{
	display:inline;
	margin:0px;
	padding:0px;
}

#query form input{
	background-color:white;
	border:none;
	height:30px;
	font-size:22px;
	color:black;
	top:125px;
	position:absolute;
	left:67px;
	width:386px;
}
#query img.submit{
	position:absolute;
	width:103px;
	height:36px;
	left:458px;
	top:121px;
}

#query img.web{
	position:absolute;
	width:81px;
	height:100px;
	left:109px;
	top:0px;
}
#query img.pictures{
	position:absolute;
	width:83px;
	height:100px;
	left:190px;
	top:0px;
}
#query img.city{
	position:absolute;
	width:81px;
	height:100px;
	left:273px;
	top:0px;
}
#query img.news{
	position:absolute;
	width:80px;
	height:100px;
	left:354px;
	top:0px;
}
#query img.blogsearch{
	position:absolute;
	width:82px;
	height:100px;
	left:434px;
	top:0px;
}

div#query div#arrow{
	width:15px;
	height:10px;
	position:absolute;
}

div.web{
	width:15px;
	height:10px;
	position:absolute;
	left:143px;
	top:110px;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.pictures{
	width:15px;
	height:10px;
	position:absolute;
	left:225px;
	top:110px;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.city{
	width:15px;
	height:10px;
	position:absolute;
	left:307px;
	top:110px;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.news{
	width:15px;
	height:10px;
	position:absolute;
	left:387px;
	top:110px;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.blogsearch{
	width:15px;
	height:10px;
	position:absolute;
	left:468px;
	top:110px;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


img.shadow{
	position:absolute;
	left:98px;
	top:391px;
}

#footer{
	border-top:1px solid #BDBDBD;
	width:842px;
	position:absolute;
	bottom:19px;
	left:32px;
	padding-top:7px;
}
#footer ul{
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#footer li{
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style-image: none;
	list-style-type: none;
	display:inline;
	color:#666666;
}
#footer li a{
	color:#666666;
	text-decoration:none;
}
#footer li a:hover{
	color:black;
	text-decoration:none;
}
