@charset "utf-8";
/* CSS Document */

#main_bg {
	color: #292929;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main {
	background-image: url(../images/sadEmo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: 62px;
}
.clear {
	clear:both;
}
h1, h2, h3, p, ul, li, img {
	margin: 0px;
	padding: 0px;
	border:0px;
}
.header_text {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4975b;
}
.header_text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	color: #d37525;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.errer_cantent {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.errer_cantent h1 {
	color: #fff;
	font-size: 200px;
	text-stroke: 1px transparent;
	display: block;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	font-style: italic;
}
.errer_cantent h3 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #9f4e09;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
.deshboard_btn {
	width: 200px;
	margin-top: 30px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	border: 2px solid #bf6a00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaae7f', endColorstr = '#da7222');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaae7f', endColorstr = '#da7222')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #eaae7f, #da7222);
	background-image: -ms-linear-gradient(top, #eaae7f, #da7222);
	background-image: -o-linear-gradient(top, #eaae7f, #da7222);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eaae7f), to(#da7222));
	background-image: -webkit-linear-gradient(top, #eaae7f, #da7222);
	background-image: linear-gradient(top, #eaae7f, #da7222);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
}
.deshboard_btn:hover{
	text-align: center;
	border: 2px solid #bf6a00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaae7f', endColorstr = '#da7222');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaae7f', endColorstr = '#da7222')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #da7222,#eaae7f);
	background-image: -ms-linear-gradient(top, #da7222,#eaae7f);
	background-image: -o-linear-gradient(top, #da7222,#eaae7f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#eaae7f), to(#da7222));
	background-image: -webkit-linear-gradient(top, #da7222,#eaae7f);
	background-image: linear-gradient(top, #da7222,#eaae7f);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}

/* added by Ramsandip solanki */

.errer_cantent h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    color: #d37525;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.header_text_logo {
    padding: 0 0 30px;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e4975b;
    text-align: center;
}