* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #ffffff url(../img/background.jpg) top repeat-x;
}

img {
	border: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #dedede;
}
#container {
	width: 700px;
	margin: 0 auto;
	background: url(../img/claim-bg.gif) top left repeat-y;
	margin-bottom: 20px;
}
#container h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #4d4d4d;
}

#leftPanel {
	width: 160px;
	float: left;
	padding-bottom: 30px;
}

#navigation {
	width: 160px;
	float: left;
	background-color: #ffffff;
}
#navigation ul {
	list-style: none;
}
#navigation ul.navigation li {
	color: #e11838;
	font-size: 60%;
	height: 34px;
}

/* navigation: step1 */
#navigation ul li.navStep1 {
	width: 160px;
	height: 34px;
	position: relative;
}
#navigation ul li.navStep1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navStep1.gif) 0 0 no-repeat;
}
#navigation ul li.curStep1 span {
	background-position: -160px 0;
}

/* navigation: step2 */
#navigation ul li.navStep2 {
	width: 160px;
	height: 34px;
	position: relative;
}
#navigation ul li.navStep2 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navStep2.gif) 0 0 no-repeat;
}
#navigation ul li.curStep2 span {
	background-position: -160px 0;
}

/* navigation: step3 */
#navigation ul li.navStep3 {
	width: 160px;
	height: 34px;
	position: relative;
}
#navigation ul li.navStep3 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navStep3.gif) 0 0 no-repeat;
}
#navigation ul li.curStep3 span {
	background-position: -160px 0;
}

/* navigation: step4 */
#navigation ul li.navStep4 {
	width: 160px;
	height: 34px;
	position: relative;
}
#navigation ul li.navStep4 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navStep4.gif) 0 0 no-repeat;
}
#navigation ul li.curStep4 span {
	background-position: -160px 0;
}

/* navigation: step5 */
#navigation ul li.navStep5 {
	width: 160px;
	height: 34px;
	position: relative;
}
#navigation ul li.navStep5 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navStep5.gif) 0 0 no-repeat;
}
#navigation ul li.curStep5 span {
	background-position: -160px 0;
}

#navBanner {
	width: 160px;
	height: 100px;
	background-color: #e6e6e6;
	float: left;
}

#header {
	width: 700px;
	height: 121px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
#header h1 {
	width: 700px;
	height: 121px;
	position: relative;
	font-size: 80%;
}
#header h1 span {
	width: 100%;
	height: 100%;
	background-image: url(../img/header.gif);
	position: absolute;
	cursor: hand;
}

#contents {
	width: 515px;
	padding-top: 15px;
	margin-right: 10px;
	float: right;
	margin-bottom: 40px;
}
#contents h2,#contents h3 {
	color: #4d4d4d;
	margin-bottom: 15px;
	border-bottom: 2px solid #ef4136;
}
#contents p {
	color: #7f7f7f;
	margin-bottom: 10px;
	font-size: 90%;
}
#contents p.buttonrow {
	float: right;
}
#contents a {
	color: #000000;
	text-decoration: underline;
}
#contents a:hover {
	color: #7f7f7f;
}
#contents ul {
	margin-left: 20px;
}
#contents ul li {
	color: #7f7f7f;
	font-size: 90%;
	margin-bottom: 2px;
}
#contents ol li {
	color: #7f7f7f;
	font-size: 90%;
	margin-bottom: 2px;
	margin-left: 30px;
}

#contents form {
}

#contents form div.formrow1 {
	display: block;
	float: left;
	clear: left;
	width: 515px;
	margin-bottom: 5px;
}
.formrow,formrow4 {
	margin-bottom: 10px;
}
.formrow2,.formrow2full,.formrow3 {
	margin-bottom: 5px;
}
.formrow2,.formrow3 {
	width: 249px;
	float: left;
}

#contents form div.formrow1 label {
	color: #737373;
	float: left;
	width: 450px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.formrow2full label {
	color: #737373;
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.formrow3 label {
	color: #737373;
	font-size: 0.7em;
	text-align: right;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.formrow4 label {
	color: #737373;
	font-size: 0.7em;
	text-align: right;
	float: left;
	width: 250px;
	margin-right: 10px;
}

#contents form label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 80%;
}
#contents form label.long {
	width: 400px;
}

#contents #step1-form label{
	width:400px;	
}

#contents form select {
	padding: 2px;
	margin-bottom: 7px;
	font-size: 80%;
}
#contents form select.products {
	width: 300px;
}
#contents form input[type~="radio"] {
	margin-bottom: 7px;
}
#contents form input[type~="text"] {
	border: 1px solid #7f7f7f;
	padding: 2px;
	margin-bottom: 7px;
	font-size: 80%;
	width: 300px;
}
#contents form textarea {
	border: 1px solid #7f7f7f;
}

#contents ul.courier {
	margin-bottom: 20px;
}

#contents ul.how {
	margin-bottom: 20px;
}

#contents ol li ul {
	margin-left: 0;
	list-style-type: square;
}
#contents ol li ul li {
	font-size: 100%;
}

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}
#foot {
	width: 720px;
	margin: 0 auto;
	padding-top: 15px;
}
#foot p {
	color: #737373;
	font-size: 80%;
}
#foot a {
	color: #737373;
	text-decoration: none;
}

/******************************************/
/* general
/******************************************/
.clearboth {
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.footnote {
	font-size: 80%;
}
.errors {
	background-color: #ff4040;
}
.errormsg {
	color: #ff0000;
	font-weight: bold;
}
