@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:10px auto;
	text-align:center;
	font-size:76.1%;
	}
	
* {margin:0;padding:0;}

h1 {
	color:#000066;
	font-size:2.75em;
	margin-bottom:0.25em;
	font-weight:normal;
	}
	
h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#666666;
	margin-bottom:0.5em;
	}

p {
	font-size:1em;
	margin-bottom:0.5em;
	color:#666666;
	}
	
ol {
	margin-left:25px;
	margin-bottom:15px;
	color:#666666;
	}

ol ol {
	list-style-type:lower-roman;
	}
	
#error {
	color:#FF0000;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:7px;
	display:block;
	border:1px solid #FF0000;
	background-color:#FFFFCC;
	margin-top:8px;
	}
	
#textbox{
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
	padding:7px 0px;
	margin-left:15em;
	}

.line {
	display:block;
	border-bottom:4px solid #e2e3e4;
	}
	
.clearer {
	clear:both;
	}

#container {
	width:770px;
	text-align:left;
	margin:auto;
	}

#offer {
	float:left;
	display:inline;
	width:330px;
	margin-bottom:10px;
	}

#banner {
	float:left;
	display:inline;
	width:420px;
	margin-left:20px;
	text-align:right;
	}
	
#steps {
	margin:20px 0px;
	display:block;
	}
	
.step, .step-active {
	float:left;
	display:inline;
	width:21%;
	background-color:#e2e3e4;
	color:#999999;
	padding:3px 2px;
	
	}
.step-active {
	background-color:#000066;
	color:#FFFFFF;
	}
	
.arrow-active {
	float:left;
	border-width:10px;
	border-style:solid;
	width:0px;
	height:0px;
	line-height:0px;
	border-color:white white white #000066 ;
	display:inline;
	margin-right:1%;
	}
	
.arrow {
	float:left;
	border-width:10px;
	border-style:solid;
	width:0px;
	height:0px;
	line-height:0px;
	border-color:white white white #e2e3e4 ;
	display:inline;
	margin-right:1%;
	}
	
#intro {
	margin:25px 0px;
	}

#form {}

fieldset {  
	border:none;
	margin:15px 0px;
	}
legend { 
	color: #000000;  
	font-weight: bold;
	font-size:1.5em;
	}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
	}
fieldset li {  
	padding-bottom: 1em;
	}
fieldset.submit {  
	border-style: none;
	}
label {  
	float: left;  
	width: 15em;  
	margin-right: 1em;
	text-align:right;
	}
textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}

#footer {}