/*....css.....*/

body{
	margin:0;
	padding:0;
	width:100%;
	background-color:#eaeaea;
	font-family:Arial;
	font-size:12px;
}
div,ul{
display:block;
margin:0px;
padding:0px;
border:none;
}
img{
	border:0;
}
p,a,label{
	font-size:14px;
}
h1,h2,h3,h4,p,span{
	margin:0;
}
a{
  text-decoration:none;
}
ul{
	list-style:none;
}
marquee{
	height:88%;
	overflow:hidden;
}
/* ....................header.................. */
.total_page{
	width:100%;
	display:block;
	border-top:4px solid #0090ba;
}
.header{
	width:100%;
	display:table;
	padding: 20px 0 30px;
	background:url(../images/header_shadow.png) repeat-x 0 bottom;
	background-color:#fff;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.header_lft{
	width:60%;
	display:block;
	float:left;
}
.header_rgt{
	width:37%;
	display:block;
	float:right;
	margin-top: 13px;
}
.header_lft .logo{
	display:table;
	width:100%;
}
.header_lft .logo img{
	display:block;
	float:left;
	width:70px;
}
.header_lft .logo span{
	display:block;
	float:left;
	width:80%;
	margin:0px 0 0 20px;
}
.header_lft .logo span h2{
	display:block;
	float:left;
	color:#0090ba;
	font-size:21px;
	font-weight:bold;
	width:100%;
}
.header_lft .logo span p{
	display:block;
	float:left;
	color:#282828;
	font-size:14px;
	margin-top:5px;
}
.header_rgt .user_inp{
	width:119px;
	height:29px;
	display:block;
	float:left;
	background:url(../images/user_inp.png) no-repeat 0 0;
	border:0;
	border-radius:6px;
	margin-left:12px;
	padding:0 6px;
	line-height: 29px;
	
}
.header_rgt_input{
	display:block;
	float:left;
	width:100%;
	text-align:right;
}
.header_rgt_input label{
	color:#ff0000;
	font-size:12px;
	margin:4px 0 0 12px;
	float:left;
	display:block;
}
.header_rgt .user_btn{
	width:72px;
	height:29px;
	display:block;
	float:right;
	background:url(../images/log_btn.png) no-repeat 0 0;
	border:0;
	margin-right:0px;
	color:#fff;
	cursor:pointer;	
	text-align:center;
}
.header_rgt_forgot{
	width:100%;
	display:block;
	float:left;
	margin-top:10px;
}
.header_rgt_forgot a{
	width:auto;
	display:block;
	float:left;
	margin-left:14px;
	color:#5e5e5e;
	font-size:13px;
}
.header_rgt_forgot a:hover{
	color:#c90b00;
}
/* ....................header end.................. */

/* ....................content left sec.................. */
.main_content_sec{
	display:table;
	width:100%;
	background-color:#eaeaea;
	padding:25px 0;
}
.main_lft_sec{
	display:block;
	float:left;
	width:62%;
}
.main_lft_sec .title_sec{
	display:block;
	float:left;
	width:100%;
	height:43px;
	color:#fff;
	font-size:18px;
	/* padding:0 2%; */
}
.main_lft_sec .title_sec .title_sec_lft{
	display:block;
	float:left;
	width:11px;
	height:43px;
	background:url(../images/title_lft.png) no-repeat left 0;
}
.main_lft_sec .title_sec .title_sec_mid{
	background: url(../images/title_mid.png) repeat-x 0 0;
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;
    width: 96.3%;
}
.main_lft_sec .title_sec .title_sec_rgt{
	display:block;
	float:left;
	width:11px;
	height:43px;
	background:url(../images/title_rgt.png) no-repeat right 0;
}

.main_lft_sec .notice_sec{
	display:block;
	float:left;
	width:96%;
	background-color:#fff;
	border-radius:0 0 10px 10px ;
	color:#000;
	font-size:14px;
	padding:2%;
	height:395px;
    overflow-y: auto;
	position:relative;
}

