﻿﻿@charset "UTF-8";

/* CSS Document */

.btn-general { background:url(../images/bk-button.png) repeat-x 0 0; height:25px; width:auto; padding:0 10px; line-height:24px; text-align:center; color:#787878; border: 1px solid #E4E3E3; }

.search { background:url(../images/bk-button.png) no-repeat 0 top !important; height:34px !important; width:83px !important; padding:0 10px !important; line-height:34px; text-align:center; color:#787878 !important; border:none; font-size:1em; text-shadow:1px 1px #fff; }

.search:hover { background:url(../images/bk-button.png) no-repeat 0 bottom !important; }

.srt-btn { border-style: none; border-color: inherit; border-width: 0px; background-color: #d9b078; -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#d9b078, endColorstr=#003d90)"; display: inline-block; overflow: visible; padding: 7px 10px 8px; color: white; text-decoration: none; font-family: DINMediumAlternate; font-size: 12px; line-height: 1 !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; position: relative; cursor: pointer; margin: 0; width: auto; background-image: -moz-linear-gradient(100% 100% 90deg, #d9b078, #0c3cb9); }

.srt-btn:hover { background-color: #f1f1f1; -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f1f1f1, endColorstr=#e4e4e4)"; display: inline-block; color: #666; background-image: -moz-linear-gradient(100% 100% 90deg, #f1f1f1, #e4e4e4); }

/*input[type=button], input[type=submit] { border-style: none; border-color: inherit; border-width: 0px; background-color: #0F4698; -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0F4698, endColorstr=#003d90)"; display: inline-block; overflow: visible; padding: 7px 10px 8px; color: white; text-decoration: none; font-family: DINMediumAlternate; font-size: 12px; line-height: 1 !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; position: relative; cursor: pointer; margin: 0; width: auto; background-image: -moz-linear-gradient(100% 100% 90deg, #0F4698, #0c3cb9); }

input[type=button]:hover, input[type=submit]:hover { background-color: #f1f1f1; -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f1f1f1, endColorstr=#e4e4e4)"; display: inline-block; color: #666; background-image: -moz-linear-gradient(100% 100% 90deg, #f1f1f1, #e4e4e4); }*/
