@charset "utf-8";
/* CSS Document */
/* Mahdi Poursemnany */

		/* Start Body */
body,td,th {
	font-family: Tahoma;
	font-size: 9pt;
}
body {
	background-image: url(../ed23fdb88e1a9420f084c5eca92e82a8/images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
}
a {
	font-family: Tahoma;
	font-size: 9pt;
	color: #009;
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #009;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #00F;
}


#divMain {
	width:430px;
	margin-top:50px;
	margin-left:25%;
}
			#divSetting {
				background:url(../ed23fdb88e1a9420f084c5eca92e82a8/images/bgSetting.jpg);
				filter:alpha(opacity=80);
				opacity:0.8;
				margin-top:215px;
				margin-left:25%;
			}
				.divSetting {
					font-family:Tahoma;
					font-size:8pt;
				}
						.divSetting a {
							font-family:Tahoma;
							font-size:8pt;
							color:#000;
							font-weight:bold;
							text-decoration:underline;
						}
							.divSetting a:hover {
								font-family:Tahoma;
								font-size:8pt;
								color:#333;
								font-weight:bold;
								text-decoration:none;
							}
							
				.searchEngines {
					font-family:Tahoma;
					font-size:8pt;
				}
						.searchEngines a {
							font-family:Tahoma;
							font-size:8pt;
							color:#FFF;
							font-weight:bold;
							text-decoration:underline;
						}
							.searchEngines a:hover {
								font-family:Tahoma;
								font-size:8pt;
								color:#FFC;
								font-weight:bold;
								text-decoration:none;
							}

			
	#txtSearch {
		width:98%;
		font-family:Impact,Tahoma;
		font-size:25pt;
		border:solid 0px #999;
		background-color: transparent;
	}

	#btnSubmit {
		background-color:#CCC;
		border:solid 1px #999;
		font-family:Tahoma;
		font-size:9pt;
		font-weight:bold;
		height:20px;
	}

#divCopyright {
	width:430px;
	margin-left:25%;
}
.copyright {
	font-family:Tahoma;
	font-size:8pt;
}
		.copyright a {
			font-family:Tahoma;
			font-size:8pt;
			color:#333;
		}
			.copyright a:hover {
				font-family:Tahoma;
				font-size:8pt;
				color:#000;
			}
