 html {height:100%;}
 body {height:100%; margin:0; padding:0;}
#Modal
{
  margin-top:100px;
}

#back
 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 100% 100%;
	background-color: rgb(87, 85, 85);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*height:100%; margin:0; padding:0;*/
    overflow-y:auto;
    /*background-image: url('/img/Bookshelf-2.jpg');*/
	/*background-image: url('/home/darshan/js-examples/images/8384745.jpg');*/
}
#textcen
{
	text-align: center;
}

.modal-header
{
  /*background-color: #0480be;
  color: #ffffff;*/
  min-height: 7px;
  padding: 3px;
  border-radius: 5px 5px 0px 0px;
}

.panel-body-background
{
	background: #F2F2F2!important;
	/*border-radius: 15px;*/

    /*background: url("/home/darshan/Personal/dpt.png") no-repeat center center fixed!important;*/
}

.btn-label 
{
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 3px 6px;
	background: rgba(0,0,0,0.10);
	border-radius: 3px 0 0 3px;
}

.btn-labeled 
{
	padding-top: 0;
	padding-bottom: 0;
}

.input-group 
{ 
	margin-bottom:10px; 
}
