body {
	padding-top: 70px;
	letter-spacing: -0.7px;
	background-image: url(../img/b1.jpg);
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: cover;
}

.mbut{
	display: block;
    	border-radius: 5px;
    	border-color: rgb(202,202,202);
    	border-left: 1px solid rgb(202,202,202);
    	border-top: 1px solid rgb(203,203,203);
    	border-right: 1px solid rgb(193,193,193);
   	border-bottom: 1px solid rgb(186,186,186);
   	background: rgb(255,255,255);
   	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(252,252,252,1) 100%);
    	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%,rgba(252,252,252,1) 100%);
   	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%,rgba(252,252,252,1) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
	/*v2
	background: #fff !important;
	border: 1px solid #ccc;
	border-bottom: 2px solid #aaa;

	color: #222 !important;
	cursor: pointer;
	border-radius: 3px !important;
    	border-bottom-color: #777 !important;*/
}

.btn-lg{
/*v2
padding: 10px 16px !important;*/
}

.btn-default{
/*v2
background: #f6f6f6;
border: 1px solid #ccc;
border-bottom: 2px solid #aaa;
padding: 6px 8px 5px 8px;

color: #666;
cursor: pointer;
*/
}

.form-control{
/*v2
background: #fcfcfc;
border: 1px solid #ccc;
border-bottom: 2px solid #aaa;
padding: 6px 8px 5px 8px;
color: #666;
border-radius:3px !important;
*/
}

.micon{
	color: #305091;
  margin-top: 2px;
}

.minp{
    border: none !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}