body {
	margin: 0px;
	padding: 0px;
	background-color: #232429;
	font-size: 0px;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.cnt_img {
	border: 1px #3B3539 solid;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #E1531F;
	text-decoration: none;
}
.header {
	text-align: center;
	margin-top: 18px;
	margin-left: 295px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.tbtitle{
	text-align: center;
   	background-color: #2E2E2E;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
}
.emailtxt {
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color: gray;
}
.emailtxt input {
	position: relative;
	height: 12px;	
	float: left;		
	color: #000000;
	margin-left: 3px;
	border: 1px solid gray;
	width: 105px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.emailtxt input#submit {
	position: relative;
	height: 16px;	
	float: left;		
	color: #000000;
	margin-left: 5px;
	width: 70px;
	font-family: Verdana;
	font-size: 10px;
	cursor: pointer;
}
.searchmodel {
	margin-top: 10px;
	height: 25px;	
	background-color: transparent;
	font-family: Verdana;
	font-size: 10px;
	color: white;
   	font-weight: bold;
}
.searchmodel select {
	position: relative;
	height: 19px;	
	float: left;		
	color: #000000;
	margin-left: 3px;
	border: 1px solid gray;
	width: 115px;
	font-family: Verdana;
	font-size: 10px;
}

