body{
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #40474F;
line-height: 16px;
}

.login{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #0069BB;
font-weight: bold;
}

.text_field{
background-color:#ffffff;
border: 1px solid #C6CBD1;
}

.list_bullet{
list-style-image: url(images/t10t_bullet.gif);
}


.copyright{
font-family: Arial, Helvetica, sans-serif;
color: #7F878A;
font-size: 11px;
}

.steps{
font-family: Arial, Helvetica, sans-serif;
color: #0069BB;
size: 13px;
}

.steps1{
font-family: Arial, Helvetica, sans-serif;
color: red;
size: 13px;
}

.scroll{
scrollbar-face-color: #ffffff;
border: 1px solid #909499;
scrollbar-darkshadow-color: #ffffff;
scrollbar-arrow-color: #909499;
scrollbar-track-broder: #909499; 
}


/*-----------------------css for footer navigation ---------------------------*/


.footer_nav{
font-family: Arial, Helvetica, sans-serif;
color: #2F6A95;
font-size: 11px;
text-decoration: none;
}

.footer_nav a:link{
font-family: Arial, Helvetica, sans-serif;
color: #2F6A95;
font-size: 11px;
text-decoration: none;
}

.footer_nav a:visited{
font-family: Arial, Helvetica, sans-serif;
color: #2F6A95;
font-size: 11px;
text-decoration: none;
}

.footer_nav a:hover{
font-family: Arial, Helvetica, sans-serif;
color: #2F6A95;
font-size: 11px;
text-decoration: underline;
}

.footer_nav a:active{
font-family: Arial, Helvetica, sans-serif;
color: #2F6A95;
font-size: 11px;
text-decoration: none;
}

.header {
	padding:25px;
	padding-bottom:0;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#d5d9df",GradientType=1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	margin:15px;
	margin-bottom:5px;

}

.footer {
	background: rgb(252,252,252);
	background: -moz-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#d5d9df",GradientType=1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	margin:15px;
}

.shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.grdnt {
	padding:15px;
	margin-left:15px;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(213,217,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#d5d9df",GradientType=1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.header h1 {
	color: #0069BB;
	font-size:18px;
	float:right;
	padding-top:10px;
}

.blue {
	color: #0069BB;
}

.abutton {
  cursor: pointer;
  color:#fff;
  background:#0069BB;     /* CHANGE ONLY THIS ONE AND SEE IT HAPPEN ;) */
  padding:10px 15px 10px 45px;
  border-radius:4px;
  /* Do not edit below */
  border:0;
  position:relative;
  overflow:hidden;
  text-decoration: none;
  font-weight: bold;

}
.abutton:before{
  background: rgba(0,0,0,0.2);
  padding:9px 11px;
  content:'\25ba'; /* \25bc \25be */
  /* Do not edit below */
  position:absolute;
  left:0;
  top:0;
}

/*--------------------------css for footer navigation ends here-------------------------------------*/
