body{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
	margin:0px;
	background:#f4f4f4 url(../img/bg.gif) repeat top left;
}
#msg{
    
    margin: auto;
    width: 400px;
    padding: 10px;
    margin-top: 30px;
    color: #900;
  
}
a {
  text-decoration: none;  
}
a:hover {
    text-decoration: underline;
    color: #E17009 !important;
}
a:active, a:link, a:visited{
    color: #666;
	
}
.ajax-loader,
.input-loader,
.section-loader {
	background: url(../img/ajax-loader.gif) no-repeat center center #FFF;
}

.ajax-loader {
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1060;
	opacity: 0.6;
}

.input-loader {
	background-position: right center;
	background-size: contain;
	z-index: 1060;
}

.section-loader {
	position: absolute;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1060;
	opacity: 0.6;
}