/* CSS Document */
/* Buttons */

.func_icon {
	padding: 2px;
}

button.btn, a.btn {
/*	padding: 4px 5px 6px 5px;*/
	background-color: #222;
	border: 3px double #444;
	color: #ECECEC;
	font-size: 10px;
	height: 36px;
}

button:hover, .buttons a:hover{
    background-color:#ECECEC;
	border: 3px double #999;
    color:#333;
}
.buttons a:active{
    background-color:#222;
	border: 3px double #666;
    color:#fff;
}

/* Accept/positive */

.buttons a.accept:hover, button.accept:hover{
    background-color:#E6EFC2;
    border:3px double #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:3px double #529214;
    color:#fff;
}

/* Cancel/negative */

.buttons a.canx:hover, button.canx:hover{
    background:#fbe3e4;
    border:3px double #fbc2c4;
    color:#d12f19;
}
.buttons a.canx:active{
    background-color:#d12f19;
    border:3px double #d12f19;
    color:#fff;
}

/* Account buttons */
#account_btns {
	margin-left: 215px;
}
#account_btns button {
	width: 140px;
	text-align: left;
}
