.form-container{
	width:97%;
	display:table;
	margin-bottom:20px; 
}

.form-button-container{
	display:block; 
	margin-top:10px
}

.info{
  color:#000;
}

input[type="radio"] {
	margin:0 2px 3px 0 !important;
}

.texboxloader{
	background-image:url('../images/loader.gif'); 
	background-repeat:no-repeat;
	background-position: right;
}
.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
    
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

#ajax_loader_image{
    background-image: url(../images/loader.gif);
    width:32px;
    height:32px;
    display:none;
}

#ajax_loader_file{
    background-image: url(../images/fileloader.gif);
    width:32px;
    height:32px;
    display:none;
}

#full_mobile_no{
	overflow-y: scroll;
}
