.icon-48-addresses {
      background-image: url(../images/l_addresses.png);
      padding-left:60px!important;
}

.icon-48-address {
      background-image: url(../images/l_addresses.png);
      padding-left:60px!important;
}
.box_b1, .box_b2{
   width: 100%;
   display: table;
}

.box{
   width: 100%;
   display: inline-block;
   position: relative;
   top: 35px;
   left: 0;
}

.cap_tbwrap{
   border-radius: 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
   
}

.addrtop{
   font-size: 15px;
   text-align: center;
   border: 1px solid #ccc;
}

.addrtop_cn{
   
   width: 40%;
   text-align: center;
   display: inline-block;
}
.addrtop_cn p{
   
  text-align: center;
}
label b, .star{
   color: red;
   margin-left: 5px;
   vertical-align: middle;
}

.paybutton{
   background: #002788 none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    color: #fff !important;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 13px !important;
    margin: 0;
    padding: 5px 12px !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-radius: 3px;
}

.paybutton:hover, .paybutton:focus{
   background: #0036c4 none repeat scroll 0 0;
    color: #333;
    text-decoration: none;
    transition: background 0.1s linear 0s;
}

.btnotes {
   line-height: 1.7em;
   border: 1px solid #ff3333;
   padding: 7px;
}
.notestable td{
   width: 150px;
}

.radioalert{
	font-size: 13px;
}




input[type="radio"].capradiobtn {
  display: none;
}

input[type="radio"].capradiobtn + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

input[type="radio"].capradiobtn + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #86cef9;
}
.rdbtag{
   color: #4d4d4d;
   font-size: 17px;
}

input[type="radio"].capradiobtn + label span {
  background-color: #f9f8f7;
}

input[type="radio"].capradiobtn:checked + label span {
  background-color: #74705c;
}

input[type="radio"].capradiobtn + label span,
input[type="radio"].capradiobtn:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.radioblks{
   float: left;
   display: inline-block;
}
.radioblks:nth-child(2){
   padding-left: 20px;
}
.bk2 label{
   padding: 0 0 0 25px;
}

.confdetail{
	padding: 7px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-weight: bold;
	font-size: 13px;
	
}
.confdetail p{
	text-align: center;
}
.confvenue{
	text-decoration: underline;	
}
.cntwrap{
	width: 100%;
}
.fcenter{
	margin: 0 18% !important;
	
}

input.cbox, input#tickallbox {
    line-height: normal;
    margin: -2px 0 0 !important;
}


@media (min-width: 320px) and (max-width: 430px) {
.radioblks, .addrtop_cn {
	width: 100%;
}
.radioblks:nth-child(2){
   padding-left: 0;
}
.btnotes{
   width: 100%;
   text-align: justify;
}
.fcenter{
	margin: 0 !important;
}
}