.well {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: none;
	margin: 0;
}
.well {
	background-color: #ffffff;
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 0 4px #B8B8B8;*/
	margin-bottom: 20px;
	min-height: 20px;
	padding:10px 10px 20px 10px;
	text-align:center;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-default {
    background-color: transparent;
    color: #333333;
}
.popup_close
{
	position:absolute;
	right:-15px;
	top:-15px;
	/*background-image:url('../images/close-circled.png');
	background-repeat:no-repeat;
	background-position:center;*/
	border:0px;
	background-color:#000;
	color:#fff;
	border-radius: 20px;
	font-weight:bold;
	font-size:16px;
	padding: 4px 10px;
	/*border:2px solid #fff;*/
}
.well{width:90%;max-width:700px;}
/*bhargav 07 jan screen media popup start*/
.msHolder{
	padding:30px 0px 10px 0px;
	background-color: #FFFFFF;
	max-width:800px;
	display:none;
}
#ms_img_Holder{
	max-height:450px;
	overflow:auto;
	padding: 10px 12px 0 20px;
}
.mCSB_container img{
	/*max-width:none !important;*/
}
.ms_popup_close{
	border-radius:0;
	background:#6bc2e4;
	padding: 5px 7px;
	font-size: 16px;
	line-height: 16px;
	right: 0;
    top: 0;
	font-weight: normal;
}
/*bhargav 07 jan screen media popup end*/
@media(max-width:768px)
{
	.msHolder{
		max-width:80%;
	}
}
@media(max-width:720px){
	.well{max-width:400px;}
}
@media(max-width:479px){
	.well{width:88%;padding:5px;}
}