.main_lft_sec .notice_sec p{
	margin-bottom:10px;
	line-height:20px;
}
.notice_board_sec{
    color: #fff;
    display: inline-block;
    font-size: 17px;
    left: 0;
    margin-left: -2.1%;
    margin-top: -2.1%;
	text-align:center;
    top: 0;
    width: 190px;
	height:37px;
	line-height:37px;
	margin-bottom:10px;
	background:url(../images/notice_bg.png) no-repeat 0 0;
}
/* ....................content left sec end.................. */


/* ....................content right sec.................. */
.main_rgt_sec{
	width:35%;
	display:block;
	float:right;
}
.main_rgt_sec .main_rgt_sec_top{
	width:100%;
	display:block;
	float:left;
}
.main_rgt_sec_top ul{
	width:100%;
	display:block;
	float:left;
}
.main_rgt_sec_top ul li{
	width:100%;
	display:block;
	float:left;
	margin-top:6px;
}

.main_rgt_sec_top ul li:first-child{
	margin-top:0;
}
.main_rgt_sec_top ul li a{
	width:100%;
	display:block;
	float:left;
	border-radius:10px;
	line-height:43px;
	background:url(../images/link_right.png) no-repeat right 0;
	cursor:pointer;
	background-color:#fff;
}

.main_rgt_sec_top ul li a img{
	display:block;
	float:left;
	width:auto;
}
.main_rgt_sec_top ul li a span{
	display:block;
	float:left;
	background-color:#fff;
	color:#bf0b00;
	font-size:15px;
	font-family:Arial;
	width:81%;
	padding-left: 2%;
}
.main_rgt_sec_top ul li a.active,
.main_rgt_sec_top ul li a:hover{
	background-position: right -43px;
}
.main_rgt_sec_top ul li a.active span,
.main_rgt_sec_top ul li a:hover span{
	background-color:#000;
	color:#fff;
}
.main_rgt_sec_mid{
	width:100%;
	display:block;
	margin-top:26px;
	float: left;
}
.main_rgt_sec_mid .title_sec{
	display:block;
	float:left;
	width:100%;
	color:#fff;
	font-size:18px;
}
.main_rgt_sec_mid .title_sec .title_sec_lft{
	display:block;
	float:left;
	width:11px;
	height:43px;
	background:url(../images/title_lft.png) no-repeat left 0;
}
.main_rgt_sec_mid .title_sec .title_sec_mid{
	background: url(../images/title_mid.png) repeat-x 0 0;
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;
    width: 93.7%;
}
.main_rgt_sec_mid .title_sec .title_sec_rgt{
	display:block;
	float:left;
	width:11px;
	height:43px;
	background:url(../images/title_rgt.png) no-repeat right 0;
}
.regis_btn
{
  background: url(../images/registration_icon.png) no-repeat left 0;
  border: 0;
  font-size: 17px;
  width: 97%;
  text-align: left;
  padding: 13px 7px 10px 56px;
  color: #bf0b00;
  cursor: pointer; 
  font-weight:bold;     
}
.main_rgt_sec_top ul li a:hover .regis_btn
{
    color:#fff;    
}
.main_rgt_sec_top ul li a:hover
{
    background-color:#000;   
}



.bottom_sec_get{
	display: block;
	float: left;
	width: 94%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	color: #000;
	font-size: 14px;
	padding: 3%;
}
.bottom_sec_get h3{
	display: block;
	float: left;
	width: 100%;
	font-size:15px;
}
.bottom_sec_get p{
	display: block;
	float: left;
	width: 100%;
	margin-top:10px;
	line-height:20px;
}
.bottom_sec_get p a{
	color:#bf0b00;
}
.bottom_sec_get p a:hover{
	text-decoration:underline;
}
.bottom_sec_get h4{
	display: block;
	float: left;
	width: 100%;
	font-size:15px;
	COLOR:#bf0b00;
}
.footer{
	display: block;
	float: left;
	width: 100%;
	background-color:#0090ba;
	text-align:center;
	color:#fff;
	padding:10px 0;
	font-size:15px;
}

