/* BUTTON */
.uibutton { position: relative; z-index: 1; overflow: visible; display: inline-block; padding: 5px 12px 6px 12px; margin: 0; text-decoration: none; text-align: center; cursor: pointer; outline: none; border:none; color: #ffffff; background-position: 0 -1px; background-color: #91263a; -moz-transition: all.2s ease-out; -o-transition: all .2s ease-out; transition: all.2s ease-out; font-weight: normal; font-size: 11px; text-transform: capitalize; margin-top: 5px; margin-top: 24px; }
.uibutton:hover, .uibutton:focus, .uibutton:active { color: #ffffff; -webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px; }
.uibutton:active {color: #ffffff; filter: none; cursor: pointer; }

/* overrides extra padding on button elements in Firefox */

.uibutton::-moz-focus-inner {
padding: 0;
border: 0;
}
/*Icons */

.uibutton.icon:before { content: ""; position: relative; top: 2px; /*float:left;*/ width: 14px; height: 12px; margin: 0 5px 0 0; background: url(../../images/fb-icons.png) 99px 99px no-repeat; }
.uibutton.edit:before { background-position: 0 -1px; }
.uibutton.normal { color: #333; background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f4f4f4)); background-image: -moz-linear-gradient(#f4f4f4, #f4f4f4); background-image: -o-linear-gradient(#f4f4f4, #f4f4f4); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4', EndColorStr='#f4f4f4'); /* for IE 6 - 9 */
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2; text-shadow: none; border: 1px solid #aaaaaa; border-bottom-color: #aaaaaa; margin: 0; }
.uibutton.normal:hover { color: #666; background-color: #999; -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee; -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee; box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee; text-shadow: none; }
.uibutton.normal:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc; }
.uibutton.add:before { background-position: -14px -1px; }
.uibutton.secure:before { background-position: -28px 0px; top: 0px; }
.uibutton.prev:before { background-position: -38px -1px; }
.uibutton.next:before { float: right; margin: -1px -0.25em 0 0.5em; background-position: -50px 0; }
.uibutton.forward:before { background-position: -61px 0; margin-top: -1px; }
.uibutton.answer:before { background-position: -78px 0; margin-top: -2px; }
/* BUTTON EXTENSIONS */
/* Large */
.uibutton.large { font-size: 13px; text-transform: uppercase; padding-left: 25px; padding-right: 25px; width: 100px; line-height: 30px; height: 39px; }
/* Submit, etc */
.uibutton.confirm { border-color: #73b4ce; background-color: #c2e3f0; text-shadow: 0 1px 0 #ffffff; color: #666666; background-image: none; }
.uibutton.confirm:hover, .uibutton.confirm:focus, .uibutton.confirm:active { border-color: #73b4ce; color: #333333; -webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px; background-color: #a9daed; }
.uibutton.confirm:active { border-color: #73b4ce; color: #666666; background-color: #a9daed; }
/*  Special */
.uibutton.special { border:none; color: #fff; background: #62A395; }
.uibutton.special:hover, .uibutton.special:active { background-color:#62A395;  /*background-image: url(../images/ui-red.jpg); background-position:0 59px;*/ color: #fff; text-decoration: none }
.uibutton.special:active { background: #62A395; /*background-image: url(../images/ui-red.jpg); background-position:0 59px;*/ filter: none; color: #efefef; }
/*Disable */
.uibutton.disable { z-index: 0; border-color: #c8c8c8; color: #b8b8b8; background: #f2f2f2; cursor: default; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: none; }
.uibutton.disable:hover { border-color: #c8c8c8; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: none; color: #b8b8b8; }
.uibutton.disable.icon:before, .uibutton.disable.icon:after { opacity: 0.5; }
/* BUTTON GROUPS */
.uibutton-group { display: inline-block; list-style: none; padding: 0; margin: 0; /* IE hacks */ zoom: 1; *display: inline;
margin-right: 3px; }
.uibutton + .uibutton, .uibutton + .uibutton-group, .uibutton-group + .uibutton, .uibutton-group + .uibutton-group { margin-left: 3px; }
.uibutton-group li { float: left; padding: 0; margin: 0; }
.uibutton-group li.end { margin-left: 0px; }
.uibutton-group .uibutton { float: left; margin-left: -1px; }
.uibutton-group .uibutton:hover, .uibutton-group .uibutton:focus, .uibutton-group .uibutton:active { /*z-index:2;*/ }
.uibutton-group > .uibutton:first-child, .uibutton-group li:first-child .uibutton { margin-left: 0; }
/*  BUTTON CONTAINER */

/* For mixing buttons and button groups, e.g., in a navigation bar */
.uibutton-toolbar { padding: 6px; border-top: 1px solid #ccc; background: #f2f2f2; }
.uibutton-toolbar .uibutton, .uibutton-toolbar .uibutton-group { vertical-align: bottom; }
.btnsc { margin: 0 auto; width: 8%; }
/*.btn { padding-bottom:5px; }*/
/*.uibutton.large { margin-left: 34px;}*/


.uibutton.gray { border:none; color: #fff; background: #989898; }
.uibutton.gray:hover, .uibutton.gray:active { background-color: #989898;  /*background-image: url(../images/ui-red.jpg); background-position:0 59px;*/ color: #fff; text-decoration: none }
.uibutton.gray:active { background: #989898; /*background-image: url(../images/ui-red.jpg); background-position:0 59px;*/ filter: none; color: #efefef; }