.clear{
clear:both;
}
.header{
	background: #fff;
    height: auto;
}
.border{
	border:0px solid red;
}
.loginhead{
	border:0px solid red;width:100%;padding:10px 0px;text-align:center;color:white;font-size:18px;background:#9A7B4F;
}
/*.loginftr{
	height:35px;width:100%;background:url('../images/textfooter.png') repeat-x;padding:0px 0px;text-align:center;color:white;font-size:18px;
}*/
.formcen{
	/*background:rgb(234,241,250);*/height:auto;padding:20px;border:1px solid grey;background:#DBDBDB;
}
.center{
	background:white;padding:50px 0px;
}
.footertext{
	text-align:center;padding:10px 5px 5px 5px;color:white;font-size:14px;
}
.menu{
	width:80%;margin:0px auto;float:left;
}
.menu li{
	display:inline-block;text-decoration:none;margin:0px 5px;padding:10px;border:1px solid white;
}
.menu li:hover{
	background:#DBDBDB;color:#000066;border:1px solid #000066;
}
.menu li a{
	color:white;text-decoration:none;
}
.menu li a:hover{
	color:#000066;
}
.dashinfopage{
background:#C1CDCD;padding:3px;font-size:18px;
}
.move{
    padding: 8px 5px;border-bottom:2px solid #000066;margin:0px 2px;
}
.move marquee{
    font-size:16px;
}
.menuright{
    float:left;
}
.menuright li{
    display: inline-block;text-decoration: none;margin:5px 10px 0px 10px;text-decoration:none;
}
.menuright li a{
 color:white;text-decoration:none;
}
.footerlink{
   width:120px;height:120px;border-radius: 50%;border:1px solid black;float:left;margin:2px 8px;padding:10px;
}
.footerlink a img:hover{
 transform: rotateY(360deg);
transition:2s;
}
.linkimage{border-radius: 50%;width:100px;height:100px;}
.footerback{
    background:url('../images/footer-link.png') repeat-x;height:auto;padding: 12px;
}
/*multistep form-*/


/* Above line is to import google font style */

#progressbar{
margin:0;
padding:0;
font-size:18px;cursor:pointer;padding: 5px 0px;background: #AC7F24;color:white;
}
#progressbar li
{
    padding:0px 10px;
border-right:1px solid white;
display:inline;
text-align:center;
}
.active{
color:#104E8B;
}
fieldset{
display:none;

padding:10px;
margin-top:10px;

box-shadow: 3px 3px 25px 1px gray;
}
#first{
display:block;
padding:10px;
margin-top:10px;
box-shadow: 3px 3px 25px 1px gray;
}
.title{
    text-align:center;font-size:18px;font-weight: bold;
}   
.next_btn{
    margin:20px 0% 50px 0%;
}
.pre_btn{
    margin:20px 0% 50px 40%;
}

input[type=text],
input[type=password],
select{
width:100%;
height:40px;
padding:5px;
border: 3px solid rgb(236, 176, 220);
border-radius: 4px;
}
.inbox_css{
    margin:0px;padding:0px;
}
.inbox_css li{
    text-align:center;text-decoration: none;list-style:none;padding:5px 10px;margin:2px 0px;background:#96CDCD;display:inline-block;
}
.inbox_css li a{
color:#000066;text-decoration: none;
}