/* ........................registration_page........................ */

.inner_main_title_sec{
	display: block;
	float: left;
	width: 100%;
	height: 43px;
	color: #fff;
	font-size: 18px;
}
.inner_main_title_sec .title_sec_lft {
	display: block;
	float: left;
	width: 11px;
	height: 43px;
	background: url(../images/title_lft.png) no-repeat left 0;
}
.inner_main_title_sec .title_sec_mid {
	background: url(../images/title_mid.png) repeat-x 0 0;
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	width: 97.7%;
	text-transform:uppercase;
}
.inner_main_title_sec .title_sec_rgt {
	display: block;
	float: left;
	width: 11px;
	height: 43px;
	background: url(../images/title_rgt.png) no-repeat right 0;
}
table{
	border-spacing:0;
}
table tr td{
	padding:8px;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
.ack_table tr td{
	border-bottom:0;
}
table tr td.bg_colr_subtitle{
	background-color:#0090ba;
	color:#fff;
}
table tr td.align_rgt{
	text-align:right;
}
table tr td.align_center{
	text-align:center;
}
table tr td table tr td{
	border:0;
}
table tr td.tol_title_td{
	background-color:transparent;
	padding:0;
}
table tr td.bg_colr{
	background-color:#ddd;
	color:#0090ba;
	font-weight:bold;
}
table tr td.brdr-rgt{
	border-right:1px solid #fff;
} /* 
table tr:nth-child(even) {background: #c9d7e2}
table tr:nth-child(odd) {background: #E6F0F0} */

table tr td textarea,
table tr td select,
table tr td input{
	padding:6px 4px;
	border-radius:6px;
	border:1px solid #ddd;
}
table tr td textarea
{
    resize:none;    
}
.reg_confarm_sec tr td select,
.reg_confarm_sec tr td input{
	padding:4px;
	border-radius:6px;
	border:1px solid #ddd;
	background-color:#fff;
}
.reg_confarm_sec tr td.bg_colr_subtitle {
    background-color: #ccc;
    color: #000;
    padding: 8px;
}
.all_btn{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 72px;
	display: block;
	float: left;
	background: url(../images/log_btn.png) no-repeat 0 0;
	margin-right: 0px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	height:29px;
}

.dwn_btn
{
   background: url(../images/dwnld_chln.png) no-repeat 0 0;
   width: 142px;
}

.all_btn_lft
{
    margin-left:10px;
}
.big_all_btn{
	background: url(../images/big_log_btn.png) no-repeat 0 0;
	width:82px;	
}
.all_btn_rgt{
	float: right;
}
.error_msg_all{
	color:#ff0000;
}
.error_msg_all_yes
{
    color: #009933;
}
.inner_user_btn{
	margin-top:30px;
}


.big_all_btn{
	background: url(../images/big_log_btn.png) no-repeat 0 0;
	width:96px;	
}
.lod_detail_page{
	padding:100px 0;
}
.link_btn{
 width:auto;
 display:inline-block;
 float:none; 
}
.link_btn .btn_lft{
 display:block;
 float:left; 
 background:url(../images/log_btn_all.png) no-repeat 0 0;
 width:7px;
 height:29px;
}
.link_btn .btn_mid{
 width:auto;
 display:block;
 float:left; 
 background:url(../images/log_btn_all.png) repeat-x 0 -29px;
 width:auto;
 height:29px;
 line-height:29px;
 color:#fff;
 font-size:12px;
 padding:0 4px;
}
.link_btn .btn_rgt{
 width:auto;
 display:block;
 float:left; 
 background:url(../images/log_btn_all.png) no-repeat 0 -58px;
 width:7px;
 height:29px;
}
.margn-lft{
 margin-left:10px;
}

/* ..............Master page section................. */

.masterpage_left{
	width:32%;
}
.masterpage_left .masterpage_left_top {
width: 100%;
display: block;
float: left;
}
.masterpage_right{
	width:65%;
}
.masterpage_right .title_sec {
display: block;
float: left;
width: 100%;
height: 43px;
color: #fff;
font-size: 18px;
/* padding: 0 2%; */
}
.masterpage_right .title_sec .title_sec_lft {
display: block;
float: left;
width: 11px;
height: 43px;
background: url(../images/title_lft.png) no-repeat left 0;
}
.masterpage_right .title_sec .title_sec_mid {
background: url(../images/title_mid.png) repeat-x 0 0;
display: block;
float: left;
height: 43px;
line-height: 43px;
width: 96.5%;
text-align: left;
}
.masterpage_right .title_sec .title_sec_rgt {
background: url(../images/title_rgt.png) no-repeat right 0;
display: block;
float: left;
height: 43px;
line-height: 43px;
width: 11px;
}
.masterpage_right .notice_sec {
display: block;
float: left;
width: 96%;
background-color: #fff;
border-radius: 0 0 10px 10px;
color: #000;
font-size: 14px;
padding: 2%;
height: 380px;
overflow-y: auto;
position: relative;
}
.masterpage_right .status_section
{
    height:auto;
}
.adminpage_right .notice_sec
{
    height: 380px;
    }
.masterpage_left_top ul li a span {
	width: 80%;
}
.wel_sec{
 font-size:14px;
 margin-top:6px;
 display:block;
 float:left;
 color:#666666;
 background:url(../images/welcome.png) no-repeat left 0;
 height:14px;
 line-height:17px;
 padding-left:23px;
}
.master_right{
 width:30%;
}

.com_sec{
 font-size:18px;
}
table tr td table tr td
{
    padding: 3px;
     font-size: 12px;
}



.tabl2
{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
table tr td .tabl2 tr  td
{
    padding: 15px;
}
.tabl2 tr  td
{
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}
.tabl2 tr  td table tr td
{
    border-bottom:0;
    border-right:0;
}
.tabl2 tr  td.brdr_rgt_nil
{
    border-right:0;
}
.tabl2 tr  td.brdr_btm_nil
{
    border-bottom:0;
}
.introduc_sec li {
    margin-top: 20px;
    font-size: 14px;
    padding-left:5px;
}



.all_padding_sec
{
    padding: 10px;
}
    .bold_sec
{
    font-weight: bold;
}
.succes_msg
{
    background:url(../images/success_msg.png) no-repeat left 0;
    display: inline-block;
    height: 20px;
    padding-left: 24px;
}
.fail_msg
{
    background:url(../images/fail_msg.png) no-repeat left 0;
    display: inline-block;
    height: 20px;
    padding-left: 24px;
}
.pending_msg
{
    background:url(../images/pending_msg.png) no-repeat left 0;
    display: inline-block;
    height: 20px;
    padding-left: 24px;
}

/* ..........................login page section.............................. */

.total_loginpage{
	height:100%;
	position:relative;
}
.login_wrapper{
	width:480px;
	height:268px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-134px 0 0 -240px;
}
.login_detail_page{
	padding:0;
}
.inner_main_title_sec .log_title_sec_mid{
	width: 95.4%;
}
.inner_main_title_sec .log_title_sec_mid span{
	background:url(../images/log_icon.png) no-repeat left 0;
	padding-left:20px;
}
.login_detail_page table tr td{
	border:0;
	padding:2%;
}

.login_detail_page table tr td.tol_title_td{
	padding:0;
}
.login_detail_page table tr td select, .login_detail_page table tr td input{
	padding:2%;
	width:90%;
}
.login_detail_page table tr td input.log_all_btn{
	float:right;
	width:72px;
	padding:0;
	margin-right: 12px;
}
.login_detail_page table tr td .log_leb_link{
	line-height:18px;
	font-size:12px;
	width:40%;
	float:left;
	color:#0090ba;
}
.login_detail_page table tr td .log_leb_link:hover{
	text-decoration:underline;
}
.login_detail_page table tr td .log_leb{
	line-height:18px;
	font-size:12px;
	width:40%;
	float:left;
}
.login_detail_page table tr td input.check_rem{
	float:left;
	width:auto;
	padding:0;
	margin-right: 5px;
}

/* ......................status section...................... */


.status_main_sec{
 width:100%;
 display:block;
 float:left;
 margin:40px 0 60px;
}

.status_main_sec .status_inact5,
.status_main_sec .status_inact2,
.status_main_sec .status_inact{
 width:100%;
 display:block;
 float:left;
 width:20%;
 background:url(../images/regis_status_icon.png) no-repeat 0 0;
 height:108px;
 text-align:center;
}
.status_main_sec .status_inact2{
 background:url(../images/pay_verified_status.png) no-repeat 0 0;
}
.status_main_sec .status_inact4{
 background:url(../images/pay_verified_status.png) no-repeat 0 0;
}
/*.status_main_sec .status_inact5{
 background:url(../images/result_status.png) no-repeat 0 0;
}*/
.status_main_sec .status_inact5{
 background:url(../images/result_status.png) no-repeat 0 0;
}
.status_main_sec .status_act{
 background-position:0 -108px;
}
.top_gap{
 margin-top:16px;
}
.status_main_sec .status_inact5 span,
.status_main_sec .status_inact3 span,
.status_main_sec .status_inact span {
    display: inline-block;
    float: none;
    margin: 13px 0 0 -6px;
    width: 76%; 
 color:#838181;
 font-size:12px;
 font-weight:bold;
}
.status_main_sec .status_inact4 span,
.status_main_sec .status_inact2 span {
    display: inline-block;
    float: none;
    margin: 65px 0 0 -9px;
    width: 76%; 
 color:#838181;
 font-size:12px;
 font-weight:bold;
}
.status_main_sec .status_act span{
 color:#fff;
}
.last_down{
 margin-top:67px;
}
/* ..............................admission_detl......................... */
table tr td .admission_detl{
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100%;
}
table tr td .admission_detl tr th{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:12px;
}
table tr td .admission_detl tr td{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
.front_sec tr td{
	border:0;
}

.PnlCheckBoxList
{
    border: solid 1px #000000;
    height: 150px;
    width: 330px;
    overflow-y: scroll;
    background-color: #EAEAEA;
    font-size: 15px;
    font-family: Arial;
}
.header_lft_bottom
{
    width:100%;    
}
.header_lft_bottom .logo_bottom img
{
    width:10%;    
}
.header_lft_bottom .logo_bottom span
{
    width:75%; 
    text-align:center;  
    margin:0; 
}
.header_lft_bottom .logo_bottom .picn_sign
{
    width:15%; 
    text-align:center;  
    margin:0; 
    display:block;
    float:left;
}
table tr td .sign_pic
{
    width:50%; 
    text-align:center;  
    margin:0; 
    display:inline-block;
    float:none;
}
.header_lft_bottom .logo_bottom .picn_sign img
{
    width:100%; 
    display:inline-block;
    float:none;
}
.header_lft_bottom .logo_bottom .picn_sign img.manpic
{
    width:70%; 
    margin-bottom:5px;
}
.header_lft_bottom .logo_bottom span h2 label
{
    font-size:25px;
}
.header_lft_bottom .logo_bottom span p
{
    width:100%;   
}
.reg_confarm_sec tr td input.all_btn_rgt_gap
{
    margin-right:2%;    
    border:0;
}

/*-----------------admin section----*/
.modalPopup
{
     border-style: solid;
    border-width: 4px;
    left: 16%!important;
    position: fixed;
    top: 18% !important;
    width: 60%;
    z-index: 100001;
    border: 4px solid #0090ba;
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

table tr td .admin_detl
{
    border:0;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:100%;
	border-top:1px solid #ddd;
}
table tr td .admin_detl tr th
{
    border:0;
	border-right:1px solid #ddd;
	font-size:12px;
	padding:8px;
	background-color:#f2f2f2;
	text-transform:uppercase;
}
table tr td .admin_detl tr td
{
    border-bottom:0;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:8px;
}
table tr td .admin_detl .pagination_sec table
{
        width:30%;
}
table tr td .admin_detl .pagination_sec table tr td
{
    border:0;
	padding:0px;
	width:25%;	
	border:0;
	text-align:center;	
	border:0;
	border-right:1px solid #f2f2f2;
}
table tr td .admin_detl .pagination_sec table tr td span
{
	color:#fff;
	display: block;
    padding: 6px;
	background-color:#0090ba;
}
table tr td .admin_detl .pagination_sec table tr td a
{
	color:#000;
	display: block;
    padding: 6px;
	background-color:#ddd;
}
table tr td .admin_detl .pagination_sec table tr td a:hover
{
	color:#0090ba;
}

/*............................pop up section...........................*/

table tr td table.header_popup tr td
{
    padding:8px;
    text-align:left;
}
/*----------------Challan----------------*/
.ack_table_challan1_main{
 width:100%;
}
.ack_table_challan1{
 width:49%;
}
.ack_table_challan1 table tr td{
 border:0;
}
.ack_table_challan1 table tr td label{
 border:0;
 border-bottom:1px dotted #000000;
 width:100%;
 display:block;
 font-size:12px;
}
.ack_table_challan2{
 border-left:2px dotted #000;
}
.instrution_sec tr td{
 padding:2px;
 font-size:11px;
}
table tr td .admin_detl tr td.grid_subtable
{
    padding:2px;
    border:1px solid #ddd;
}
table tr td .admin_detl tr td.grid_subtable table th
{
    padding:2px;
    font-weight:normal;
    text-transform: capitalize;
    height:45px;
    border-bottom:1px solid #ddd;
}
table tr td .admin_detl tr td.grid_subtable td
{
    border:0;    
}
.ajax__calendar table tr td{
 padding:0!important;
 border:0!important;
}
table tr td .admin_detl tr td.rslt_td_fix td
{
    text-align:center;
    border:0;    
}
table tr td .admin_detl tr td.rslt_td_fix td label
{
    font-size:12px; 
}


/* ..........................login page section.............................. */

.total_loginpage{
	height:100%;
	position:relative;
}
.login_wrapper{
	width:480px;
	height:268px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-134px 0 0 -240px;
}
.login_detail_page{
	padding:0;
}
.inner_main_title_sec .log_title_sec_mid{
	width: 95.4%;
}
.inner_main_title_sec .log_title_sec_mid span{
	background:url(../images/log_icon.png) no-repeat left 0;
	padding-left:20px;
}
.login_detail_page table tr td{
	border:0;
	padding:1%;
}

.login_detail_page table tr td.tol_title_td{
	padding:0;
}
.login_detail_page table tr td select, .login_detail_page table tr td input{
	padding:2%;
	width:90%;
}
.login_detail_page table tr td input.log_all_btn{
	float:right;
	width:72px;
	padding:0;
	margin-right: 12px;
}
.login_detail_page table tr td .log_leb_link{
	line-height:18px;
	font-size:12px;
	width:40%;
	float:left;
	color:#0090ba;
}
.login_detail_page table tr td .log_leb_link:hover{
	text-decoration:underline;
}
.login_detail_page table tr td .log_leb{
	line-height:18px;
	font-size:12px;
	width:50%;
	float:left;
}
.login_detail_page table tr td input.check_rem{
	float:left;
	width:auto;
	padding:0;
	margin-right: 5px;
}

table{
 border-spacing:0;
}table tr td input{
 padding:4px;
 border-radius:6px;
 border:1px solid #ddd;
}

/* .....................challan sec................... */
.ack_table_challan1_main{
	width:100%;
}
.ack_table_challan1{
	width:30%;
}
.ack_table_challan1 table tr td{
	border:0;
}
.ack_table_challan1 table tr td label{
	border:0;
	border-bottom:1px dotted #000000;
	width:100%;
	display:block;
	font-size:12px;
}
.ack_table_challan2{
	border-left:2px dotted #000;
}
.instrution_sec tr td{
	padding:5px;
	font-size:13px;
}

.total_page{
	width:100%;
	display:block;
}
.total_top_add{	
	width:100%;
	display:block;
	float:left;
	background-color:#eee;
}
.top_lin {
    background-color: #0090ba;
    color: #fff;
    display: block;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.top_lin span{	
	width:auto;
	display:block;
	float:right;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.top_sec_add{
	width:100%;
	display:block;
	float:left;
	padding:20px 0;
}
.top_sec_add img{
	width:80px;
	float:left;
	display:block;
}
.top_sec_add h1{
	width:auto;
	float:left;
	display:block;
	font-size:40px;
	margin-left:20px;
	margin-top:10px;
	text-transform:capitalize;
}
.top_sec_add p{
	width:auto;
	float:left;
	display:block;
	margin-top:32px;
	margin-left:10px;
}
.total_mid_add{
	width:100%;
	display:block;
	float:left;
	margin-top:20px;
}
.total_mid_add_main{
	width:100%;
	display:block;
	float:left;
	padding:1%;
}
.total_mid_add_main h2{
	width:98%;
	display:block;
	float:left;
	padding:1%;	
	background-color:#eee;
	border:1px solid #ddd;	
}
.add_content{
	width:92%;
	display:block;
	float:left;
	padding:4%;
	border:1px solid #ddd;	
	border-top:0;	
}
.add_content .grn_sec{
	width:100%;
	display:block;
	float:left;
	color:#3c763d;
	font-weight:bold;
	font-size:18px;
}
.point_sec{
	margin-top:20px;
	width:100%;
	display:block;
	float:left;
}
.point_sec p{
	margin-top:20px;
	width:100%;
	display:block;
	float:left;
	background:url(../images/tick_icon.png) no-repeat left 6px;
	padding-left:24px;
}
.point_sec p a{
	color:#0090ba;
}
.point_sec p a:hover{
	text-decoration:underline;
}
.box_scnd{
	width:98%;
	display:block;
	float:left;
	padding:1%;	
	background-color:#eee;
	border:1px solid #ddd;
	border-top:0;	
}
.box_scnd input{
	display:block;
	float:left;	
	margin-right:10px;
}
.box_scnd img{
	display:block;
	float:left;	
	margin-right:10px;
}
.confirm_detl{
	width:100%;
	display:block;
	float:left;
}
.confirm_detl a{
	width:auto;
	display:block;
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	padding:1% 4%;
	margin-top:20px;
	color:#000;
}
.confirm_detl a:hover{
	background-color:#0090ba;
	color:#fff;
	border:1px solid #0090ba;
	
}


/* ....................guidelins page.................... */
.total_mid_add_guide_fst ol li{
	margin-top:15px;
}
.pht_sec{
	width:100%;	
	margin:20px 0;
}
.top_sec_guide{
	display:block;
	float:left;
	background-color:#fff;
	width:100%;
	padding:20px 0;
}
.total_mid_add_guide{
	display: block;
    float: left;
    padding: 0;
    width: 100%;
}
.total_mid_add_guide_fst{
	display: block;
    float: left;
    padding: 0;
    width: 100%;
}
.back_btn { 
 display: block;
    float: left;
    width: 100%;
}
.back_btn a{background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    display: block;
    float: left;
    margin-top: 20px;
    padding: 1% 4%;
    width: auto;
 margin-bottom:20px;
}
.back_btn a:hover{
 background-color:#0090ba;
 color:#fff;
 border:1px solid #0090ba;
 
}