*{
    margin:0px;
    padding:0px;
}
body{
    color:#444444;
    font-size:13px;
    background-image: url(../../images/bg_green.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:bottom left;
	background-color:#b2e5ff; 
    font-family:"Century Gothic", Helvetica, sans-serif;
}
#content{
    margin:15px auto;
    text-align:center;
    width:1000px;
    position:relative;
    height:100%;
}
pre
{
	clear:both;
	padding:5px;
	background:#F99;
	border:#600 1px solid;
	color:#600;
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:1000px;
    overflow:hidden;
}
#steps{
    width:1000px;
	/*height:320px;*/
    overflow:hidden;
}
.step{
    float:left;
    width:1000px;
	/*height:320px;*/
}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#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;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover
{
	background:#e2f8b8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
#navigation ul li.selected a{
    background:#d9d9d9;
    color:#666;
    text-shadow:1px 1px 1px #fff;
	background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(217,217,217)),
        color-stop(0.55, rgb(240,240,240)),
        color-stop(0.78, rgb(217,217,217))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(217,217,217) 9%,
        rgb(240,240,240) 55%,
        rgb(217,217,217) 78%
        )
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:30px;
    height:30px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:30px;
    height:30px;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    width:1000px;
	display:block;
    padding:5px 0px 5px 10px;
    margin:0px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:920px;
    padding:10px;
    margin-left:30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
	overflow:hidden;
}
#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps form input:not([type=radio]),#steps form input:not([type=checkbox]),
#steps form textarea,
#steps form select{
    background:#fff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 250px;
    float:left;
	letter-spacing:1px;
	font-size:1.1em;
}
#steps form input:focus, #steps form textarea:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow: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;
    text-shadow: 0 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#4797ED;
}
#steps form button:hover {
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
label input{width:110px; clear:both; }
.firma
{
	font-size:1.1em;
	color:#333;
	padding-top:15px;
	text-align:center;
}
	.firma a
	{
		color:#F60;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}
		.firma a:hover
		{
			color:#09C;
		}
		
#left{width:50%; float:left; text-align:center}
#right{width:50%; float:right; text-align:center}

span.reference{
            position:fixed;
            left:5px;
            top:5px;
            font-size:10px;
            text-shadow:1px 1px 1px #fff;
        }
        span.reference a{
            color:#555;
            text-decoration:none;
			text-transform:uppercase;
        }
        span.reference a:hover{
            color:#000;
            
        }
        h1{
            color:#069;
            font-size:36px;
            text-shadow:1px 1px 1px #fff;
            padding:20px;
        }
		
		span.wrap { padding: 10px; }
		span.wrap.hotness { margin-left: 30px; }
		span.wrap.old-and-busted { width: 358px; }
		
		span.wrap button { display: block; margin-top: 10px; }
		
		span.wrap label { margin-bottom: 5px; }
		div.preview { float: left; width: 100px; height: 100px; border: 2px dotted #CCCCCC; }
		div.preview.loading { background: url(/images/loading.gif) no-repeat 39px 40px; }
		div.preview.loading img {display: none; }
/*		input#imageUpload { width: 400px; }*/
		div.highlight { margin-bottom: 20px; }
		
		span.wrap form { margin: 0; }
