@charset "utf-8";

.button {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	white-space: nowrap;
}

#status_update_form .button {
        margin: 0px 0px -7px -4px;
}
.button {
	margin-bottom: 2px;
        
}
.button .btn_l, .button .btn_c, .button .btn_r {
	display: block;
	float: left;
	padding-top: 2px;
	height: 20px;
}
.button .btn_l {
	width: 10px;
	background: url(../images/buttons/btn_l.png) 0 0 no-repeat;
}
.button .btn_c {
	background: url(../images/buttons/btn_bg.png) 0 0 repeat-x;
	font-weight: bold;
	font-size: 12px !important;
	white-space: nowrap;
}
.button .btn_c img {
	vertical-align: middle;
}
.button .btn_r {
	width: 10px;
	background: url(../images/buttons/btn_r.png) 0 0 no-repeat;
}
.button:hover .btn_l {
	background: url(../images/buttons/btn_l.png) 0 -22px no-repeat;
}
.button:hover .btn_c {
	background: url(../images/buttons/btn_bg.png) 0 -22px repeat-x;
}
.button:hover .btn_r {
	background: url(../images/buttons/btn_r.png) 0 -22px no-repeat;
}

* html .button .btn_l {
	background: url(../images/buttons/btn_l.gif) 0 0 no-repeat;
}
* html .button .btn_c {
	background: url(../images/buttons/btn_bg.gif) 0 0 repeat-x;
}
* html .button .btn_r {
	background: url(../images/buttons/btn_r.gif) 0 0 no-repeat;
}
* html .button:hover .btn_l {
	background: url(../images/buttons/btn_l.gif) 0 -22px no-repeat;
}
* html .button:hover .btn_c {
	background: url(../images/buttons/btn_bg.gif) 0 -22px repeat-x;
}
* html .button:hover .btn_r {
	background: url(../images/buttons/btn_r.gif) 0 -22px no-repeat;
}

.custom_btn {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	white-space: nowrap;
}
.custom_btn .btn_l, .custom_btn .btn_c, .custom_btn .btn_r {
	display: block;
	float: left;
	height: 23px;
}
.custom_btn .btn_l {
	width: 10px;
	background: url(../images/buttons/cstm_l.png) 0 0 no-repeat;
}
.custom_btn .btn_c {
	background: url(../images/buttons/cstm_bg.png) 0 0 repeat-x;
	font-weight: bold;
	font-size: 14px !important;
	line-height: 21px;
	white-space: nowrap;
}
.custom_btn .btn_r {
	width: 10px;
	background: url(../images/buttons/cstm_r.png) 0 0 no-repeat;
}
.custom_btn:hover .btn_l {
	background: url(../images/buttons/cstm_l.png) 0 -23px no-repeat;
}
.custom_btn:hover .btn_c {
	background: url(../images/buttons/cstm_bg.png) 0 -23px repeat-x;
}
.custom_btn:hover .btn_r {
	background: url(../images/buttons/cstm_r.png) 0 -23px no-repeat;
}

* html .custom_btn .btn_l {
	background: url(../images/buttons/cstm_l.gif) 0 0 no-repeat;
}
* html .custom_btn .btn_c {
	background: url(../images/buttons/cstm_bg.gif) 0 0 repeat-x;
}
* html .custom_btn .btn_r {
	background: url(../images/buttons/cstm_r.gif) 0 0 no-repeat;
}
* html .custom_btn:hover .btn_l {
	background: url(../images/buttons/cstm_l.gif) 0 -23px no-repeat;
}
* html .custom_btn:hover .btn_c {
	background: url(../images/buttons/cstm_bg.gif) 0 -23px repeat-x;
}
* html .custom_btn:hover .btn_r {
	background: url(../images/buttons/cstm_r.gif) 0 -23px no-repeat;
}

