/* CSS Document */
#wizard {height:90px;}
.wizard dl { 
	margin:5px 0 2px 0;
}
.selected img, .normal img, .wizdone img { margin-bottom:3px;}
.wizard .normal a, .wizard .selected a, .wizard .wizdone a{ 
    text-decoration: none;
 }
.wizard .normal a:hover, .wizard .selected a:hover, .wizard .wizdone a:hover{ 
    text-decoration:underline;
 }
.wizard dt{
	font-family: Arial;
    text-align:center;
	float:left;
	display: block;
}
.wizard .normal {
    width:90px;
	height:55px;
	/*display: block;*/
	margin:0 5px;
	padding: 5px 0px 5px 0px;
	/*background:#e0e1e1 url(../images-dt/wizard-normal.gif) top repeat-x;
	border:1px solid #dddede;*/

}
.wizard .normalLast{
        /*width:99px;
        width:117px;
	height:55px;*/
        height:108px;
	display: block;
	margin:0 5px;
	padding: 5px 0px -2px 3px;
	/*background:#e0e1e1 url(../images-dt/wizard-normal.gif) top repeat-x;
	border:1px solid #dddede;*/
}
.wizard .wizdone {
    width:70px;
	height:55px;
	display: block;
	margin:0 5px;
	padding: 5px 10px;
	background: url(../images-dt/wizard-done.gif) top repeat-x;
	border:1px solid #becf7f;

}
.wizard .selected {
   /* width:70px;*/
        width:102px;
	/*height:55px;*/
        height:84px;
	display: block;
	margin:0 3px;
	padding: 5px 0px 5px 0px;
	/*border:1px solid #9dcdd9;
	background:#b2dce5 url(../images-dt/wizard-selected.gif) top repeat-x;*/
}

.wizard .selected5 {
   /* width:70px;*/
        width:101px;
	/*height:55px;*/
        height:84px;
	display: block;
	margin:0 3px;
	padding: 5px 0px 5px 0px;
	/*border:1px solid #9dcdd9;
	background:#b2dce5 url(../images-dt/wizard-selected.gif) top repeat-x;*/
}
.wizard div{
	color:#4d4f5a;
	font-size:1.1em;
	

}
.wizard .normal p, .wizard .wizdone p{
    font-size:1.1em;
	margin-top:5px;
}
.selected div{
	color:#000;
    font-size:1.1em;
}
.wizard .selected p{
    color:#000;
	font-size:1.1em;
	margin-top:5px;
}
.wizarrow-active {
	background:url(../images-dt/icons/arrow-active.gif) center no-repeat;
	height:65px;
	width:13px;
}
.wizarrow {
	background:url(../images-dt/icons/arrow-normal.gif) center no-repeat;
	height:65px;
	width:13px;
	display: block;
}
input,select,textarea {
    outline:none;
}
