@CHARSET "UTF-8";
body {
	margin-top: 0px;
	background: #2a2623;
	font-family: tahoma;
	color: #ffffff;	
}

*:focus {
	outline: none;
}

.clear {
	clear: both;
}

a {
	color: #ff6d00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	overflow: hidden;
	display: block; 
	width: 0px; 
	height: 0px; 
	line-height: 0px; 
	font-size: 0px;
}

div.w {
	margin: auto;
	margin-top: 16px;
	background: #2a2623;
	width: 838px;
	height: 678px;
}

.orange {
	color: #ff6d00;
}

p {
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #414141;
}

b {
	font-size: 14px;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	color: #414141;
}

h4 {
	font-size: 16px;
	color: #414141;
}

	.validateTips {
		text-align: center;
		margin: 0px;
		height: 33px;
		background: #eeeeee;
		padding: 0px;
	}

	label, input {
		display:block;
		margin-left: 3px;
		font-size: 12px;
		color: #666666;
	}
	
	input.text {
		margin-bottom: 3px;
		width:95%;
		padding: 2px;
		font-size: 14px;
		font-weight: bold;
	}
	
	form {
		padding:0;
		border:0;
		margin:0;
	}
	
	fieldset {
		padding:0;
		border:0;
		margin:0;
	}