
.btn3 {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: #505050;
    padding: 0.6em 1em;
}
.btn3:hover {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    color: #444 !important;
    padding: 0.6em 1em;
    text-decoration: none;
}
.btn2 {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    color: #ccc;
    padding: 0.6em 1em;
}
.btn2:hover {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    border-radius: 4px;
    color: #444 !important;
    padding: 0.6em 1em;
    text-decoration: none;
}
.btn {
    background: #009ae1 linear-gradient(to bottom, #009ae1, #006bad) repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 4px !important;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    cursor: pointer;
    padding: 8px 12px !important;
    text-decoration: none;
    text-shadow: 0 0 1px #000000;
    text-transform: capitalize;
	    min-width: 115px;
}
.btn:hover {
    background: #3cb0fd none repeat scroll 0 0 !important;
    text-decoration: none;
    text-shadow: 0 0 1px #000000;
}
