#content{
    margin:15px 80px;
    text-align:center;
    width:700px;
    position:relative;
    height:100%;
	float:left;
	display:block;
	font-size:14px;
}
#wrapper{
    border-radius:10px;
    behavior:url(PIE.htc);
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:700px;
    overflow:hidden;
	position:relative;
	margin-left:70px;
}
#steps{
    width:700px;
	/*height:320px;*/
    overflow:hidden;
}
.step{
    float:left;
    width:700px;
	/*height:320px;*/
}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    behavior:url(PIE.htc);
	position:relative;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
}
span.checked{
    background:transparent url(../img/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../img/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    font-weight:bold;
    float:left;
    width:690px;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form li, #ruta{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:550px;
    padding:10px;
    margin-left:65px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	behavior:url(PIE.htc);
	position:relative;

}
label.form_field{
    width:200px;
    float:left;
    margin-right:15px;
    line-height:26px;
    color:#666;
    font-weight:bold;
	text-align:left;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 300px;
    float:left;
}
#steps form input:focus{
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
}
#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    font-weight:bold;
	font-family:'PetitaMediumRegular', Tahoma, Geneva, sans-serif;
    font-size:22px;
    background: #060;
	    behavior:url(PIE.htc);
	position:relative;
}
#steps form button:hover {
    background: #3C0;
}
#steps .form_required {
    color: #f4f4f4;
    margin-right: 8px;
    float: right;
}
#registerButton{
    background-color: green!important;
    color: white;
    font-size: 20px;
    float: none!important;
    margin:0 auto;
}
.textofinal{    width: 80%;
    padding: 10px;
    display: block;
    margin: 10px auto;}