
body{
	background:#111;
	color:#cccc;
}
.footer {
    position: relative;
	background: black;
}
/***header area***/
.topheadertxt {
        background-color: rgba(191, 161, 46, 1);/* #cc191f;*/
    padding: 10px 0;
    margin: 6px 0;
    font-size: 1.7em;
    color: black;/*#fcf900;*/
    font-weight: Normal;
    line-height: 1.2em
}
.toggle-content {
    display: block;
    padding: 30px;
    background-color: #4d4d4d;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
}
.logoinbox{
	margin-top:10px;
}
.responsmsgtxt{
	padding: 0.5em 0;
    color: #F44336;
    background: white;
	margin-bottom:0.2em;
}