*{
    margin:0px;
    padding:0px;
}
fbody{
    color:#444444;
    font-size:13px;
    background: #f2f2f2;

}
#content{
    margin:1px auto;
    text-align:center;
    width:610px;
    position:relative;
    height:100%;
}
#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:610px;
    overflow:hidden;
}
#steps{
    width:620px;
	/*height:320px;*/
    overflow:hidden;
}
.step{
    float:left;
    width:620px;
	/*height:320px;*/
}
#navigation{
	height:45px;
    background-color: #E6E6F0;
    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;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:25px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
	width:180px;
}
#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,
#navigation ul li.selected a{
    background: #C1C1C1;
    color: #111F82;
    text-shadow:1px 1px 1px #fff;
}
/*span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/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: center;
    background-color:#00527a;
    color: #fff;
    font-size:18px;
    float:left;
    width:600px;
    padding:5px 0px 10px 10px;
    margin:15px 0px 45px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:410px;
    padding:10px;
    margin-left:85px;
    -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;
}
#steps form p2{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:410px;
    padding:10px;
    margin-left:85px;
    -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;
	text-align:left;
}
#steps form p3{
    float:left;
    clear:both;
    margin:2px 0px;
    background-color: #F8F8F8;
    border:1px solid #fff;
    width:420px;
	height:46px;
    padding:5px;
    margin-left:85px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 2px #aaa;
    box-shadow:0px 0px 2px #aaa;
	line-height:42px;
	text-align:left;
}
#steps form h8{
	color:#AE0000;
	font-weight:bold;
}
#steps form h9{
	color: #F00;
	text-decoration: underline;
	font-style: italic;
}
#steps form p label{
    width:100px;
    float:left;
    text-align:left;
    margin-right:25px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#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: 200px;
    float:left;
}
#steps form input: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 {
	height:33px;
	width:80px;
	border:none;
	outline:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 3px 50px auto;
    clear:both;
    padding: 0px 10px;
    text-shadow: 0 1px 1px #777;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:14px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background: #00527a;

}
#steps form button:hover {
    background: #3259B6;
    color: #FFF;
    text-shadow:1px 1px 1px #fff;
}

.list_01 {
	margin: 5px 0 5px 30px;
	padding: 0px;
	list-style:inside;
}

.list_01 li {
	padding: 0px;
	margin: 0 0 5px 0;
	color: #009;
	text-align:left;
	font-size:13px;
}


.margin_right_40 { margin-right: 60px;
margin-top:6px; }
.fr { float: right }
.fl { float: left; }
.section_forgetpass{
	width:150px;
}
.section_Button_without_padding {
	width: 350px;
}
	.section_forgetpass a {
		text-decoration:none;
		color: #06F;
		margin-left:20px;
	 
	}
	.section_forgetpass a:hover {
		text-decoration:none;
		color: #00C;
	}