.voffset1 { 
	margin-top: 10px;
}

.voffset2 { 
	margin-top: 20px;
}

body { 
    /*background: url(../images/fabric_of_squares_gray_@2X.png) repeat 0 0;*/
}

/*section {
	padding-top:5px;
}

a.greyed {
	color:#999;
}
a.greyed:hover {
	text-decoration:none;
}
a.greyed:active {
	text-decoration:none;
}*/

.btn:focus {
  outline: none !important;
  color: black !important;
  background-color:#cfd9db;
}

.btn:hover {
  outline: none !important;
  color: black !important;
  background-color:#cfd9db;
}

.btn {
	margin:5px;
}

.btn.active {
    color: black !important;
    background-color:#cfd9db;
	background-image: none;
	   outline: 0;
	   -webkit-box-shadow: none;
	   box-shadow: none;
}