* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 1100px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 500px;
}

#content {
	float: left;
	width: 580px;
	margin-left: 10px;
}
#content h1 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50px;
	margin-top: 35px;
}
#content h2 {
	text-align: center;
	margin-bottom: 1em;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	line-height: 30px;
}
.red {
	color: #C00;
}

#content p {
	margin-bottom: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	word-spacing: 2px;
	color: #666;
}
#content h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-indent: 20px;
	margin-bottom: 0.7em;
	color: #333;
}
#content form {
	margin-left: 70px;
}

#content form label {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	word-spacing: 2px;
	color: #333;
}
#content form select {
	display: block;
	border: 1px solid #CCC;
	width: 360px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	margin-top: 7px;
}
.steps .submit-button {
	border: 0 none;
	display: block;
	height: 70px;
	width: 350px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(but_p2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 14px;
	margin-bottom: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	color: #f5d0a6;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	line-height: 70px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.steps .submit-button a {
	text-decoration: none;
	color: #f5d0a6;
}

.steps .submit-button:hover {
	background-position: 0 -70px;
}
.steps .continue-button {
	border: 0 none;
	display: block;
	height: 70px;
	width: 350px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(but_p2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 70px;
	color: #f5d0a6;
	text-align: center;
}
.steps .continue-button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	text-shadow: 0 1px #FAF562;
}
.steps .continue-button:hover {
	background-position: 0 -70px;
}
.step-1 {
	margin-top: 20px;
}







.step-2 {
    display: none;
}
#content .tdtx {
	font-family: Tahoma, Geneva, sans-serif;
	word-spacing: 2px;
	height: 60px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333;
}
