/**
	Document   : form
	Created on : 28.08.2015, 14:43:50
	Author     : BASIC\dbasic
	Description:
*/

.button {
	display:inline;border:2px solid #0b024f;
	background:#ffee00;
	text-align:center;vertical-align:middle;margin:0;
	padding:5px 15px 5px 15px;font-size:130%;color:#0b024f;
}

.button:hover {
	background:#c86414;
	color:#ffffff;border-color:#c86414;cursor:pointer;
}

.button_dis,
.button_dis:hover {
	background:#cccccc;
	color:#AAAAAA;border-color:#AAAAAA;cursor:default;
}

.button_loup, .button_loup_dis, .button_loup_cancel {
	width:48px;height:48px;margin:0;padding:0;overflow:hidden;
	line-height:100%;border:none;cursor:pointer;
}

.button_loup { background:url("../img/btn/loup.png") no-repeat; }
.button_loup_dis { background:url("../img/btn/loup_dis.png") no-repeat;cursor:default;outline:none; }
.button_loup_cancel { background:url("../img/btn/loup_cancel.png") no-repeat; }

.button_loup:hover { background:url("../img/btn/loup_over.png") no-repeat; }
.button_loup_cancel:hover { background:url("../img/btn/loup_cancel_over.png") no-repeat; }

.button_loup, .button_loup_dis, .button_loup_cancel, .button_loup:hover, .button_loup_cancel:hover { background-size:48px 48px; }
