@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Poppins:wght@100;300;400;500;600&family=Righteous&display=swap");
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
  }
  .heading_bg_right {
	width: 100%;
  }
  #bg_left_container2 {
	width: 650px;
	height: auto;
	padding: 10px 0px 0 3px;
  }
  .heading {
	font-weight: bold;
	padding: 5px 0 0 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
  }
  .title {
	font-weight: bold;
	padding: 10px;
	text-align: left;
	color: #333;
	font-weight: bold;
  }
  
  .post_txt {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 5px 0 5px 5px;
	background-color: #f6f6f6;
  }
  .dd_list {
	border-color: #b1b1b1 #e0e0e0 #e0e0e0 #b1b1b1;
	border-style: solid;
	border-width: 1px;
	color: gray;
	padding: 3px 0 3px 10px;
	width: 200px;
  }
  .reg_text {
	border-color: #b1b1b1 #e0e0e0 #e0e0e0 #b1b1b1;
	border-style: solid;
	border-width: 1px;
	color: gray;
	padding: 3px 0 3px 10px;
	width: 190px;
  }
  .submit_button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(images/submit_btn_green.jpg);
	background-repeat: no-repeat;
	border: none;
	width: auto;
	height: 23px;
	padding: 0 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  