html,body{
	font-family: sans-serif,arial,verdana;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(2deg, #2b3990, #c73562);
}
.ccnt{
    background-color: #ddd;
	overflow: hidden;
	padding:15px 0px 0px 0px;
}
.ccnt .ched{
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	font-family: inherit;
	border-bottom: 1px solid #ccc;
}
.ccnt .ched .cntpic img{
	margin-top: 4%;
	margin-bottom: 15%;
}
.ccnt .contentcnt .header{
	margin-top: 15px;
	text-align: center;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	font-family: inherit;
	font-size: 14pt;
	font-weight: 600;
	color: #222;
	text-decoration: underline;
}
.ccnt .contentcnt{
	overflow: hidden;
	padding-bottom: 20px;
}
.ccnt .contentcnt .content{
	margin-top: 10px;
	border-radius: 3px;
	padding: 0px 20px 0px 20px !important;
	overflow: hidden;
	font-family: inherit;
	font-size: 8pt !important;
	font-weight: 600;
	color: #222;
}
.ccnt .contentcnt .content .footer{
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.ccnt .contentcnt .content input{
	border: 1px solid #006600;
	outline: none !important;
	font-family: inherit;
	font-size: 10pt;
	font-weight: normal;
}
.ccnt .contentcnt .content input:focus{
	outline: none !important;
}
.ccnt .contentcnt .content textarea{
	border: 1px solid #006600;
	outline: none;
	font-family: inherit;
	font-size: 10pt;
	font-weight: normal;
}
.ccnt .contentcnt .content textarea.t1{
	border: 1px solid #006600;
	outline: none;
	font-family: inherit;
	font-size: 10pt;
	font-weight: normal;
	resize: none;
	min-height: 130px;
	overflow: auto;
}
.ccnt .contentcnt .content .help-tag{
	font-family: inherit;
	font-size: 9pt;
	font-style: italic;
	color: #990000;
	background-color: #ffffcc;
}
.cbox{
	overflow: hidden;
}
.cbox img{
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.ctbox{
	text-align: center;
	overflow: hidden;
}
.cbox a{
	text-decoration: none;
	font-family: inherit;
	font-size: 11pt;
	font-weight: 600;
	color: #009900;
}
.cbox a:hover{
	text-decoration: none;
	cursor: pointer;
}
.ctbox input{
	width: 120px;
	padding: 5px 5px 5px 5px;
	font-family: inherit;
	font-size: 10pt;
	border-radius: 3px;
}
.error{
	font-family: inherit;
	font-size: 9pt;
	color: #dd0000;
	font-weight: normal;
}
.sbparent{
	padding: 0px 0px 0px 0px;
}
.sbheader{
	overflow: hidden;
	padding: 10px 15px 10px 15px;
	font-family: inherit;
	font-size: 9pt;
	font-weight: 600;
	color: #cc0000;
	margin-top: 30px;
}
.sbcontent{
	overflow: hidden;
	padding: 10px 3px 10px 3px;
	font-family: inherit;
	font-size: 8pt;
	color: #333;
	margin-top: 10px;
}
.sbcontent ul{
	padding: 0px 10px 0px 25px;
}
.sbcontent ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.sbparent1{
	padding: 0px 0px 0px 0px;
}
.sbheader1{
	overflow: hidden;
	padding: 10px 0px 10px 15px;
	font-family: inherit;
	font-size: 9pt;
	font-weight: 600;
	color: #cc0000;
	margin-top: 30px;
}
.sbcontent1{
	overflow: hidden;
	padding: 10px 3px 10px 3px;
	font-family: inherit;
	font-size: 8pt;
	color: #333;
	margin-top: 10px;
}
.sbcontent1 ul{
	padding: 0px 10px 0px 10px;
}
.sbcontent1 ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
@media screen and (max-width: 780px){
	.sbcontent{
		padding: 10px 20px 10px 0px;
	}
	.sbcontent1{
		padding: 10px 10px 10px 20px;
	}
}