@charset "UTF-8";
/* CSS Document */

.btn{
	text-align:center;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:5px;
	margin-bottom:5px;
    font-size:14px;
    border: 0;
}

.btn:focus{
    outline: none;
}

.btn-primary, a.btn-primary{
    background-color: #666699;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary:hover{
    background-color: #999999;
}