html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: white url('../images/back.gif') repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #4c4d4f;
	text-align: center;
	}
	
.inpute {
	margin: 0;
	padding-left: 0;
	width: 100px;
	font-family: Arial;
	font-size: 12px;
	color: black;
	}
	
a {
	font-family: Arial;
	text-decoration: none;
	color: #4c4d4f;
	}
a:hover {
	text-decoration: underline;
	}
	
img {
	border: 0;
	}

table {
	font-family: Arial;
	font-size: 12px;
}
select {
	font-size: 0.9em;
}
.result {
	font-family: Arial;
	font-size: 13px;
}
.upluud {
				width: 100px;
				height: 30px;
				padding: 6px;
				border: 0;
				color: white;
				font-weight: bold;
				background: url('../images/button.gif') no-repeat;
		}
.main {
	width: 650px;
	padding: 25px 20px;
	margin: auto auto 0 auto;
	border: 5px solid white;
	background: #fff;
	text-align: center;
	}
	
.logo {
	margin-bottom: 30px;
	}
	
.search {
	width: 600px;
	margin: 0 auto;
	}
	.tabs {
		width: 100%;
		overflow: hidden;
		}
		.tabs .on {
			color: #4c4d4f;
			font-weight: bold;
			background: #cdeffc url('../images/on.gif') repeat-x;
			margin-right: 1px;
			padding: 5px 15px 5px 15px;
			text-decoration: none;
			float: left;
			}
			.tabs .on a {
				color: #4c4d4f;
				text-decoration: none;
				}
			.tabs .on a:hover {
				color: #4c4d4f;
				text-decoration: none;
				}
		.tabs .off {
			color: white;
			font-weight: bold;
			background: #4c4d4f;
			margin-right: 1px;
			padding: 5px 15px 5px 15px;
			float: left;
			}
			.tabs .off a {
				color: white;
				text-decoration: none;
				}
			.tabs .off a:hover {
				color: white;
				text-decoration: none;
				}
	.form {
		width: 600px;
		background: #FFFFFF;
		padding: 10px;
		overflow: hidden;
		}
		.form .input {
			margin-right: 3px;
			float: left;
			}
		.form .input input {
				width: 150px;
				padding: 6px;
		}
		.form .button {
			float: right;
			}
		.form .button input {
				width: 59px;
				height: 30px;
				padding: 6px;
				border: 0;
				color: white;
				font-weight: bold;
				background: url('../images/button.gif') no-repeat;
		}
		.form .services {
			margin-bottom: 30px;
			}

	.links {
		width: 100%;
		}
		.links .p1 {
			color: #00588a;
			padding: 0;
			margin: 25px 0 10px 0;
			}
			.links .p1 a {
				color: #00588a;
				}
		.links .p2 {
			color: black;
			padding: 0;
			margin: 0 0 10px 0;
			}