html,body {
  background-color: 		#F4F4F4;
  color: 					#FFFFFF;
  font-family: 				Arial, Tahoma, sans-serif;
  font-size: 				11px;
  margin: 					0px;
  padding: 					0px;
}

#logo {
	width:					148px;
	height:					60px;
	margin:					80px auto 0px auto;
	background:				url(../Images/logo.jpg) no-repeat center center;
}

a, a:hover,a:active {
	color:					white;
	text-decoration:		none;
}

#wrapper {
	width: 					700px;
	height: 				510px;
	margin: 				0px auto;
	background: 			url(../Images/bg.jpg) no-repeat center center;
	text-align:				center;
}

#nav {
	margin:					0px auto;
	padding-top:			22px;
	font-weight:			bold;
	font-size:				12px;
	width:					100%;
	text-align:				center;
}

#inner {
	padding-top:			165px;
	width:					515px;
	margin:					0px auto;
}

#flash {
	color:					#2177B2;
	position:				relative;
	right:					-105px;
}

#desc {
	color: 					#2177B2;
}

#left {
	float:					left;
	margin-top: 			20px;
}

.clear {
	clear: 					both;
}

#center {
	float:					left;
}

#right {
	float:					left;
}

#show {
	width: 					272px;
	height: 				25px;
	background:				url(../Images/input.jpg) no-repeat center;
	border:					0px solid white;
	padding: 				10px 10px 0px 10px;
	text-align:				center;
	text-transform:			lowercase;
	color:					white;
	font-weight: 			normal;
	font-size: 				12px;
	position: 				relative;
	top: 					-2px;
}

#hidden {
	opacity: 				0;
	filter: 				alpha(opacity=0);
	z-index:				30;
	cursor:					pointer;
	height: 				30px;
}

#hidcont {
	opacity:				0;
	filter:					alpha(opacity=0);
	z-index:				20;
	cursor:					pointer;
	height:					auto;
	position:				relative;
	left:					-262px;
	top:					20px;
}

#moving {
	margin-top:				-10px;
}

#input1 {
	background:				url(../Images/browse.png) no-repeat center top;
	width:					79px;
	height:					31px;
	cursor:					pointer;
}

#input2 {
	background:				url(../Images/upload.png) no-repeat center top;
	width:					93px;
	height:					31px;
	cursor:					pointer;
}

#loading {
	background:				url(../Images/load.png) no-repeat center top;
	width:					172px;
	height:					31px;
	position:				relative;
	top:					-31px;
	margin:					0px auto;
	opacity:				0;
	filter:					alpha(opacity=0);
}

#iframediv {
	display:				none;
	position:				absolute;
	top:					-500px;
	left:					-500px;
}