@charset "utf-8";
/***********ERROR (suchithra)*********/

label.error
{
	/* background-color:#e84c3d; 
            padding: 4px 8px;  */

	color:#e84c3d;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
width:100%;
float:left;
margin: 5px 0;
}


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/loading.GIF') 50% 50% no-repeat rgb(249,249,249);
}
.loading-img {
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}


.musicname {
text-transform: capitalize;
}

#fwslider .title a{
color: #ffffff;
}
.mgnB20input{
margin-bottom:20px !important;
}